<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>慕托小记 - 记录代码与生活</title>
    <link>https://tortb.com</link>
    <description>蜀枕清何的技术小站，分享前端开发、学习笔记与日常碎念。</description>
    <language>zh-CN</language>
    <lastBuildDate>Mon, 10 Aug 2026 14:07:39 GMT</lastBuildDate>
    <generator>Hoshino Blog</generator>
    <atom:link href="https://tortb.com/rss.xml" rel="self" type="application/rss+xml"/>
    <webMaster>tortbhk@gmail.com (蜀枕清何)</webMaster>

    <item>
      <title>CloudFlare带宽联盟免阿里OSS流量教程</title>
      <link>https://tortb.com/post/FreeOSS</link>
      <guid isPermaLink="true">https://tortb.com/post/FreeOSS</guid>
      <description>使用Cloudflare带宽联盟免去阿里云OSS香港地区的流量费用，实测800G流量无账单。</description>
      <pubDate>Mon, 02 Feb 2026 00:00:00 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>Java基础笔记</title>
      <link>https://tortb.com/post/Java/JavaBasicNote</link>
      <guid isPermaLink="true">https://tortb.com/post/Java/JavaBasicNote</guid>
      <description>Java初学者学习笔记，详细讲解Java基础语法、数据类型、变量类型、修饰符、运算符、循环结构、条件语句、switch case语句、Number和Math类、Character类等核心概念。</description>
      <pubDate>Mon, 10 Aug 2026 14:07:39 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>Java学习笔记</title>
      <link>https://tortb.com/post/Java/JavaStudyNoition</link>
      <guid isPermaLink="true">https://tortb.com/post/Java/JavaStudyNoition</guid>
      <description>Java学习笔记，包括cmd命令行执行Java、注释方式、输出方法、public修饰符等基础知识讲解。</description>
      <pubDate>Mon, 10 Aug 2026 14:07:39 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>MyBatis-Plus 实用笔记</title>
      <link>https://tortb.com/post/Java/mybatisPlus</link>
      <guid isPermaLink="true">https://tortb.com/post/Java/mybatisPlus</guid>
      <description>MyBatis-Plus 快速入门与进阶笔记，涵盖配置、主键策略、自动填充、乐观锁、分页、代码生成器等常用功能，适合 Java 后端开发者查阅。</description>
      <pubDate>Mon, 10 Aug 2026 14:07:39 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>SpringCloud 微服务架构笔记</title>
      <link>https://tortb.com/post/Java/springCloud</link>
      <guid isPermaLink="true">https://tortb.com/post/Java/springCloud</guid>
      <description>SpringCloud 微服务架构理论与实战笔记，涵盖微服务概念、服务注册与发现、服务调用、熔断、网关、配置中心、全链路追踪等核心知识，适合后端开发与分布式系统学习。</description>
      <pubDate>Mon, 10 Aug 2026 14:07:39 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>一站式全栈与系统开发环境配置指南</title>
      <link>https://tortb.com/post/coding</link>
      <guid isPermaLink="true">https://tortb.com/post/coding</guid>
      <description>开发环境配置以及工具</description>
      <pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>OpenAI 服务故障速览：API/ChatGPT/Codex 同时告警</title>
      <link>https://tortb.com/post/openai-outage-technical.</link>
      <guid isPermaLink="true">https://tortb.com/post/openai-outage-technical.</guid>
      <description>OpenAI 出现服务可用性故障，APIs、ChatGPT、Codex 三项服务同时标黄报错，错误率升高已持续19分钟。本文整理了故障概况与开发者应对建议。</description>
      <pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>Python 3 基础教程</title>
      <link>https://tortb.com/post/python3</link>
      <guid isPermaLink="true">https://tortb.com/post/python3</guid>
      <description>全面的 Python 3 基础语法教程，涵盖编码、标识符、保留字、注释、数据类型、流程控制、函数、模块等核心知识点。</description>
      <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>Vue3 笔记</title>
      <link>https://tortb.com/post/vue/Vue3</link>
      <guid isPermaLink="true">https://tortb.com/post/vue/Vue3</guid>
      <description>Vue3 新特性与工程实践笔记，涵盖组合式 API、TypeScript 支持、性能优化、项目结构、setup 用法等，适合前端开发者系统学习 Vue3。</description>
      <pubDate>Mon, 10 Aug 2026 14:07:39 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>路由VueRouter</title>
      <link>https://tortb.com/post/vue/VueRouter</link>
      <guid isPermaLink="true">https://tortb.com/post/vue/VueRouter</guid>
      <description>Vue Router 笔记，详细讲解前端路由、基本使用、声明式导航、路由传参、嵌套路由、路由守卫、缓存与模式切换等核心知识，适合 Vue 初学者和进阶者。</description>
      <pubDate>Mon, 10 Aug 2026 14:07:39 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>Vuex 状态管理笔记</title>
      <link>https://tortb.com/post/vue/Vuex</link>
      <guid isPermaLink="true">https://tortb.com/post/vue/Vuex</guid>
      <description>Vuex 状态管理详解，涵盖 state、getters、mutations、actions、模块化、map 辅助函数、命名空间等，适合 Vue2/Vue3 项目集中式数据管理。</description>
      <pubDate>Mon, 10 Aug 2026 14:07:39 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>Vue 工程化与组件通信</title>
      <link>https://tortb.com/post/vue/vue工程化-组件间通信</link>
      <guid isPermaLink="true">https://tortb.com/post/vue/vue工程化-组件间通信</guid>
      <description>Vue 工程化开发与组件间通信全解，涵盖脚手架、ESLint、单/多文件组件、父子通信、事件总线、provide/inject、mixin、插件、插槽等，适合 Vue 实战开发者参考。</description>
      <pubDate>Mon, 10 Aug 2026 14:07:39 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
    <item>
      <title>路由VueRouter</title>
      <link>https://tortb.com/post/vue/路由VueRouter</link>
      <guid isPermaLink="true">https://tortb.com/post/vue/路由VueRouter</guid>
      <description>Vue Router 笔记，详细讲解前端路由、基本使用、声明式导航、路由传参、嵌套路由、路由守卫、缓存与模式切换等核心知识，适合 Vue 初学者和进阶者。</description>
      <pubDate>Mon, 10 Aug 2026 14:07:39 GMT</pubDate>
      <author>tortbhk@gmail.com (蜀枕清何)</author>
    </item>
  </channel>
</rss>