# haxck.com > Zhiqiang Du(haxck)的个人网站,一个喜欢折腾技术的开发者,记录学习与思考。 ## 关于作者 杜志强,开发者。主要关注 AI 工具、Web 开发、效率工具和技术折腾。 ## 关键入口 - [主页](https://www.haxck.com/): 个人介绍、项目入口、社交媒体 - [博客](https://blog.haxck.com/): 博客(45 篇,2017-2026) - [收集](https://blog.haxck.com/quote): 语录与收集 - [清单](https://blog.haxck.com/list): 工具与资源清单 - [我如何用 AI](https://blog.haxck.com/how-i-use-ai): AI 使用方式与实践 - [RSS 订阅](https://blog.haxck.com/feed.xml): 全文 RSS Feed - [博客](https://blog.haxck.com/): 博客(45 篇,2017-2026) - [Echo](http://echo.haxck.com/): 在线写信服务 - [NightMate](https://blog.haxck.com/posts/lite-program/): 助眠微信小程序 ## 社交与作品 - GitHub: https://github.com/haxck - 微博:https://weibo.com/haxck - Resume: https://read.cv/haxck - Bilibili: https://space.bilibili.com/14586647 (老三制造) - 微信公众号:X工厂 - 小红书:进击的强宝 ## 内容分类 ### AI 与效率工具 - [零成本使用大模型的平台](https://blog.haxck.com/posts/zero-cost-llm-platforms/) (2025 年 12 月 30 日): 盘点免费使用大模型的平台,降低 AI 使用门槛。 - [Windows 下配置 Claude](https://blog.haxck.com/posts/claude-code-on-windows/) (2025 年 12 月 30 日): Windows 系统下配置 Claude Code 开发环境的完整指南。 - [rss+n8n 我的定制早报](https://blog.haxck.com/posts/rss-n8n-my-custom-morning-news/) (2025 年 12 月 5 日): 自建个性化 RSS 早报系统:通过 Miniflux 抓取订阅源,n8n 自动化流程进行 AI 分类总结,再由企业微信机器人推送定制化资讯。 - [我的表情包:Nano Banana 帮我实现了两年前设计表情包的想法](https://blog.haxck.com/posts/nano-banana-helped-me-realize-my-two-year-old-meme-design-idea/) (2025 年 11 月 27 日): 使用 AI 工具(Nano Banana Pro + ChatGPT)快速制作微信表情包的完整流程,包括角色设计、表情生成、图片处理和平台审核。 - [AI101: n8n 部署+MCP 日历工具](https://blog.haxck.com/posts/ai101-n8n-and-mcp-tool/) (2025 年 11 月 7 日): 部署 n8n 并创建一个日历 MCP Server,通过 AI 工具调用完成自动化。 - [AI101: 会说话就会用 AI](https://blog.haxck.com/posts/ai101-prompt/) (2025 年 9 月 6 日): 如何清晰地表达需求与 AI 沟通,让 AI 高效辅助工作。 - [两个工具](https://blog.haxck.com/posts/two-tools/) (2025 年 2 月 28 日): 利用 GPT 协助开发两个小工具:从图片提取字符重命名文件、定时获取特定用户微博,同时反思 AI 时代开发者的定位。 - [限制你的只有想象力](https://blog.haxck.com/posts/limited-only-by-your-imagination/) (2025 年 1 月 3 日): 想象力 + 表达能力 = 未来。 ### 笔记与知识管理 - [在 Obsidian 中写博客](https://blog.haxck.com/posts/writing-blogs-in-obsidian/) (2025 年 7 月 8 日): 从 VS Code 迁移到 Obsidian 写博客的实践总结。 - [用 syncthing 同步我的笔记](https://blog.haxck.com/posts/syncthing-synchronize-my-notes/) (2025 年 7 月 8 日): 使用 Syncthing 在多设备间同步 Obsidian 笔记并备份到 Github,含 Windows 后台运行和端口映射技巧。 ### 技术与运维 - [解锁小米路由器 SSH](https://blog.haxck.com/posts/mirouter-ssh/) (2025 年 3 月 3 日): 解锁小米路由器 SSH 获取更多控制权。 - [给 Astro 博客添加 Algolia 搜索服务](https://blog.haxck.com/posts/adding-algolia-search-to-an-astro-blog/) (2024 年 11 月 27 日): 使用 Algolia 为 Astro 博客集成全文搜索。 - [解锁 Apple News](https://blog.haxck.com/posts/unlock-apple-news/) (2024 年 11 月 6 日): 解锁 Apple News 访问,实时查看新闻动态。 - [使用 Certbot 自动更新 SSL 证书](https://blog.haxck.com/posts/using-certbot-automatic-ssl/) (2024 年 6 月 6 日): Certbot 自动申请和续签 SSL 证书。 - [nginx.service 不能重启也不能停止服务](https://blog.haxck.com/posts/nginx-service-failed/) (2023 年 10 月 20 日): nginx.service 故障排查与修复。 - [修复 UWP 应用不能联网](https://blog.haxck.com/posts/uwp-proxy/) (2023 年 9 月 1 日): Windows UWP 应用网络代理问题修复。 - [在 Cisco 路由上使用 PPPoE 拨号](https://blog.haxck.com/posts/pppoe/) (2017 年 7 月 13 日): Cisco 路由器 PPPoE 拨号配置。 ### 编程学习 - [《左耳听风》中个人成长及程序员入门书摘](https://blog.haxck.com/posts/book-zuoertingfeng/) (2025 年 8 月 28 日): 关注长期收益、个人成长标准、程序员技能与技术选择。 - [用 JS 学数据结构和算法之队列](https://blog.haxck.com/posts/queue/) (2018 年 4 月 7 日): JavaScript 实现队列数据结构。 - [用 JS 学数据结构和算法之栈](https://blog.haxck.com/posts/stack/) (2018 年 4 月 2 日): JavaScript 实现栈数据结构。 - [《程序员修炼之道》书摘](https://blog.haxck.com/posts/the-pragmatic-programmer-clip/) (2018 年 3 月 31 日): 经典编程书籍精华摘录。 - [自动部署 hexo 博客](https://blog.haxck.com/posts/automatically-deploy-hexo-blog/) (2018 年 3 月 6 日): 通过 CircleCI 实现 Hexo 博客自动部署。 - [代码编辑利器 VS Code](https://blog.haxck.com/posts/using-vscode/) (2018 年 1 月 28 日): VS Code 使用技巧与推荐。 ### 生活与随笔 - [2025 年度总结](https://blog.haxck.com/posts/summary-2025/) (2025 年 12 月 29 日): 对 2025 年的回顾与感悟。 - [我的电脑里装了啥](https://blog.haxck.com/posts/software-in-use/) (2024 年 11 月 21 日): 分享日常使用的软件工具清单。 - [我听播客](https://blog.haxck.com/posts/fm/) (2024 年 8 月 1 日): 通勤路上收听的播客列表。 - [天天开心的方法](https://blog.haxck.com/posts/happy-every-day/) (2024 年 5 月 15 日): 来自老高视频的快乐方法论。 - [新技能:驾照](https://blog.haxck.com/posts/car-license/) (2023 年 12 月 1 日): 考驾照记录,没能等上自动驾驶。 - [你希望面向失眠人群的 App 是什么样的](https://blog.haxck.com/posts/what-was-the-thought-process-behind-developing-nightmate/) (2019 年 1 月 27 日): NightMate 微信小程序的开发思路来源。 - [学习能力超群/聪明人在学习/面对一个问题时思维过程是怎样的?](https://blog.haxck.com/posts/the-thought-process-of-genius/) (2018 年 11 月 12 日): 探讨深度思考的方法论。 - [做一份长远计划](https://blog.haxck.com/posts/lone-term-plan/) (2018 年 8 月 2 日): 关于人生长期规划的思考。 - [让你少打字母的输入方案:双拼](https://blog.haxck.com/posts/uurufa/) (2017 年 12 月 10 日): 双拼输入法使用体验。 - [NightMate 从想法到实现](https://blog.haxck.com/posts/lite-program/) (2017 年 11 月 22 日): 助眠微信小程序从构思到上线的完整过程。 - [你要一直酷下去](https://blog.haxck.com/posts/always-cool/) (2017 年 7 月 1 日): 关于坚持与酷的态度。