<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>简单的李 · 技术博客</title>
    <link>https://xixikeke.cn/</link>
    <description>10+ 年 Java 后端开发经验，分享架构设计、AI Agent、RAG 知识库等实战经验。</description>
    <lastBuildDate>Sat, 05 Sep 2026 02:53:07 GMT</lastBuildDate>
    <generator>toast-blog gen-seo</generator>
    <item>
      <title>Prompt Engineering 入门</title>
      <link>https://xixikeke.cn/#tutorials</link>
      <guid isPermaLink="false">https://xixikeke.cn/#tutorials</guid>
      <description>学习如何设计高质量的 Prompt，掌握 Few-shot、Chain-of-Thought 等核心技巧。</description>
    </item>
    <item>
      <title>RAG 从零到部署</title>
      <link>https://xixikeke.cn/#tutorials</link>
      <guid isPermaLink="false">https://xixikeke.cn/#tutorials</guid>
      <description>从文档加载、分块、向量化到检索生成的完整 RAG 流水线实战。</description>
    </item>
    <item>
      <title>LangChain 实战指南</title>
      <link>https://xixikeke.cn/#tutorials</link>
      <guid isPermaLink="false">https://xixikeke.cn/#tutorials</guid>
      <description>深入 LangChain 核心概念：Chain、Agent、Memory、Tool 工程化使用。</description>
    </item>
    <item>
      <title>构建 AI Agent</title>
      <link>https://xixikeke.cn/#tutorials</link>
      <guid isPermaLink="false">https://xixikeke.cn/#tutorials</guid>
      <description>从单 Agent 到多 Agent 协作，掌握工具调用与自主决策体系建设。</description>
    </item>
    <item>
      <title>向量数据库选型与优化</title>
      <link>https://xixikeke.cn/#tutorials</link>
      <guid isPermaLink="false">https://xixikeke.cn/#tutorials</guid>
      <description>对比 Chroma、Pinecone、Weaviate、Milvus，掌握索引策略与检索优化。</description>
    </item>
    <item>
      <title>LLM 应用性能调优</title>
      <link>https://xixikeke.cn/#tutorials</link>
      <guid isPermaLink="false">https://xixikeke.cn/#tutorials</guid>
      <description>延迟优化、成本控制、缓存策略、监控追踪。</description>
    </item>
    <item>
      <title>Spring Boot + MyBatis 项目实战</title>
      <link>https://xixikeke.cn/#tutorials</link>
      <guid isPermaLink="false">https://xixikeke.cn/#tutorials</guid>
      <description>从零搭建企业级 CRUD 应用，集成 MyBatis-Plus、分页、事务、多数据源。</description>
    </item>
    <item>
      <title>Redis 缓存设计与实战</title>
      <link>https://xixikeke.cn/#tutorials</link>
      <guid isPermaLink="false">https://xixikeke.cn/#tutorials</guid>
      <description>缓存穿透/击穿/雪崩解决方案、分布式锁、延迟队列等。</description>
    </item>
    <item>
      <title>Kafka 消息队列入门到精通</title>
      <link>https://xixikeke.cn/#tutorials</link>
      <guid isPermaLink="false">https://xixikeke.cn/#tutorials</guid>
      <description>Topic/Partition 设计、生产者/消费者调优、死信队列与重试机制。</description>
    </item>
    <item>
      <title>Spring Security + OAuth2 实战</title>
      <link>https://xixikeke.cn/#tutorials</link>
      <guid isPermaLink="false">https://xixikeke.cn/#tutorials</guid>
      <description>JWT 认证、角色权限控制、OAuth2 第三方登录与企业微信集成。</description>
    </item>
    <item>
      <title>JVM 性能调优案例集</title>
      <link>https://xixikeke.cn/#tutorials</link>
      <guid isPermaLink="false">https://xixikeke.cn/#tutorials</guid>
      <description>OOM 分析、CPU 飙升排查、GC 调优实战，附 Arthas/JProfiler 操作。</description>
    </item>
    <item>
      <title>Toast Blog</title>
      <link>https://xixikeke.cn/#workspace</link>
      <guid isPermaLink="false">https://xixikeke.cn/#workspace</guid>
      <description>零框架依赖的个人技术博客与作品集，Vite 6 + 原生 JS 构建，支持多环境/多语言切换、PWA、SEO 100。</description>
    </item>
    <item>
      <title>AI 智能客服平台</title>
      <link>https://xixikeke.cn/#workspace</link>
      <guid isPermaLink="false">https://xixikeke.cn/#workspace</guid>
      <description>基于 RAG 架构的企业级智能客服系统，支持多轮对话、知识库检索、转人工。</description>
    </item>
    <item>
      <title>低代码数据平台</title>
      <link>https://xixikeke.cn/#workspace</link>
      <guid isPermaLink="false">https://xixikeke.cn/#workspace</guid>
      <description>可视化拖拽式数据分析平台，多数据源接入、图表配置、仪表盘分享。</description>
    </item>
    <item>
      <title>CLI 脚手架工具</title>
      <link>https://xixikeke.cn/#workspace</link>
      <guid isPermaLink="false">https://xixikeke.cn/#workspace</guid>
      <description>快速生成项目的 CLI 工具，模板管理、插件扩展、自动代码生成。</description>
    </item>
    <item>
      <title>LLM 对话编排引擎</title>
      <link>https://xixikeke.cn/#workspace</link>
      <guid isPermaLink="false">https://xixikeke.cn/#workspace</guid>
      <description>可视化编排 LLM 调用流程，Prompt 模板、多模型切换、日志追踪。</description>
    </item>
    <item>
      <title>设计系统组件库</title>
      <link>https://xixikeke.cn/#workspace</link>
      <guid isPermaLink="false">https://xixikeke.cn/#workspace</guid>
      <description>企业级 UI 组件库，50+ 组件，支持主题定制与无障碍访问。</description>
    </item>
    <item>
      <title>Agent 协作框架</title>
      <link>https://xixikeke.cn/#workspace</link>
      <guid isPermaLink="false">https://xixikeke.cn/#workspace</guid>
      <description>多 Agent 协作框架，任务分解、工具调用、记忆管理与人类反馈。</description>
    </item>
    <item>
      <title>Docker 开发环境管理工具</title>
      <link>https://xixikeke.cn/#workspace</link>
      <guid isPermaLink="false">https://xixikeke.cn/#workspace</guid>
      <description>基于 YAML 配置的一键式 Docker 开发环境管理 CLI。</description>
    </item>
    <item>
      <title>React Hooks 常用模式总结</title>
      <link>https://xixikeke.cn/wiki/react-hooks-patterns.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/react-hooks-patterns.html</guid>
      <description>useEffect、useCallback、useMemo 的最佳实践</description>
    <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>CSS Grid 布局实战备忘</title>
      <link>https://xixikeke.cn/wiki/css-grid-layout.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/css-grid-layout.html</guid>
      <description>Grid 布局的核心概念与常见布局模式</description>
    <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Prompt Engineering 技巧合集</title>
      <link>https://xixikeke.cn/wiki/prompt-engineering-tips.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/prompt-engineering-tips.html</guid>
      <description>Few-shot、Chain-of-Thought、ReAct 技巧</description>
    <pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>RAG 检索优化笔记</title>
      <link>https://xixikeke.cn/wiki/rag-retrieval-optimization.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/rag-retrieval-optimization.html</guid>
      <description>分块策略、向量化模型选型、混合检索、重排序</description>
    <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Docker 生产环境最佳实践</title>
      <link>https://xixikeke.cn/wiki/docker-production-best-practices.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/docker-production-best-practices.html</guid>
      <description>多阶段构建、镜像瘦身、安全扫描</description>
    <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Vim 高效操作备忘录</title>
      <link>https://xixikeke.cn/wiki/vim-efficient-editing.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/vim-efficient-editing.html</guid>
      <description>批量编辑、多光标、宏录制</description>
    <pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Python 类型注解进阶指南</title>
      <link>https://xixikeke.cn/wiki/python-type-hints-advanced.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/python-type-hints-advanced.html</guid>
      <description>Typing 模块高级用法：泛型、Protocol、TypedDict</description>
    <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Function Calling 实现细节</title>
      <link>https://xixikeke.cn/wiki/function-calling-details.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/function-calling-details.html</guid>
      <description>OpenAI Function Calling 参数声明与调度</description>
    <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AWS 成本控制实用技巧</title>
      <link>https://xixikeke.cn/wiki/aws-cost-control.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/aws-cost-control.html</guid>
      <description>预算告警、预留实例、Spot 实例</description>
    <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Git 高级操作速查</title>
      <link>https://xixikeke.cn/wiki/git-advanced-operations.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/git-advanced-operations.html</guid>
      <description>Interactive Rebase、Bisect 调试、Cherry-pick</description>
    <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Java 线程池核心参数与最佳实践</title>
      <link>https://xixikeke.cn/wiki/java-thread-pool.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/java-thread-pool.html</guid>
      <description>corePoolSize、maxPoolSize、workQueue 协作机制</description>
    <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Spring Boot 自动配置原理</title>
      <link>https://xixikeke.cn/wiki/spring-boot-autoconfig.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/spring-boot-autoconfig.html</guid>
      <description>从 @SpringBootApplication 到自动装配</description>
    <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>MySQL 索引优化实战笔记</title>
      <link>https://xixikeke.cn/wiki/mysql-index-optimization.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/mysql-index-optimization.html</guid>
      <description>覆盖索引、最左前缀、索引下推等优化策略</description>
    <pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>JVM 内存模型与调优实战</title>
      <link>https://xixikeke.cn/wiki/jvm-memory-tuning.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/jvm-memory-tuning.html</guid>
      <description>堆/栈/元空间内存布局、GC 算法选型</description>
    <pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Docker Compose 生产配置指南</title>
      <link>https://xixikeke.cn/wiki/docker-compose-production.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/docker-compose-production.html</guid>
      <description>健康检查、资源限制、日志轮转</description>
    <pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Prometheus+Grafana 监控搭建</title>
      <link>https://xixikeke.cn/wiki/prometheus-grafana-monitoring.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/prometheus-grafana-monitoring.html</guid>
      <description>指标采集、告警规则、可视化大屏</description>
    <pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Kubernetes Pod 排错指南</title>
      <link>https://xixikeke.cn/wiki/kubernetes-pod-troubleshooting.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/kubernetes-pod-troubleshooting.html</guid>
      <description>Pod 卡住 Pending/CrashLoopBackOff 的排查步骤</description>
    <pubDate>Sat, 06 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>LangChain LCEL 表达式语言</title>
      <link>https://xixikeke.cn/wiki/langchain-lcel.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/langchain-lcel.html</guid>
      <description>LCEL 管道语法与可组合性</description>
    <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Embedding 模型选型对比</title>
      <link>https://xixikeke.cn/wiki/embedding-model-comparison.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/embedding-model-comparison.html</guid>
      <description>OpenAI/BGE/M3E/E5 主流嵌入模型对比</description>
    <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Git 分支策略与工作流规范</title>
      <link>https://xixikeke.cn/wiki/git-branching-strategies.html</link>
      <guid isPermaLink="false">https://xixikeke.cn/wiki/git-branching-strategies.html</guid>
      <description>Git Flow / GitHub Flow / Trunk-Based 对比</description>
    <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
