<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title>xxxxxy_112</title><link>https://www.xyana.cn/</link><atom:link href="https://www.xyana.cn/rss.xml" rel="self" type="application/rss+xml"/><description>以输出倒逼成长，用分享回馈技术之路</description><generator>Halo v2.26.0</generator><language>zh-cn</language><image><url>https://www.xyana.cn/upload/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20260819153254_180_167.jpg</url><title>xxxxxy_112</title><link>https://www.xyana.cn/</link></image><lastBuildDate>Thu, 24 Sep 2026 03:27:22 GMT</lastBuildDate><item><title><![CDATA[0.2-语法与基础类型]]></title><link>https://www.xyana.cn/archives/5281a5b3-27eb-437d-a337-4c4c317a682c</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=0.2-%E8%AF%AD%E6%B3%95%E4%B8%8E%E5%9F%BA%E7%A1%80%E7%B1%BB%E5%9E%8B&amp;url=/archives/5281a5b3-27eb-437d-a337-4c4c317a682c" width="1" height="1" alt="" style="opacity:0;">0.2 语法与基础类型 概述 你已经熟练掌握了 JavaScript 的语法：大括号块、let/const、===、模板字符串等。Python 的语法看起来更"干净"——它用缩进代替大括号、几乎不需要分号、没有 let/const。这一章把这些基础语法的差异一次性讲清楚，让你写 Python 时不至]]></description><guid isPermaLink="false">/archives/5281a5b3-27eb-437d-a337-4c4c317a682c</guid><dc:creator>Xxxxxy_112</dc:creator><category>AI</category><category>技术</category><pubDate>Wed, 26 Aug 2026 06:34:47 GMT</pubDate></item><item><title><![CDATA[0.1-环境搭建与运行]]></title><link>https://www.xyana.cn/archives/4bd2b1ef-987e-4a54-8cdf-50486e6fec24</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=0.1-%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA%E4%B8%8E%E8%BF%90%E8%A1%8C&amp;url=/archives/4bd2b1ef-987e-4a54-8cdf-50486e6fec24" width="1" height="1" alt="" style="opacity:0;">0.1 环境搭建与运行 概述 作为前端开发者，你已经非常熟悉 Node.js 的工作流：安装 Node、用 npm 装依赖、node index.js 跑代码、node_modules 里放依赖。Python 有一套几乎一一对应的概念，只是名字不同、组织方式略有差异。这一章帮你在 30 分钟内把 P]]></description><guid isPermaLink="false">/archives/4bd2b1ef-987e-4a54-8cdf-50486e6fec24</guid><dc:creator>Xxxxxy_112</dc:creator><category>AI</category><category>技术</category><pubDate>Wed, 26 Aug 2026 06:34:47 GMT</pubDate></item><item><title><![CDATA[0.3-容器与数据结构]]></title><link>https://www.xyana.cn/archives/f99153e4-1fb6-497c-92a6-c435dbbdeb0c</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=0.3-%E5%AE%B9%E5%99%A8%E4%B8%8E%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84&amp;url=/archives/f99153e4-1fb6-497c-92a6-c435dbbdeb0c" width="1" height="1" alt="" style="opacity:0;">0.3 容器与数据结构 概述 你已经熟悉 JS 里的 Array、Object、Map、Set，以及 map / filter / reduce、slice、解构展开这些利器。Python 有几乎一一对应的数据结构，但有几个关键差异：list（可变数组）、tuple（不可变数组）、dict（对象/映]]></description><guid isPermaLink="false">/archives/f99153e4-1fb6-497c-92a6-c435dbbdeb0c</guid><dc:creator>Xxxxxy_112</dc:creator><category>AI</category><category>技术</category><pubDate>Wed, 26 Aug 2026 06:34:46 GMT</pubDate></item><item><title><![CDATA[0.4-函数与作用域]]></title><link>https://www.xyana.cn/archives/47acb901-1bc1-42bf-93bb-f4781dcdb15b</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=0.4-%E5%87%BD%E6%95%B0%E4%B8%8E%E4%BD%9C%E7%94%A8%E5%9F%9F&amp;url=/archives/47acb901-1bc1-42bf-93bb-f4781dcdb15b" width="1" height="1" alt="" style="opacity:0;">0.4 函数与作用域 概述 你已经熟悉 JS 的 function、箭头函数、默认参数、rest 参数、闭包、高阶函数（HOC）。Python 的函数机制高度相似，但参数系统更强大：支持位置参数、关键字参数、默认参数、*args / **kwargs。装饰器是 Python 里比 JS 高阶函数更常]]></description><guid isPermaLink="false">/archives/47acb901-1bc1-42bf-93bb-f4781dcdb15b</guid><dc:creator>Xxxxxy_112</dc:creator><category>AI</category><category>技术</category><pubDate>Wed, 26 Aug 2026 06:34:46 GMT</pubDate></item><item><title><![CDATA[0.5-面向对象]]></title><link>https://www.xyana.cn/archives/fe48b5ba-6a4e-4a61-a9c5-bf0fb942a57e</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=0.5-%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1&amp;url=/archives/fe48b5ba-6a4e-4a61-a9c5-bf0fb942a57e" width="1" height="1" alt="" style="opacity:0;">0.5 面向对象 概述 你已经熟悉 ES6 的 class、constructor、extends、super，以及 TypeScript 里的 interface、私有字段 #。Python 的面向对象模型是经典的原生 class 体系，比 JS 的"语法糖包裹原型链"更直接。主要差异在 self]]></description><guid isPermaLink="false">/archives/fe48b5ba-6a4e-4a61-a9c5-bf0fb942a57e</guid><dc:creator>Xxxxxy_112</dc:creator><category>AI</category><category>技术</category><pubDate>Wed, 26 Aug 2026 06:34:46 GMT</pubDate></item><item><title><![CDATA[0.10-标准库与生态概览]]></title><link>https://www.xyana.cn/archives/aa0b69de-e113-4cb1-8e0a-94cfabf5534b</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=0.10-%E6%A0%87%E5%87%86%E5%BA%93%E4%B8%8E%E7%94%9F%E6%80%81%E6%A6%82%E8%A7%88&amp;url=/archives/aa0b69de-e113-4cb1-8e0a-94cfabf5534b" width="1" height="1" alt="" style="opacity:0;">0.10 标准库与生态概览 概述 你已经熟悉 Node.js 的内置模块（fs、path、process、http）和前端生态（axios、zod、commander 等）。Python 的"电池内置（batteries included）"哲学让它的标准库异常丰富——文件、路径、JSON、日期、正]]></description><guid isPermaLink="false">/archives/aa0b69de-e113-4cb1-8e0a-94cfabf5534b</guid><dc:creator>Xxxxxy_112</dc:creator><category>AI</category><category>技术</category><pubDate>Wed, 26 Aug 2026 06:34:46 GMT</pubDate></item><item><title><![CDATA[0.8-类型系统]]></title><link>https://www.xyana.cn/archives/a18ddcc8-95e6-4c36-8c1b-8cdbef9e9bd9</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=0.8-%E7%B1%BB%E5%9E%8B%E7%B3%BB%E7%BB%9F&amp;url=/archives/a18ddcc8-95e6-4c36-8c1b-8cdbef9e9bd9" width="1" height="1" alt="" style="opacity:0;">0.8 类型系统 概述 你已经熟悉 TypeScript：类型注解、interface、泛型、Optional、tsc 编译期检查。Python 从 3.5+ 开始支持类型注解（type hints，PEP 484），但有一个关键差异：Python 类型注解默认不做任何运行时/编译期检查，需要用外部]]></description><guid isPermaLink="false">/archives/a18ddcc8-95e6-4c36-8c1b-8cdbef9e9bd9</guid><dc:creator>Xxxxxy_112</dc:creator><category>AI</category><category>技术</category><pubDate>Wed, 26 Aug 2026 06:34:45 GMT</pubDate></item><item><title><![CDATA[0.9-错误处理与调试]]></title><link>https://www.xyana.cn/archives/32bf062a-d550-4a0a-bbff-a6f32ef5fd85</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=0.9-%E9%94%99%E8%AF%AF%E5%A4%84%E7%90%86%E4%B8%8E%E8%B0%83%E8%AF%95&amp;url=/archives/32bf062a-d550-4a0a-bbff-a6f32ef5fd85" width="1" height="1" alt="" style="opacity:0;">0.9 错误处理与调试 概述 你已经熟悉 JS 的 try/catch/finally、throw、自定义 Error、浏览器的 DevTools 调试器，以及 console.log。Python 的错误处理语法类似但更丰富（多了 else、异常层级更细），调试工具有 pdb，日志有标准库 log]]></description><guid isPermaLink="false">/archives/32bf062a-d550-4a0a-bbff-a6f32ef5fd85</guid><dc:creator>Xxxxxy_112</dc:creator><category>AI</category><category>技术</category><pubDate>Wed, 26 Aug 2026 06:34:45 GMT</pubDate></item><item><title><![CDATA[0.7-异步与并发基础]]></title><link>https://www.xyana.cn/archives/5401a187-b7c5-4a6d-9f82-b81e0b14084b</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=0.7-%E5%BC%82%E6%AD%A5%E4%B8%8E%E5%B9%B6%E5%8F%91%E5%9F%BA%E7%A1%80&amp;url=/archives/5401a187-b7c5-4a6d-9f82-b81e0b14084b" width="1" height="1" alt="" style="opacity:0;">0.7 异步与并发基础 概述 你已经非常熟悉 JS 的异步模型：单线程事件循环、Promise、async/await、Promise.all。Python 的 asyncio 提供了几乎同构的 async/await、Task、gather，底层也是单线程事件循环。最大的概念差异是 GIL（全局解]]></description><guid isPermaLink="false">/archives/5401a187-b7c5-4a6d-9f82-b81e0b14084b</guid><dc:creator>Xxxxxy_112</dc:creator><category>AI</category><category>技术</category><pubDate>Wed, 26 Aug 2026 06:34:45 GMT</pubDate></item><item><title><![CDATA[0.6-模块与包管理]]></title><link>https://www.xyana.cn/archives/d5140f2a-8641-4505-acc2-bb1d05372d9f</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=0.6-%E6%A8%A1%E5%9D%97%E4%B8%8E%E5%8C%85%E7%AE%A1%E7%90%86&amp;url=/archives/d5140f2a-8641-4505-acc2-bb1d05372d9f" width="1" height="1" alt="" style="opacity:0;">0.6 模块与包管理 概述 你已经熟悉 ES6 的 import / export、CommonJS 的 require，以及 npm 的安装、锁文件、发布流程。Python 的模块系统语法相似但语义有差异，包管理用 pip/uv、pyproject.toml、uv.lock。这一章把"导入语法"和]]></description><guid isPermaLink="false">/archives/d5140f2a-8641-4505-acc2-bb1d05372d9f</guid><dc:creator>Xxxxxy_112</dc:creator><category>AI</category><category>技术</category><pubDate>Wed, 26 Aug 2026 06:34:45 GMT</pubDate></item><item><title><![CDATA[入门 React：一篇写给真正想动手的人看的笔记]]></title><link>https://www.xyana.cn/archives/wei-ming-ming-wen-zhang-I9UJjX0m</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=%E5%85%A5%E9%97%A8%20React%EF%BC%9A%E4%B8%80%E7%AF%87%E5%86%99%E7%BB%99%E7%9C%9F%E6%AD%A3%E6%83%B3%E5%8A%A8%E6%89%8B%E7%9A%84%E4%BA%BA%E7%9C%8B%E7%9A%84%E7%AC%94%E8%AE%B0&amp;url=/archives/wei-ming-ming-wen-zhang-I9UJjX0m" width="1" height="1" alt="" style="opacity:0;">我第一次接触 React 的时候，其实挺抗拒的。那时候 jQuery 写得正顺手，突然告诉我 HTML 可以写在 JS 里，第一反应是"这什么邪教"。 后来硬着头皮学了，大概过了两周，突然就通了。回过头看，React 的核心概念其实不多，难的是转变思维方式。 这篇文章就是把我当初踩过的坑和理解过程整]]></description><guid isPermaLink="false">/archives/wei-ming-ming-wen-zhang-I9UJjX0m</guid><dc:creator>Xxxxxy_112</dc:creator><category>React</category><category>技术</category><pubDate>Sat, 3 Jun 2023 02:30:00 GMT</pubDate></item><item><title><![CDATA[Vue的状态管理库——Pinia]]></title><link>https://www.xyana.cn/archives/wei-ming-ming-wen-zhang</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=Vue%E7%9A%84%E7%8A%B6%E6%80%81%E7%AE%A1%E7%90%86%E5%BA%93%E2%80%94%E2%80%94Pinia&amp;url=/archives/wei-ming-ming-wen-zhang" width="1" height="1" alt="" style="opacity:0;">一、什么是Pinia？ 首先给出结论——Pinia是Vue专属的状态管理库。它和Vuex一样允许你夸组建或页面共享状态。 二、Pinia的优势。 既然]]></description><guid isPermaLink="false">/archives/wei-ming-ming-wen-zhang</guid><dc:creator>Xxxxxy_112</dc:creator><enclosure url="https://www.xyana.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=%2Fupload%2Flogo.svg&amp;size=m" type="image/jpeg" length="5357"/><category>Vue</category><category>技术</category><pubDate>Wed, 26 Apr 2023 01:55:00 GMT</pubDate></item><item><title><![CDATA[从Vue2到Vue3]]></title><link>https://www.xyana.cn/archives/cong-vue2dao-vue3</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=%E4%BB%8EVue2%E5%88%B0Vue3&amp;url=/archives/cong-vue2dao-vue3" width="1" height="1" alt="" style="opacity:0;">前言 vue经历从2.0到3.0更新之后，简⽽⾔之就是变得更轻，更快，使⽤起来更加⽅便，每⼀次的版本迭代都是对上⼀个版本的升级优化，不管 是对于我们开发者还是对于⽤户体验都是不断地在越来越⽅便，接下来我会着重于开发者来说⼀下两个不同版本的区别，让你更快上手Vue3 如果有Vue2的基础，并在此基础上]]></description><guid isPermaLink="false">/archives/cong-vue2dao-vue3</guid><dc:creator>Xxxxxy_112</dc:creator><enclosure url="https://www.xyana.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fv2.cn.vuejs.org%2Fimages%2Flogo.svg&amp;size=m" type="image/jpeg" length="276"/><category>Vue</category><category>技术</category><pubDate>Mon, 24 Apr 2023 01:45:00 GMT</pubDate></item><item><title><![CDATA[从JavaScript到TypeScript]]></title><link>https://www.xyana.cn/archives/typescript</link><description><![CDATA[<img src="https://www.xyana.cn/plugins/feed/assets/telemetry.gif?title=%E4%BB%8EJavaScript%E5%88%B0TypeScript&amp;url=/archives/typescript" width="1" height="1" alt="" style="opacity:0;">一、简介 typescript是js的超集，主要学习ts里面的原始类型、字面量类型、数组类型、函数类型、类类型、接口类型、类型别名、联合与交叉类型、枚举类型、泛型等类型元素，以及类型推断、类型断言、类型缩小、类型放大等特性。 二、原始类型 string，number，boolean，symbol，n]]></description><guid isPermaLink="false">/archives/typescript</guid><dc:creator>Xxxxxy_112</dc:creator><enclosure url="https://www.xyana.cn/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=%2Fupload%2FSnipaste_2026-08-19_14-55-06.png&amp;size=m" type="image/jpeg" length="3538"/><category>技术</category><pubDate>Mon, 24 Apr 2023 01:45:00 GMT</pubDate></item></channel></rss>