<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>零壹技术博客</title>
    <link>https://notavia.cc/</link>
    <description>一个简洁、清晰、适合阅读技术文章的内容站。</description>
    <language>zh-CN</language>
    <lastBuildDate>Tue, 09 Jun 2026 16:00:00 GMT</lastBuildDate>
    <generator>Blog System</generator>
    <item>
      <title>1Password - 密码、通行密钥与企业凭证统一管理平台</title>
      <link>https://notavia.cc/posts/1password-password-manager-intro/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/1password-password-manager-intro/</guid>
      <pubDate>Tue, 09 Jun 2026 16:00:00 GMT</pubDate>
      <description>1Password 是全球领先的密码与身份安全管理平台，提供密码管理、通行密钥、企业凭据治理、SaaS 访问管控等一站式安全解决方案，服务超过 18 万家企业客户。</description>
      <category>安全工具</category>
      <category>1Password</category>
      <category>密码管理器</category>
      <category>企业安全</category>
      <category>通行密钥</category>
      <category>凭据管理</category>
      <category>双因素认证</category>
    </item>
    <item>
      <title>360安全卫士 v15 - 电脑安全防护与系统优化工具</title>
      <link>https://notavia.cc/posts/360-security-guard-software-intro/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/360-security-guard-software-intro/</guid>
      <pubDate>Tue, 09 Jun 2026 15:00:00 GMT</pubDate>
      <description>360安全卫士是360集团旗下核心安全产品，集成木马查杀、漏洞修复、垃圾清理、系统加速、弹窗拦截、反勒索防护等一站式电脑安全服务，服务超10亿用户。</description>
      <category>安全杀毒</category>
      <category>360</category>
      <category>安全卫士</category>
      <category>杀毒软件</category>
      <category>电脑清理</category>
      <category>系统优化</category>
    </item>
    <item>
      <title>Python Install Manager 是什么？Windows 上装 Python 终于不用折腾了</title>
      <link>https://notavia.cc/posts/python-install-manager-windows-pain-points/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/python-install-manager-windows-pain-points/</guid>
      <pubDate>Tue, 09 Jun 2026 14:00:00 GMT</pubDate>
      <description>Python 官方推出了全新的 Windows Install Manager，解决多版本 Python 管理混乱的痛点。本文深入解析它的设计思路、解决了哪些历史遗留问题、以及如何上手使用。</description>
      <category>Python</category>
      <category>Python</category>
      <category>Windows</category>
      <category>PyManager</category>
      <category>PEP773</category>
      <category>开发者工具</category>
    </item>
    <item>
      <title>从响应式到编译：Vue 2 和 Vue 3 的实现原理漫谈</title>
      <link>https://notavia.cc/posts/vue2-vue3-reactivity-implementation-differences/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/vue2-vue3-reactivity-implementation-differences/</guid>
      <pubDate>Tue, 09 Jun 2026 12:00:00 GMT</pubDate>
      <description>深入对比 Vue 2 和 Vue 3 的实现原理：从 Object.defineProperty 到 Proxy 的响应式进化，从全量 diff 到 PatchFlag 的编译优化，带你理解两代框架的设计哲学差异。</description>
      <category>前端</category>
      <category>Vue</category>
      <category>Vue3</category>
      <category>响应式</category>
      <category>源码分析</category>
      <category>JavaScript</category>
    </item>
    <item>
      <title>搞懂 sitemap.xml 和 robots.txt，网站 SEO 的第一步</title>
      <link>https://notavia.cc/posts/sitemap-robots-seo-guide/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/sitemap-robots-seo-guide/</guid>
      <pubDate>Tue, 09 Jun 2026 10:00:00 GMT</pubDate>
      <description>从零讲清 sitemap.xml 和 robots.txt 的格式、配置、注意事项，以及它们怎么配合让搜索引擎更好地收录你的网站。</description>
      <category>技术实践</category>
      <category>SEO</category>
      <category>sitemap</category>
      <category>robots.txt</category>
      <category>爬虫</category>
      <category>网站优化</category>
    </item>
    <item>
      <title>OSS 和 CDN 到底是什么关系？一份给开发者的存储加速实战指南</title>
      <link>https://notavia.cc/posts/oss-cdn-guide/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/oss-cdn-guide/</guid>
      <pubDate>Thu, 04 Jun 2026 16:00:00 GMT</pubDate>
      <description>深度解读对象存储OSS与CDN的区别及协同工作原理，含阿里云实战配置，助你构建高效的静态资源分发服务。</description>
      <category>技术科普</category>
      <category>OSS</category>
      <category>CDN</category>
      <category>对象存储</category>
      <category>性能优化</category>
      <category>架构</category>
    </item>
    <item>
      <title>SSE vs WebSocket：服务端推送的两种姿势，原理和实现全解析</title>
      <link>https://notavia.cc/posts/sse-vs-websocket-guide/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/sse-vs-websocket-guide/</guid>
      <pubDate>Thu, 04 Jun 2026 15:30:00 GMT</pubDate>
      <description>SSE与WebSocket两种服务端推送技术的原理对比与实现全解析，根据实时通信场景选择最合适的方案。</description>
      <category>技术科普</category>
      <category>SSE</category>
      <category>WebSocket</category>
      <category>HTTP</category>
      <category>实时通信</category>
    </item>
    <item>
      <title>Java 持久层框架选型：JPA vs MyBatis，到底该选谁？</title>
      <link>https://notavia.cc/posts/java-jpa-vs-mybatis-guide/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/java-jpa-vs-mybatis-guide/</guid>
      <pubDate>Thu, 04 Jun 2026 14:40:00 GMT</pubDate>
      <description>JPA与MyBatis两大Java持久层框架全面对比，从开发效率、灵活性和场景适配出发，给出客观选型建议。</description>
      <category>Java</category>
      <category>Java</category>
      <category>JPA</category>
      <category>MyBatis</category>
      <category>ORM</category>
    </item>
    <item>
      <title>Java 中的 DTO、DO、VO 到底有什么区别？一篇讲清楚</title>
      <link>https://notavia.cc/posts/java-dto-do-vo-differences/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/java-dto-do-vo-differences/</guid>
      <pubDate>Thu, 04 Jun 2026 14:00:00 GMT</pubDate>
      <description>深入解析Java分层架构中DTO、DO、VO三种对象的定义、职责划分及使用场景，告别对象混用的代码坏味道。</description>
      <category>Java</category>
      <category>Java</category>
      <category>DTO</category>
      <category>DO</category>
      <category>VO</category>
    </item>
    <item>
      <title>NVM 使用指南：那些年被 Node 版本支配的恐惧</title>
      <link>https://notavia.cc/posts/nvm-node-version-manager-guide/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/nvm-node-version-manager-guide/</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
      <description>NVM Node版本管理工具完整使用教程，解决多项目Node版本冲突，让新老项目各自运行在兼容环境中。</description>
      <category>前端</category>
      <category>NVM</category>
      <category>Node.js</category>
      <category>开发工具</category>
      <category>前端工程化</category>
    </item>
    <item>
      <title>Codex 开启手机号验证后，重度依赖 AI 编程的开发者该慌吗？</title>
      <link>https://notavia.cc/posts/codex-phone-verification-analysis/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/codex-phone-verification-analysis/</guid>
      <pubDate>Wed, 03 Jun 2026 07:31:13 GMT</pubDate>
      <description>OpenAI Codex手机验证机制深度分析：风控策略解读、触发条件及对AI编程开发者的影响与应对方案。</description>
      <category>AI</category>
      <category>Codex</category>
      <category>OpenAI</category>
      <category>AI编程</category>
      <category>开发者生态</category>
      <category>风控</category>
    </item>
    <item>
      <title>浏览器缓存通关指南：强制缓存、协商缓存，一次性讲透</title>
      <link>https://notavia.cc/posts/browser-cache-negotiation-strong-cache/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/browser-cache-negotiation-strong-cache/</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <description>深入讲解浏览器强制缓存与协商缓存的原理、HTTP头配置及最佳实践，助你掌握前端性能优化核心技能。</description>
      <category>前端</category>
      <category>浏览器缓存</category>
      <category>HTTP缓存</category>
      <category>性能优化</category>
      <category>Cache-Control</category>
    </item>
    <item>
      <title>Nginx 反向代理实战：一台服务器、一个端口、一张证书，跑多个 Web 服务</title>
      <link>https://notavia.cc/posts/nginx-reverse-proxy-multi-service-https/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/nginx-reverse-proxy-multi-service-https/</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <description>用Nginx反向代理在一台服务器上部署多个Web服务并统一管理HTTPS证书，实现端口复用与安全收口。</description>
      <category>运维</category>
      <category>Nginx</category>
      <category>反向代理</category>
      <category>HTTPS</category>
      <category>SSL</category>
      <category>服务部署</category>
    </item>
    <item>
      <title>SSL 证书价格之谜：为什么有的免费、有的几十块、有的上千？</title>
      <link>https://notavia.cc/posts/ssl-certificate-types-dv-ov-ev-price-differences/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/ssl-certificate-types-dv-ov-ev-price-differences/</guid>
      <pubDate>Tue, 02 Jun 2026 11:36:00 GMT</pubDate>
      <description>解密SSL证书定价逻辑，对比DV、OV、EV三种证书的验证流程与安全等级，帮你选对不花冤枉钱。</description>
      <category>技术科普</category>
      <category>SSL</category>
      <category>HTTPS</category>
      <category>网络安全</category>
      <category>运维</category>
    </item>
    <item>
      <title>开源协议怎么选？MIT、GPL、Apache 到底有什么区别</title>
      <link>https://notavia.cc/posts/open-source-license-guide/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/open-source-license-guide/</guid>
      <pubDate>Tue, 02 Jun 2026 07:31:13 GMT</pubDate>
      <description>主流开源协议MIT、GPL、Apache、BSD的详细解读与选型指南，帮你在GitHub上正确选择License。</description>
      <category>开源</category>
      <category>开源协议</category>
      <category>MIT</category>
      <category>GPL</category>
      <category>Apache</category>
      <category>License</category>
    </item>
    <item>
      <title>从 SVN 单分支协作到 Git 分支管理：别再把一天的代码攒到下班提交了</title>
      <link>https://notavia.cc/posts/from-svn-single-branch-to-git-branch-workflow/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/from-svn-single-branch-to-git-branch-workflow/</guid>
      <pubDate>Mon, 01 Jun 2026 17:00:00 GMT</pubDate>
      <description>从SVN单分支协作迁移到Git分支管理的实战指南，解决冲突频发、发版阻塞等问题，提升团队协作效率。</description>
      <category>工程实践</category>
      <category>Git</category>
      <category>SVN</category>
      <category>分支管理</category>
      <category>团队协作</category>
    </item>
    <item>
      <title>Cesium 接入天地图影像的几个坑：img_w、tileMatrixSetID、注记图层和 token 配置</title>
      <link>https://notavia.cc/posts/cesium-tianditu-integration-pitfalls/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/cesium-tianditu-integration-pitfalls/</guid>
      <pubDate>Mon, 01 Jun 2026 15:00:00 GMT</pubDate>
      <description>Cesium三维地球接入天地图WMTS服务的实战踩坑记录：img_w参数、tileMatrixSetID、注记图层叠加与token配置。</description>
      <category>GIS</category>
      <category>Cesium</category>
      <category>天地图</category>
      <category>WebGIS</category>
      <category>三维地球</category>
      <category>踩坑记录</category>
    </item>
    <item>
      <title>AI 中转站是怎么运作的？站长被刑拘 37 天，哪些红线不能碰</title>
      <link>https://notavia.cc/posts/ai-relay-station-risks/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/ai-relay-station-risks/</guid>
      <pubDate>Mon, 01 Jun 2026 14:00:00 GMT</pubDate>
      <description>AI中转站运作模式与法律红线深度剖析：上海站长因运营中转站被刑拘37天，面临刑事判罚的真实案例警示。</description>
      <category>AI</category>
      <category>AI中转站</category>
      <category>API代理</category>
      <category>法律风险</category>
      <category>灰产</category>
    </item>
    <item>
      <title>OpenClaw 从入门到落地：安装、配置、渠道接入与避坑指南</title>
      <link>https://notavia.cc/posts/openclaw-guide-from-setup-to-practice/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/openclaw-guide-from-setup-to-practice/</guid>
      <pubDate>Mon, 01 Jun 2026 13:00:00 GMT</pubDate>
      <description>AI Agent框架OpenClaw从安装部署到多渠道接入的完整实践指南，含配置详解与常见避坑要点。</description>
      <category>AI</category>
      <category>OpenClaw</category>
      <category>AI Agent</category>
      <category>自部署</category>
      <category>教程</category>
    </item>
    <item>
      <title>Coding Plan 和 Token Plan 到底怎么选？旧模型为啥还抢破头</title>
      <link>https://notavia.cc/posts/coding-plan-vs-token-plan/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/coding-plan-vs-token-plan/</guid>
      <pubDate>Mon, 01 Jun 2026 12:00:00 GMT</pubDate>
      <description>阿里云百炼AI编程Coding Plan与Token Plan两种计费模式深度对比，帮你根据实际需求选择最省钱的方案。</description>
      <category>AI</category>
      <category>阿里云百炼</category>
      <category>Coding Plan</category>
      <category>Token Plan</category>
      <category>AI编程</category>
    </item>
    <item>
      <title>基于RAG构建企业级AI智能客服：从架构到落地全流程实践</title>
      <link>https://notavia.cc/posts/rag-enterprise-ai-customer-service/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/rag-enterprise-ai-customer-service/</guid>
      <pubDate>Mon, 01 Jun 2026 11:00:00 GMT</pubDate>
      <description>基于RAG检索增强生成构建企业级AI智能客服全流程实践：架构设计、知识库搭建与大模型集成落地指南。</description>
      <category>AI</category>
      <category>RAG</category>
      <category>AI客服</category>
      <category>知识库</category>
      <category>大模型</category>
      <category>DeepSeek</category>
    </item>
    <item>
      <title>Java 全局异常捕获实战：别再让崩溃裸奔了</title>
      <link>https://notavia.cc/posts/java-global-exception-handling/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/java-global-exception-handling/</guid>
      <pubDate>Mon, 01 Jun 2026 10:00:00 GMT</pubDate>
      <description>Spring Boot全局异常处理最佳实践：统一异常拦截、返回格式封装与日志追踪，告别线上崩溃无法排查的困境。</description>
      <category>Java</category>
      <category>Java</category>
      <category>Exception</category>
      <category>Spring Boot</category>
      <category>后端</category>
    </item>
    <item>
      <title>用 WinSW 把 JAR 包注册成 Windows 服务</title>
      <link>https://notavia.cc/posts/winsw-jar-windows-service/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/winsw-jar-windows-service/</guid>
      <pubDate>Mon, 01 Jun 2026 09:30:00 GMT</pubDate>
      <description>使用WinSW将Spring Boot JAR包注册为Windows系统服务实战，实现开机自启、崩溃重启与统一日志管理。</description>
      <category>技术实践</category>
      <category>WinSW</category>
      <category>Windows</category>
      <category>Java</category>
      <category>Spring Boot</category>
      <category>服务部署</category>
      <category>运维</category>
    </item>
    <item>
      <title>Git 实用指南：从基础配置到多仓库协作</title>
      <link>https://notavia.cc/posts/git-essential-guide/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/git-essential-guide/</guid>
      <pubDate>Mon, 01 Jun 2026 09:00:00 GMT</pubDate>
      <description>从零配置Git、SSH密钥连接、双仓库推送与历史记录安全管理，覆盖日常开发常用Git操作的完整指南。</description>
      <category>技术实践</category>
      <category>Git</category>
      <category>GitHub</category>
      <category>Gitee</category>
      <category>SSH</category>
      <category>版本控制</category>
      <category>开发工具</category>
    </item>
    <item>
      <title>用土耳其区 Apple ID + 礼品卡订阅 GPT Plus，省下一半费用</title>
      <link>https://notavia.cc/posts/turkish-appleid-gpt-plus/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/turkish-appleid-gpt-plus/</guid>
      <pubDate>Fri, 29 May 2026 17:22:00 GMT</pubDate>
      <description>土耳其区Apple ID配合礼品卡订阅ChatGPT Plus完整教程，月费从20美元降至约80元人民币。</description>
      <category>技术实践</category>
      <category>ChatGPT</category>
      <category>Apple ID</category>
      <category>土耳其区</category>
      <category>礼品卡</category>
      <category>省钱技巧</category>
    </item>
    <item>
      <title>用 Hexo 写博客，部署到 Cloudflare Pages，再推送给 Google</title>
      <link>https://notavia.cc/posts/hexo-cloudflare-pages-google/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/hexo-cloudflare-pages-google/</guid>
      <pubDate>Fri, 29 May 2026 16:54:00 GMT</pubDate>
      <description>Hexo博客搭建、Cloudflare Pages免费部署、Google搜索引擎收录的零成本建站全链路实践。</description>
      <category>技术实践</category>
      <category>Hexo</category>
      <category>Cloudflare Pages</category>
      <category>Google Search Console</category>
      <category>博客搭建</category>
      <category>SEO</category>
    </item>
    <item>
      <title>AI 辅助开发提效：正确姿势是让它当助手，而不是主角</title>
      <link>https://notavia.cc/posts/ai-assisted-development/</link>
      <guid isPermaLink="true">https://notavia.cc/posts/ai-assisted-development/</guid>
      <pubDate>Fri, 29 May 2026 15:46:00 GMT</pubDate>
      <description>探讨AI辅助开发的正确姿势：让AI做重复性工作当助手，而非主导开发，配合Git版本控制实现真正提效。</description>
      <category>技术思考</category>
      <category>AI</category>
      <category>开发效率</category>
      <category>Git</category>
      <category>工程实践</category>
    </item>
  </channel>
</rss>
