<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title>victorBlog</title><link>http://localhost:8090</link><atom:link href="http://localhost:8090/rss.xml" rel="self" type="application/rss+xml"/><description>victorBlog</description><generator>Halo v2.25.4</generator><language>zh-cn</language><image><url>https://wmimg.com/i/1119/2024/09/66e29aa4e3442.png</url><title>victorBlog</title><link>http://localhost:8090</link></image><lastBuildDate>Sat, 1 Aug 2026 12:53:59 GMT</lastBuildDate><item><title><![CDATA[一个基于 WebGL (Three.js) 和计算机视觉 (MediaPipe) 的交互式 3D 圣诞树体验]]></title><link>http://localhost:8090/archives/yi-ge-ji-yu-webgl-three.js-he-ji-suan-ji-shi-jue-mediapipe-de-jiao-hu-shi-3d-sheng-dan-shu-ti-yan</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=%E4%B8%80%E4%B8%AA%E5%9F%BA%E4%BA%8E%20WebGL%20%28Three.js%29%20%E5%92%8C%E8%AE%A1%E7%AE%97%E6%9C%BA%E8%A7%86%E8%A7%89%20%28MediaPipe%29%20%E7%9A%84%E4%BA%A4%E4%BA%92%E5%BC%8F%203D%20%E5%9C%A3%E8%AF%9E%E6%A0%91%E4%BD%93%E9%AA%8C&amp;url=/archives/yi-ge-ji-yu-webgl-three.js-he-ji-suan-ji-shi-jue-mediapipe-de-jiao-hu-shi-3d-sheng-dan-shu-ti-yan" width="1" height="1" alt="" style="opacity:0;">本文介绍了一个名为“Magic Christmas Tree”的交互式3D圣诞树体验。该项目基于WebGL（Three.js）和计算机视觉（MediaPipe）技术，通过摄像头实现无需穿戴设备的AI手势控制。用户可以通过握拳、张手、挥动和捏合等手势，控制粒子系统在旋转的圣诞树与宇宙星云状态间切换，并能上传照片挂载在树上。项目支持在GitHub Pages上快速部署或本地运行，但建议在性能较好的设备上体验，并确保环境光线充足以保证手势识别的准确性。]]></description><guid isPermaLink="false">/archives/yi-ge-ji-yu-webgl-three.js-he-ji-suan-ji-shi-jue-mediapipe-de-jiao-hu-shi-3d-sheng-dan-shu-ti-yan</guid><dc:creator>Administrator</dc:creator><pubDate>Tue, 16 Dec 2025 00:56:07 GMT</pubDate></item><item><title><![CDATA[Nuitka 详细打包指南]]></title><link>http://localhost:8090/archives/nuitka-xiang-xi-da-bao-zhi-nan</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=Nuitka%20%E8%AF%A6%E7%BB%86%E6%89%93%E5%8C%85%E6%8C%87%E5%8D%97&amp;url=/archives/nuitka-xiang-xi-da-bao-zhi-nan" width="1" height="1" alt="" style="opacity:0;">本文介绍了使用 Nuitka 将 Python 项目打包成可执行文件的方法，特别针对 PySide6 + WebEngine 项目提供了优化方案。 首先，需在纯净虚拟环境中安装 Nuitka 和 zstandard。Windows 用户无需手动安装庞大的 Visual Studio，Nuitka 会自动下载轻量级 MinGW64 编译器。 针对 PySide6 项目，推荐使用特定插件命令：`--enable-plugin=pyside6` 和 `--include-qt-plugins=sensible,webengine`，后者对 WebEngine 项目至关重要，能避免白屏问题。建议先使用 `--standalone` 模式调试，确认无误后再使用 `--onefile` 打包成单文件，并用 `--windows-console-mode=disable` 隐藏控制台窗口。 文章还指出，Nuitka 首次编译较慢但后续有缓存加速。若出现 DLL 缺失或白屏，应先在文件夹模式下排查缺失文件。Nuitka 相比 PyInstaller 被杀毒软件误报的概率更低。]]></description><guid isPermaLink="false">/archives/nuitka-xiang-xi-da-bao-zhi-nan</guid><dc:creator>Administrator</dc:creator><category>python</category><pubDate>Fri, 12 Dec 2025 13:25:48 GMT</pubDate></item><item><title><![CDATA[利用 Cloudflare 代理家宽 IPv6 实现双栈访问详解]]></title><link>http://localhost:8090/archives/li-yong-cloudflare-dai-li-jia-kuan-ipv6-shi-xian-shuang-zhan-fang-wen-xiang-jie</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=%E5%88%A9%E7%94%A8%20Cloudflare%20%E4%BB%A3%E7%90%86%E5%AE%B6%E5%AE%BD%20IPv6%20%E5%AE%9E%E7%8E%B0%E5%8F%8C%E6%A0%88%E8%AE%BF%E9%97%AE%E8%AF%A6%E8%A7%A3&amp;url=/archives/li-yong-cloudflare-dai-li-jia-kuan-ipv6-shi-xian-shuang-zhan-fang-wen-xiang-jie" width="1" height="1" alt="" style="opacity:0;">本文详细介绍了如何利用Cloudflare和家庭宽带的IPv6网络实现双栈访问。教程首先强调了准备工作，包括安装并配置DDNS-Go或Lucky（推荐）以处理动态IP，并在Cloudflare中启用代理服务（小云朵图标），这是实现IPv4访问IPv6的关键。接着，教程指导用户下载并安装Cloudflared隧道工具，通过命令行登录Cloudflare授权、创建隧道并设置DNS路由，将多个本地服务映射到不同的子域名。随后，通过创建配置文件（config.yml）来定义隧道参数和路由规则，实现流量转发。最后，教程说明了如何启动隧道、通过HTTPS安全访问服务，并设置开机自启动以确保服务的持续运行。]]></description><guid isPermaLink="false">/archives/li-yong-cloudflare-dai-li-jia-kuan-ipv6-shi-xian-shuang-zhan-fang-wen-xiang-jie</guid><dc:creator>Administrator</dc:creator><pubDate>Tue, 22 Apr 2025 06:10:57 GMT</pubDate></item><item><title><![CDATA[一个智能Live2D看板娘浏览器插件，让可爱的二次元角色陪伴你的浏览时光，并帮助你快速总结网页内容]]></title><link>http://localhost:8090/archives/AIplugLive2d</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=%E4%B8%80%E4%B8%AA%E6%99%BA%E8%83%BDLive2D%E7%9C%8B%E6%9D%BF%E5%A8%98%E6%B5%8F%E8%A7%88%E5%99%A8%E6%8F%92%E4%BB%B6%EF%BC%8C%E8%AE%A9%E5%8F%AF%E7%88%B1%E7%9A%84%E4%BA%8C%E6%AC%A1%E5%85%83%E8%A7%92%E8%89%B2%E9%99%AA%E4%BC%B4%E4%BD%A0%E7%9A%84%E6%B5%8F%E8%A7%88%E6%97%B6%E5%85%89%EF%BC%8C%E5%B9%B6%E5%B8%AE%E5%8A%A9%E4%BD%A0%E5%BF%AB%E9%80%9F%E6%80%BB%E7%BB%93%E7%BD%91%E9%A1%B5%E5%86%85%E5%AE%B9&amp;url=/archives/AIplugLive2d" width="1" height="1" alt="" style="opacity:0;">Live2D页面助手是一款智能浏览器插件，可在任意网页显示可爱的Live2D看板娘模型，并提供一键智能总结网页内容的功能。其核心特点包括：支持多模型配置与切换、模型位置大小高度自定义、集成Kimi API实现智能页面总结、以及便捷的拖拽排序与快捷键操作。插件适用于学术研究、新闻阅读、技术文档处理等场景，能有效提升浏览效率并提供陪伴体验。安装支持Chrome和Edge浏览器，使用时需配置有效的Kimi API密钥以启用总结功能。]]></description><guid isPermaLink="false">/archives/AIplugLive2d</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2025%2F03%2F67cfe47fc28e7.jpg&amp;size=m" type="image/jpeg" length="154405"/><category>pyside6</category><pubDate>Tue, 11 Mar 2025 07:33:23 GMT</pubDate></item><item><title><![CDATA[java集合框架用法用例详解]]></title><link>http://localhost:8090/archives/javaji-he-kuang-jia-yong-fa-yong-li-xiang-jie</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=java%E9%9B%86%E5%90%88%E6%A1%86%E6%9E%B6%E7%94%A8%E6%B3%95%E7%94%A8%E4%BE%8B%E8%AF%A6%E8%A7%A3&amp;url=/archives/javaji-he-kuang-jia-yong-fa-yong-li-xiang-jie" width="1" height="1" alt="" style="opacity:0;">本文系统介绍了Java集合框架，涵盖单列集合Collection和双列集合Map两大体系。 **单列集合**：Collection作为父接口，衍生出List（有序可重复）和Set（无序不重复）两大系列。List的实现类包括基于数组的ArrayList（查询快、增删慢）和基于双链表的LinkedList（查询慢、增删快）。Set的实现类包括基于哈希表的HashSet（增删改查快）、保持插入顺序的LinkedHashSet以及可排序的TreeSet（基于红黑树）。 **双列集合**：Map以键值对形式存储数据（键不可重复），主要实现类包括HashMap、LinkedHashMap和TreeMap。 **遍历与操作**：文章详细介绍了集合的遍历方式（迭代器、增强for、Lambda），并强调了遍历时删除元素需使用迭代器以避免并发修改异常。此外，还引入了Stream流操作，支持对集合和数组进行高效的过滤、排序、映射和聚合等操作。 **其他要点**：涵盖了Collections工具类、可变参数及集合嵌套等实用内容。]]></description><guid isPermaLink="false">/archives/javaji-he-kuang-jia-yong-fa-yong-li-xiang-jie</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F10%2F670a9414c67fe.png&amp;size=m" type="image/jpeg" length="939133"/><category>java</category><pubDate>Tue, 4 Mar 2025 08:46:10 GMT</pubDate></item><item><title><![CDATA[Java 常用注解 & 核心方法速查表]]></title><link>http://localhost:8090/archives/javazhujiesuji</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=Java%20%E5%B8%B8%E7%94%A8%E6%B3%A8%E8%A7%A3%20%26%20%E6%A0%B8%E5%BF%83%E6%96%B9%E6%B3%95%E9%80%9F%E6%9F%A5%E8%A1%A8&amp;url=/archives/javazhujiesuji" width="1" height="1" alt="" style="opacity:0;">本文是一份Java常用注解与核心方法的速查指南。文章首先分类介绍了Java核心注解（如@Override、@Deprecated）、Spring框架注解（如@Component、@Autowired）、JPA/Hibernate注解（如@Entity、@Id）、Lombok注解（如@Data、@Builder）及测试相关注解（如@Test、@Mock）的用途与示例。随后，文章汇总了Java核心方法，涵盖基础类（Object、String、Arrays）、集合操作、Stream API、时间日期（java.time）、并发编程、反射及函数式接口等常用方法。最后，文章提示该速查表适用于Java 8+版本的快速参考，并附带了相关推荐阅读链接。]]></description><guid isPermaLink="false">/archives/javazhujiesuji</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F10%2F670fc5929f716.png&amp;size=m" type="image/jpeg" length="969074"/><category>java</category><pubDate>Tue, 4 Mar 2025 08:43:36 GMT</pubDate></item><item><title><![CDATA[Div 属性、方法与布局速查表（HTML/CSS）]]></title><link>http://localhost:8090/archives/div-shu-xing-fang-fa-yu-bu-ju-su-cha-biao-html-css</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=Div%20%E5%B1%9E%E6%80%A7%E3%80%81%E6%96%B9%E6%B3%95%E4%B8%8E%E5%B8%83%E5%B1%80%E9%80%9F%E6%9F%A5%E8%A1%A8%EF%BC%88HTML%2FCSS%EF%BC%89&amp;url=/archives/div-shu-xing-fang-fa-yu-bu-ju-su-cha-biao-html-css" width="1" height="1" alt="" style="opacity:0;">Div 属性、方法与布局速查表（HTML/CSS） 一、Div 核心属性 1. HTML 属性 属性 说明 示例 id 唯一标识符 &lt;div id="main"&gt; class 类名（用于CSS选择器） &lt;div class="box"&gt; style 内联样式 &amp;]]></description><guid isPermaLink="false">/archives/div-shu-xing-fang-fa-yu-bu-ju-su-cha-biao-html-css</guid><dc:creator>Administrator</dc:creator><category>es6</category><pubDate>Fri, 28 Feb 2025 07:19:31 GMT</pubDate></item><item><title><![CDATA[微信群聊总结助手]]></title><link>http://localhost:8090/archives/wei-xin-qun-liao-zong-jie-zhu-shou</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=%E5%BE%AE%E4%BF%A1%E7%BE%A4%E8%81%8A%E6%80%BB%E7%BB%93%E5%8A%A9%E6%89%8B&amp;url=/archives/wei-xin-qun-liao-zong-jie-zhu-shou" width="1" height="1" alt="" style="opacity:0;">本文介绍了一款基于人工智能的微信群聊消息总结工具。该工具支持多种AI服务（如DeepSeek、Kimi、通义千问），能够自动获取指定群聊的聊天记录并生成结构化总结。用户可自定义提示词模板，调整总结风格，并将结果保存到本地或直接发送回群聊。工具提供现代化的图形界面，支持Windows系统，需Python 3.8+环境运行。安装时需配置AI服务API密钥，使用流程包括配置AI、获取群聊消息、处理总结结果及自定义提示词。项目还提供了详细的安装说明、使用截图和打包流程，适合需要高效管理群聊信息的用户。]]></description><guid isPermaLink="false">/archives/wei-xin-qun-liao-zong-jie-zhu-shou</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F10%2F670fc592f2044.png&amp;size=m" type="image/jpeg" length="19700"/><category>pyside6</category><category>自动化</category><pubDate>Fri, 28 Feb 2025 01:47:31 GMT</pubDate></item><item><title><![CDATA[DOM 事件 & HTML 标签属性速查手册]]></title><link>http://localhost:8090/archives/dom-shi-jian-html-biao-qian-shu-xing-su-cha-shou-ce</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=DOM%20%E4%BA%8B%E4%BB%B6%20%26%20HTML%20%E6%A0%87%E7%AD%BE%E5%B1%9E%E6%80%A7%E9%80%9F%E6%9F%A5%E6%89%8B%E5%86%8C&amp;url=/archives/dom-shi-jian-html-biao-qian-shu-xing-su-cha-shou-ce" width="1" height="1" alt="" style="opacity:0;">**摘要**： 本文为一份全面的 **DOM 事件与HTML标签属性速查手册**，涵盖常见场景及示例，帮助开发者快速查阅。 1. **DOM事件速查** - **鼠标事件**：如 `click`（单击）、`dblclick`（双击）、`mouseover`（悬停）等，支持元素交互监听。 - **键盘事件**：`keydown`、`keyup` 实现输入响应，已弃用 `keypress`。 - **表单事件**：`submit`（提交拦截）、`input`（实时输入）、`change`（失焦触发）等。 - **窗口/文档事件**：`load`（资源加载）、`resize`（窗口调整）、`DOMContentLoaded`（DOM就绪）。 - **其他事件**：如 `transitionend`（动画结束）、`animationend`（CSS动画完成）。 2. **HTML属性速查** - **全局属性**：`id`、`class`、`data-*`（自定义数据）、`contenteditable`（可编辑内容）。 - **表单属性**：`required`（必填）、`pattern`（正则验证）、`placeholder`（提示文本）。 - **链接与媒体**：`href`（链接目标）、`src`（资源路径）、`alt`（图片替代文本）。 - **SEO优化**：`meta` 标签的 `charset`、`description` 及 Open Graph 协议属性。 3. **实用技巧** - **阻止默认行为**：`e.preventDefault()`。 - **事件委托**：通过父元素代理子元素事件。 - **兼容性建议**：优先使用 `addEventListener`，移动端适配触摸事件。 **资源推荐**：MDN文档链接及开发最佳实践。适用于快速开发交互式网页的开发者参考。]]></description><guid isPermaLink="false">/archives/dom-shi-jian-html-biao-qian-shu-xing-su-cha-shou-ce</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F10%2F670fc59249b4f.jpg&amp;size=m" type="image/jpeg" length="800278"/><category>es6</category><pubDate>Wed, 26 Feb 2025 09:15:39 GMT</pubDate></item><item><title><![CDATA[Vue3 常用指令、属性、方法速查表]]></title><link>http://localhost:8090/archives/vue3-chang-yong-zhi-ling-shu-xing-fang-fa-su-cha-biao</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=Vue3%20%E5%B8%B8%E7%94%A8%E6%8C%87%E4%BB%A4%E3%80%81%E5%B1%9E%E6%80%A7%E3%80%81%E6%96%B9%E6%B3%95%E9%80%9F%E6%9F%A5%E8%A1%A8&amp;url=/archives/vue3-chang-yong-zhi-ling-shu-xing-fang-fa-su-cha-biao" width="1" height="1" alt="" style="opacity:0;">本文是一份Vue3常用指令、属性及方法的速查表，旨在帮助开发者快速查阅核心功能。 摘要如下： 文章系统梳理了Vue3的核心知识，主要包括： 1. **模板指令**：涵盖`v-bind`、`v-model`、`v-for`、`v-if`等基础指令，以及`v-memo`等性能优化指令。 2. **组件属性**：介绍了`props`、`emits`、`setup`等选项式与组合式API的组件配置。 3. **Composition API**：重点讲解了`ref`、`reactive`、`computed`、`watch`等响应式核心方法。 4. **生命周期**：对比了选项式API与组合式API的生命周期钩子。 5. **生态工具**：简述了Vue Router与Pinia的常用API。 6. **实用技巧**：提供了全局状态管理、表单验证及API请求封装的代码片段，并列出了关键的注意事项。 该速查表覆盖了Vue3开发的常用场景，适合开发时快速参考。]]></description><guid isPermaLink="false">/archives/vue3-chang-yong-zhi-ling-shu-xing-fang-fa-su-cha-biao</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F10%2F670fc591519b2.jpg&amp;size=m" type="image/jpeg" length="871201"/><category>es6</category><pubDate>Wed, 26 Feb 2025 02:34:59 GMT</pubDate></item><item><title><![CDATA[JavaScript 常用方法速查表]]></title><link>http://localhost:8090/archives/javascript-chang-yong-fang-fa-su-cha-biao</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=JavaScript%20%E5%B8%B8%E7%94%A8%E6%96%B9%E6%B3%95%E9%80%9F%E6%9F%A5%E8%A1%A8&amp;url=/archives/javascript-chang-yong-fang-fa-su-cha-biao" width="1" height="1" alt="" style="opacity:0;">JavaScript 常用方法速查表，涵盖核心语法、ES6+ 新特性及高频使用场景，便于快速查阅和复习： 一、数组方法 方法 说明 示例 返回值/副作用 push(...items) 末尾添加元素 arr.push(4) → 修改原数组 返回新数组长度 pop() 删除末尾元素 arr.]]></description><guid isPermaLink="false">/archives/javascript-chang-yong-fang-fa-su-cha-biao</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F10%2F670a97af2b7da.png&amp;size=m" type="image/jpeg" length="1191478"/><category>es6</category><pubDate>Wed, 26 Feb 2025 02:06:31 GMT</pubDate></item><item><title><![CDATA[数字人网站推荐]]></title><link>http://localhost:8090/archives/shu-zi-ren-wang-zhan-tui-jian</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=%E6%95%B0%E5%AD%97%E4%BA%BA%E7%BD%91%E7%AB%99%E6%8E%A8%E8%8D%90&amp;url=/archives/shu-zi-ren-wang-zhan-tui-jian" width="1" height="1" alt="" style="opacity:0;">以下是当前主流的生成数字人网站推荐，涵盖教育、电商、自媒体等多场景需求： 有言（魔珐科技） 免费3D数字人工具，支持文字生成口播视频，提供教学模板和实时动作捕捉功能，适合微课、培训等场景。官网：https://www.youyan3d.com 腾讯智影 腾讯旗下平台，提供100+数字人形象（含免费/]]></description><guid isPermaLink="false">/archives/shu-zi-ren-wang-zhan-tui-jian</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F10%2F670fc590f1c2c.jpg&amp;size=m" type="image/jpeg" length="364461"/><category>自动化</category><pubDate>Fri, 21 Feb 2025 00:57:27 GMT</pubDate></item><item><title><![CDATA[WeChatAI 智能助手]]></title><link>http://localhost:8090/archives/wechatai-zhi-neng-zhu-shou</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=WeChatAI%20%E6%99%BA%E8%83%BD%E5%8A%A9%E6%89%8B&amp;url=/archives/wechatai-zhi-neng-zhu-shou" width="1" height="1" alt="" style="opacity:0;">WeChatAI 是一款基于 Python 开发的微信聊天智能助手，支持 DeepSeek、Gemini、通义千问等多种大语言模型，可实现智能对话与自动回复。软件采用现代化 macOS 风格界面，支持多群组监听、自定义触发词、实时消息显示及本地数据存储以保护隐私。系统要求 Windows 10/11 及微信 PC 版 3.9.0 以上，安装需通过 git 克隆并运行构建脚本。使用时需配置 API 密钥、添加监听对象并启动服务，即可通过触发词召唤 AI 回复。项目提供详细使用指南与常见问题解决方案，采用 MIT 许可证，仅供学习交流使用。]]></description><guid isPermaLink="false">/archives/wechatai-zhi-neng-zhu-shou</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F10%2F670a97af2b7da.png&amp;size=m" type="image/jpeg" length="1191478"/><category>自动化</category><pubDate>Fri, 14 Feb 2025 01:20:12 GMT</pubDate></item><item><title><![CDATA[AI 语音助手 - 文本转语音与智能对话系统]]></title><link>http://localhost:8090/archives/ai-yu-yin-zhu-shou---wen-ben-zhuan-yu-yin-yu-zhi-neng-dui-hua-xi-tong</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=AI%20%E8%AF%AD%E9%9F%B3%E5%8A%A9%E6%89%8B%20-%20%E6%96%87%E6%9C%AC%E8%BD%AC%E8%AF%AD%E9%9F%B3%E4%B8%8E%E6%99%BA%E8%83%BD%E5%AF%B9%E8%AF%9D%E7%B3%BB%E7%BB%9F&amp;url=/archives/ai-yu-yin-zhu-shou---wen-ben-zhuan-yu-yin-yu-zhi-neng-dui-hua-xi-tong" width="1" height="1" alt="" style="opacity:0;">本文介绍了一款基于 Python 开发的 AI 语音助手桌面应用。该应用集成了文本转语音（TTS）与智能对话功能，拥有简洁美观的图形界面。主要特性包括：支持多种中文语音（如普通话、粤语）及语速音量调节；集成 Google Gemini、阿里通义千问、Deepseek 等多款 AI 对话模型，并具备对话历史管理与导出功能。文章提供了详细的配置与使用教程，说明了如何设置 API 密钥及操作流程。此外，还展示了项目结构与核心代码，并提及了未来支持语音识别等开发计划。]]></description><guid isPermaLink="false">/archives/ai-yu-yin-zhu-shou---wen-ben-zhuan-yu-yin-yu-zhi-neng-dui-hua-xi-tong</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2025%2F02%2F67a9c67e20468.png&amp;size=m" type="image/jpeg" length="125287"/><category>AI</category><pubDate>Mon, 10 Feb 2025 09:31:35 GMT</pubDate></item><item><title><![CDATA[40篇英汉互译短文，搞定常用词汇量]]></title><link>http://localhost:8090/archives/40pian-ying-han-hu-yi-duan-wen-gao-ding-chang-yong-ci-hui-liang</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=40%E7%AF%87%E8%8B%B1%E6%B1%89%E4%BA%92%E8%AF%91%E7%9F%AD%E6%96%87%EF%BC%8C%E6%90%9E%E5%AE%9A%E5%B8%B8%E7%94%A8%E8%AF%8D%E6%B1%87%E9%87%8F&amp;url=/archives/40pian-ying-han-hu-yi-duan-wen-gao-ding-chang-yong-ci-hui-liang" width="1" height="1" alt="" style="opacity:0;">本文集通过40个独立故事，涵盖了青少年成长、社会文化、科技探索、环境保护及历史人物等多个领域。故事主题多样，包括少年因厌学英语而离家出走后重拾信心、英语在不同国家的演变、艰苦的旅行与自然灾害、伟人传记、以及关于克隆、电脑与人工智能的探讨。文章通过具体案例，如平衡膳食的重要性、保护野生动物的紧迫性、以及面对残疾与逆境时的坚韧，展现了生活中的挑战与智慧。整体内容旨在通过生动的叙事，传递积极向上的价值观和对社会现象的思考。]]></description><guid isPermaLink="false">/archives/40pian-ying-han-hu-yi-duan-wen-gao-ding-chang-yong-ci-hui-liang</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F09%2F66ee64d3a9977.jpeg&amp;size=m" type="image/jpeg" length="130629"/><category>默认分类</category><pubDate>Tue, 4 Feb 2025 14:14:16 GMT</pubDate></item><item><title><![CDATA[多种风格二维码生成]]></title><link>http://localhost:8090/archives/duo-zhong-feng-ge-er-wei-ma-sheng-cheng</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=%E5%A4%9A%E7%A7%8D%E9%A3%8E%E6%A0%BC%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%94%9F%E6%88%90&amp;url=/archives/duo-zhong-feng-ge-er-wei-ma-sheng-cheng" width="1" height="1" alt="" style="opacity:0;">本文介绍了一款基于PySide6开发的多风格二维码生成器。该工具提供了丰富的定制功能，包括11种风格模板（如液态、菱形、六边形等）、自定义颜色方案（前景色、背景色及定位点颜色）、背景图片与Logo添加，以及二维码下方文字设置。核心功能通过HTML格式导出，利用开源组件`widget-qrcode.js`渲染，确保二维码质量。代码展示了自定义颜色选择器、统一界面样式管理及图片处理等核心模块。技术栈包括Python 3.x、PySide6和HTML5，界面现代化且代码结构清晰，支持实时预览与保存功能。]]></description><guid isPermaLink="false">/archives/duo-zhong-feng-ge-er-wei-ma-sheng-cheng</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2025%2F01%2F67904fb8c9bc9.jpg&amp;size=m" type="image/jpeg" length="1060975"/><category>pyside6</category><pubDate>Wed, 22 Jan 2025 01:51:45 GMT</pubDate></item><item><title><![CDATA[无限畅用Cursor 编辑器，四步轻松搞定！]]></title><link>http://localhost:8090/archives/cursormian-fei-mi-ji-si-bu-jie-suo</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=%E6%97%A0%E9%99%90%E7%95%85%E7%94%A8Cursor%20%E7%BC%96%E8%BE%91%E5%99%A8%EF%BC%8C%E5%9B%9B%E6%AD%A5%E8%BD%BB%E6%9D%BE%E6%90%9E%E5%AE%9A%EF%BC%81&amp;url=/archives/cursormian-fei-mi-ji-si-bu-jie-suo" width="1" height="1" alt="" style="opacity:0;">本文提供了免费使用Cursor编辑器的详细攻略。首先，需在Bing搜索并下载“cursor-fake-machine”文件。其次，将下载的文件拖入Cursor编辑器的“INSTALLED”区域完成插件安装。接着，通过快捷键Ctrl+Shift+P调出命令面板，输入“fake”并回车，然后重新注册账号即可开始使用。最后，建议使用无限邮箱进行注册，以获得更多便利。按照这四个步骤，用户即可免费体验Cursor编辑器的强大功能。]]></description><guid isPermaLink="false">/archives/cursormian-fei-mi-ji-si-bu-jie-suo</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F10%2F670a941496568.png&amp;size=m" type="image/jpeg" length="3774714"/><category>web</category><pubDate>Thu, 9 Jan 2025 08:43:37 GMT</pubDate></item><item><title><![CDATA[一个简单的Live2D看板娘浏览器插件，让可爱的二次元角色陪伴你的浏览时光。]]></title><link>http://localhost:8090/archives/live2dkan-ban-niang</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=%E4%B8%80%E4%B8%AA%E7%AE%80%E5%8D%95%E7%9A%84Live2D%E7%9C%8B%E6%9D%BF%E5%A8%98%E6%B5%8F%E8%A7%88%E5%99%A8%E6%8F%92%E4%BB%B6%EF%BC%8C%E8%AE%A9%E5%8F%AF%E7%88%B1%E7%9A%84%E4%BA%8C%E6%AC%A1%E5%85%83%E8%A7%92%E8%89%B2%E9%99%AA%E4%BC%B4%E4%BD%A0%E7%9A%84%E6%B5%8F%E8%A7%88%E6%97%B6%E5%85%89%E3%80%82&amp;url=/archives/live2dkan-ban-niang" width="1" height="1" alt="" style="opacity:0;">个人历时两周半开发的一款加载live2模型的浏览器插件！ github项目地址 gitee项目地址 live2d看板娘助手]]></description><guid isPermaLink="false">/archives/live2dkan-ban-niang</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F12%2F676782d214c7b.png&amp;size=m" type="image/jpeg" length="192332"/><category>live2d</category><pubDate>Sat, 21 Dec 2024 14:07:52 GMT</pubDate></item><item><title><![CDATA[Java常用注解及其作用]]></title><link>http://localhost:8090/archives/javachang-yong-zhu-jie-ji-qi-zuo-yong</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=Java%E5%B8%B8%E7%94%A8%E6%B3%A8%E8%A7%A3%E5%8F%8A%E5%85%B6%E4%BD%9C%E7%94%A8&amp;url=/archives/javachang-yong-zhu-jie-ji-qi-zuo-yong" width="1" height="1" alt="" style="opacity:0;">本文系统梳理了Java开发中常用的注解及其作用，涵盖核心、框架、持久化及工具类注解。 **1. Java核心注解**：包括`@Override`（标识方法重写）、`@Deprecated`（标记过时元素）和`@SuppressWarnings`（抑制编译器警告）。 **2. Spring框架注解**：核心是组件扫描与依赖注入，如`@Component`、`@Service`、`@Repository`、`@Controller`及`@Autowired`。Web层常用`@RequestMapping`、`@RestController`、`@RequestBody`等处理HTTP请求与响应。 **3. JPA/Hibernate注解**：用于对象-关系映射（ORM），如`@Entity`、`@Table`定义实体与表映射，`@Id`、`@GeneratedValue`管理主键，以及`@OneToMany`、`@ManyToOne`等定义实体间关联关系。 **4. 其他常用注解**：包括Lombok的`@Data`（自动生成方法）、`@Slf4j`（日志），JUnit的`@Test`，以及Spring的`@Transactional`（事务管理）、`@Async`（异步）等。此外，还介绍了元注解（如`@Target`、`@Retention`）用于自定义注解。 这些注解极大地简化了代码编写，提高了开发效率与可维护性。]]></description><guid isPermaLink="false">/archives/javachang-yong-zhu-jie-ji-qi-zuo-yong</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F09%2F66ee6128231c6.png&amp;size=m" type="image/jpeg" length="1859245"/><category>java</category><pubDate>Wed, 11 Dec 2024 00:47:52 GMT</pubDate></item><item><title><![CDATA[pandas常用函数02]]></title><link>http://localhost:8090/archives/pandaschang-yong-han-shu-02</link><description><![CDATA[<img src="http://localhost:8090/plugins/feed/assets/telemetry.gif?title=pandas%E5%B8%B8%E7%94%A8%E5%87%BD%E6%95%B002&amp;url=/archives/pandaschang-yong-han-shu-02" width="1" height="1" alt="" style="opacity:0;">本文介绍了提升Pandas处理效率的10个实用技巧。核心内容包括：**高效数据读取**（如指定列、类型、分块及并行读取）；**数据筛选与过滤**（利用query、isin等方法）；**数据转换与清洗**（类型转换、批量替换、空值与重复值处理）；**数据聚合与分组**（多维度聚合与自定义函数）；**DataFrame操作**（列操作、合并与索引）；**内存优化**（降低数据类型、及时释放内存）；**时间序列处理**（特征提取与重采样）；**数据可视化**（快速统计与交互式图表）；**性能优化**（向量化、并行处理与Numba加速）；以及**高级应用**（数据重塑、自定义函数与质量控制）。文章强调了效率、内存优化和代码质量的重要性，旨在帮助数据分析师更高效地使用Pandas。]]></description><guid isPermaLink="false">/archives/pandaschang-yong-han-shu-02</guid><dc:creator>Administrator</dc:creator><enclosure url="http://localhost:8090/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fwmimg.com%2Fi%2F1119%2F2024%2F12%2F6764d5a1bb04f.jpg&amp;size=m" type="image/jpeg" length="52272"/><category>pandas</category><pubDate>Wed, 4 Dec 2024 06:21:49 GMT</pubDate></item></channel></rss>