<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>IDEALX</title><description>IDEALX | Technology</description><link>http://localhost:4321/</link><item><title>React Hooks 深入理解与最佳实践</title><link>http://localhost:4321/blogs/2025-12/react-hooks-deep-dive/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/react-hooks-deep-dive/</guid><description>深入探索 React Hooks 的工作原理、常见陷阱与最佳实践，帮助你写出更优雅的 React 代码。</description><pubDate>Tue, 02 Dec 2025 08:00:00 GMT</pubDate><author>foxgem</author></item><item><title>动态规划算法入门与经典题目</title><link>http://localhost:4321/blogs/2025-12/dynamic-programming-guide/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/dynamic-programming-guide/</guid><description>系统学习动态规划的核心思想，掌握解题模板，攻克 LeetCode 高频 DP 问题。</description><pubDate>Tue, 02 Dec 2025 15:00:00 GMT</pubDate><author>foxgem</author></item><item><title>深度学习基础：从感知机到神经网络</title><link>http://localhost:4321/blogs/2025-12/deep-learning-fundamentals/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/deep-learning-fundamentals/</guid><description>系统讲解深度学习的基础知识，从感知机到多层神经网络，理解深度学习的核心概念。</description><pubDate>Tue, 02 Dec 2025 12:00:00 GMT</pubDate><author>foxgem</author></item><item><title>大语言模型（LLM）工作原理解析</title><link>http://localhost:4321/blogs/2025-12/llm-principles-explained/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/llm-principles-explained/</guid><description>深入浅出地解析大语言模型的核心原理，从 Transformer 架构到 GPT 的演进。</description><pubDate>Tue, 02 Dec 2025 11:00:00 GMT</pubDate><author>foxgem</author></item><item><title>TCP/IP 协议栈详解</title><link>http://localhost:4321/blogs/2025-12/tcp-ip-protocol-guide/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/tcp-ip-protocol-guide/</guid><description>深入理解 TCP/IP 协议栈的工作原理，从三次握手到流量控制，全面掌握网络通信基础。</description><pubDate>Tue, 02 Dec 2025 13:00:00 GMT</pubDate><author>foxgem</author></item><item><title>Next.js 14 全栈开发入门</title><link>http://localhost:4321/blogs/2025-12/nextjs-fullstack-intro/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/nextjs-fullstack-intro/</guid><description>探索 Next.js 14 的新特性，包括 App Router、Server Components 和 Server Actions，开启全栈开发新篇章。</description><pubDate>Tue, 02 Dec 2025 10:00:00 GMT</pubDate><author>foxgem</author></item><item><title>操作系统进程调度算法</title><link>http://localhost:4321/blogs/2025-12/os-process-scheduling/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/os-process-scheduling/</guid><description>深入理解操作系统的进程调度算法，从 FCFS 到 CFS，掌握 CPU 资源分配的核心机制。</description><pubDate>Tue, 02 Dec 2025 14:00:00 GMT</pubDate><author>foxgem</author></item><item><title>Vite 构建工具原理与实践</title><link>http://localhost:4321/blogs/2025-12/vite-build-tool/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/vite-build-tool/</guid><description>深入理解 Vite 的工作原理，掌握现代前端构建工具的核心概念与实践技巧。</description><pubDate>Tue, 02 Dec 2025 16:00:00 GMT</pubDate><author>foxgem</author></item><item><title>Tailwind CSS 实战指南</title><link>http://localhost:4321/blogs/2025-12/tailwindcss-practical-guide/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/tailwindcss-practical-guide/</guid><description>从零开始学习 Tailwind CSS，掌握原子化 CSS 框架的核心理念与实战技巧。</description><pubDate>Tue, 02 Dec 2025 09:00:00 GMT</pubDate><author>foxgem</author></item><item><title>图论算法基础：从 BFS 到最短路径</title><link>http://localhost:4321/blogs/2025-12/graph-algorithms-fundamentals/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/graph-algorithms-fundamentals/</guid><description>系统学习图论算法，掌握 BFS、DFS、拓扑排序、最短路径等核心算法，解决实际的路径规划和网络问题。</description><pubDate>Wed, 24 Dec 2025 08:00:00 GMT</pubDate><author>foxgem</author></item><item><title>二叉树遍历与常见算法详解</title><link>http://localhost:4321/blogs/2025-12/binary-tree-traversal/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/binary-tree-traversal/</guid><description>全面掌握二叉树的遍历方式、递归与迭代实现、层序遍历变体，以及 LCA、路径和等高频面试题的解法。</description><pubDate>Wed, 24 Dec 2025 10:00:00 GMT</pubDate><author>foxgem</author></item><item><title>Node.js 异步编程深入理解</title><link>http://localhost:4321/blogs/2025-12/nodejs-async-programming/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/nodejs-async-programming/</guid><description>深入理解 Node.js 事件循环、异步模型和并发控制，掌握 Promise、async/await 的最佳实践，写出高性能的 Node.js 代码。</description><pubDate>Mon, 22 Dec 2025 08:00:00 GMT</pubDate><author>foxgem</author></item><item><title>CSS 现代布局技术：Grid 与 Flexbox 实战</title><link>http://localhost:4321/blogs/2025-12/css-modern-layout/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/css-modern-layout/</guid><description>全面掌握 CSS Grid 和 Flexbox 两大现代布局系统，从基础概念到复杂布局实战，告别浮动布局时代。</description><pubDate>Sun, 21 Dec 2025 08:00:00 GMT</pubDate><author>foxgem</author></item><item><title>数据库索引原理与优化实践</title><link>http://localhost:4321/blogs/2025-12/database-index-principles/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/database-index-principles/</guid><description>深入理解数据库索引的工作原理，掌握 B+ 树结构、索引类型和查询优化技巧，让你的 SQL 查询快如闪电。</description><pubDate>Tue, 23 Dec 2025 08:00:00 GMT</pubDate><author>foxgem</author></item><item><title>Prompt Engineering 实践指南：让 AI 更懂你</title><link>http://localhost:4321/blogs/2025-12/prompt-engineering-guide/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/prompt-engineering-guide/</guid><description>系统学习 Prompt Engineering 技巧，从基础原则到高级策略，掌握与大语言模型有效沟通的艺术。</description><pubDate>Thu, 25 Dec 2025 10:00:00 GMT</pubDate><author>foxgem</author></item><item><title>Transformer 架构详解：从注意力机制到 GPT</title><link>http://localhost:4321/blogs/2025-12/transformer-architecture-explained/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/transformer-architecture-explained/</guid><description>深入理解 Transformer 架构的核心组件，从自注意力机制到位置编码，再到 BERT 和 GPT 的实现原理。</description><pubDate>Thu, 25 Dec 2025 08:00:00 GMT</pubDate><author>foxgem</author></item><item><title>TypeScript 进阶指南：类型体操与实战技巧</title><link>http://localhost:4321/blogs/2025-12/typescript-advanced-guide/</link><guid isPermaLink="true">http://localhost:4321/blogs/2025-12/typescript-advanced-guide/</guid><description>深入探索 TypeScript 的高级类型系统，掌握类型推断、条件类型、模板字面量类型等进阶技巧，写出更安全的代码。</description><pubDate>Sat, 20 Dec 2025 08:00:00 GMT</pubDate><author>foxgem</author></item><item><title>JavaScript ES6+ 新特性速查</title><link>http://localhost:4321/cards/2025-12/javascript-es6-features/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/javascript-es6-features/</guid><pubDate>Tue, 02 Dec 2025 08:00:00 GMT</pubDate></item><item><title>机器学习常用算法分类</title><link>http://localhost:4321/cards/2025-12/machine-learning-algorithms/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/machine-learning-algorithms/</guid><pubDate>Tue, 02 Dec 2025 10:00:00 GMT</pubDate></item><item><title>Node.js 核心模块速查</title><link>http://localhost:4321/cards/2025-12/nodejs-core-modules/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/nodejs-core-modules/</guid><pubDate>Tue, 02 Dec 2025 13:00:00 GMT</pubDate></item><item><title>计算机网络七层模型</title><link>http://localhost:4321/cards/2025-12/osi-network-model/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/osi-network-model/</guid><pubDate>Tue, 02 Dec 2025 11:00:00 GMT</pubDate></item><item><title>React 核心概念总结</title><link>http://localhost:4321/cards/2025-12/react-core-concepts/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/react-core-concepts/</guid><pubDate>Tue, 02 Dec 2025 09:00:00 GMT</pubDate></item><item><title>常见排序算法复杂度对比</title><link>http://localhost:4321/cards/2025-12/sorting-algorithms-comparison/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/sorting-algorithms-comparison/</guid><pubDate>Tue, 02 Dec 2025 12:00:00 GMT</pubDate></item><item><title>常见数据结构对比</title><link>http://localhost:4321/cards/2025-12/common-data-structures/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/common-data-structures/</guid><pubDate>Wed, 24 Dec 2025 09:00:00 GMT</pubDate></item><item><title>CSS Grid 与 Flexbox 对比</title><link>http://localhost:4321/cards/2025-12/css-grid-flexbox/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/css-grid-flexbox/</guid><pubDate>Sun, 21 Dec 2025 09:00:00 GMT</pubDate></item><item><title>HTTP 协议要点速查</title><link>http://localhost:4321/cards/2025-12/http-protocol-essentials/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/http-protocol-essentials/</guid><pubDate>Tue, 23 Dec 2025 09:00:00 GMT</pubDate></item><item><title>神经网络基础速查</title><link>http://localhost:4321/cards/2025-12/neural-network-basics/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/neural-network-basics/</guid><pubDate>Thu, 25 Dec 2025 09:00:00 GMT</pubDate></item><item><title>RAG 技术要点速查</title><link>http://localhost:4321/cards/2025-12/rag-technology-overview/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/rag-technology-overview/</guid><pubDate>Thu, 25 Dec 2025 10:00:00 GMT</pubDate></item><item><title>Redis 数据结构速查</title><link>http://localhost:4321/cards/2025-12/redis-data-structures/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/redis-data-structures/</guid><pubDate>Mon, 22 Dec 2025 09:00:00 GMT</pubDate></item><item><title>时间复杂度速查表</title><link>http://localhost:4321/cards/2025-12/time-complexity-cheatsheet/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/time-complexity-cheatsheet/</guid><pubDate>Wed, 24 Dec 2025 10:00:00 GMT</pubDate></item><item><title>TypeScript 类型体操速查</title><link>http://localhost:4321/cards/2025-12/typescript-type-gymnastics/</link><guid isPermaLink="true">http://localhost:4321/cards/2025-12/typescript-type-gymnastics/</guid><pubDate>Sat, 20 Dec 2025 09:00:00 GMT</pubDate></item><item><title>AIGC 技术概览</title><link>http://localhost:4321/slides/2025-12/aigc-technology-overview/</link><guid isPermaLink="true">http://localhost:4321/slides/2025-12/aigc-technology-overview/</guid><description>人工智能生成内容（AIGC）技术的全景介绍，从 GPT 到 Stable Diffusion。</description><pubDate>Tue, 02 Dec 2025 00:00:00 GMT</pubDate><author>foxgem</author></item><item><title>计算机系统架构入门</title><link>http://localhost:4321/slides/2025-12/computer-system-architecture/</link><guid isPermaLink="true">http://localhost:4321/slides/2025-12/computer-system-architecture/</guid><description>从 CPU 到内存，理解计算机系统的核心组成与工作原理。</description><pubDate>Tue, 02 Dec 2025 00:00:00 GMT</pubDate><author>foxgem</author></item><item><title>LeetCode 刷题方法论</title><link>http://localhost:4321/slides/2025-12/leetcode-problem-solving/</link><guid isPermaLink="true">http://localhost:4321/slides/2025-12/leetcode-problem-solving/</guid><description>分享高效的 LeetCode 刷题策略与技巧，帮助你系统性地准备技术面试。</description><pubDate>Tue, 02 Dec 2025 00:00:00 GMT</pubDate><author>foxgem</author></item><item><title>现代前端工程化实践</title><link>http://localhost:4321/slides/2025-12/modern-frontend-engineering/</link><guid isPermaLink="true">http://localhost:4321/slides/2025-12/modern-frontend-engineering/</guid><description>探索现代前端工程化的核心概念与最佳实践，从模块化到构建工具再到部署流程。</description><pubDate>Tue, 02 Dec 2025 00:00:00 GMT</pubDate><author>foxgem</author></item><item><title>AI 应用开发实践指南</title><link>http://localhost:4321/slides/2025-12/ai-application-development/</link><guid isPermaLink="true">http://localhost:4321/slides/2025-12/ai-application-development/</guid><description>从零开始构建 AI 应用，涵盖 LLM API 调用、Prompt Engineering、RAG 实现、Agent 开发等核心内容。</description><pubDate>Thu, 25 Dec 2025 00:00:00 GMT</pubDate><author>foxgem</author></item><item><title>算法设计思想与解题模式</title><link>http://localhost:4321/slides/2025-12/algorithm-design-patterns/</link><guid isPermaLink="true">http://localhost:4321/slides/2025-12/algorithm-design-patterns/</guid><description>系统总结常见的算法设计思想和解题模式，包括双指针、滑动窗口、分治、贪心、动态规划等核心方法。</description><pubDate>Wed, 24 Dec 2025 00:00:00 GMT</pubDate><author>foxgem</author></item><item><title>微服务架构入门指南</title><link>http://localhost:4321/slides/2025-12/microservices-architecture-intro/</link><guid isPermaLink="true">http://localhost:4321/slides/2025-12/microservices-architecture-intro/</guid><description>从单体到微服务的演进之路，理解微服务架构的核心概念、设计原则和实践挑战。</description><pubDate>Mon, 22 Dec 2025 00:00:00 GMT</pubDate><author>foxgem</author></item><item><title>React 状态管理方案对比</title><link>http://localhost:4321/slides/2025-12/react-state-management/</link><guid isPermaLink="true">http://localhost:4321/slides/2025-12/react-state-management/</guid><description>全面对比 React 生态中的状态管理方案，从 useState 到 Redux、Zustand、Jotai，帮助你选择合适的方案。</description><pubDate>Sat, 20 Dec 2025 00:00:00 GMT</pubDate><author>foxgem</author></item></channel></rss>