<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Gaoyang's Blog]]></title>
        <description><![CDATA[Gaoyang's Blog]]></description>
        <link>https://leigaoyang.com</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Thu, 23 Apr 2026 10:51:44 GMT</lastBuildDate>
        <atom:link href="https://leigaoyang.com/feed.xml" rel="self" type="application/rss+xml"/>
        <language><![CDATA[en]]></language>
        <ttl>1440</ttl>
        <item>
            <title><![CDATA[git 提交时屏蔽密码等敏感信息]]></title>
            <description><![CDATA[也许有更好的方式？]]></description>
            <link>https://leigaoyang.com/git-提交时屏蔽密码等敏感信息</link>
            <guid isPermaLink="true">https://leigaoyang.com/git-提交时屏蔽密码等敏感信息</guid>
            <pubDate>Tue, 25 Apr 2023 15:34:41 GMT</pubDate>
            <enclosure url="https://leigaoyang.com/api/social-image?id=00f23d6d-c2e4-498a-b293-e586daa9dfde" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[关于 gRPC-Web 的应用]]></title>
            <description><![CDATA[如何在web前端调用gRPC服务。]]></description>
            <link>https://leigaoyang.com/关于-grpc-web-的应用</link>
            <guid isPermaLink="true">https://leigaoyang.com/关于-grpc-web-的应用</guid>
            <pubDate>Wed, 01 Apr 2026 09:37:00 GMT</pubDate>
            <enclosure url="https://leigaoyang.com/api/social-image?id=0d709bbf-f89e-4ecf-8f3b-403a05e77e51" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[Claude Code 技巧]]></title>
            <description><![CDATA[Claude Code 的高效工作流和快捷操作技巧]]></description>
            <link>https://leigaoyang.com/claude-code-技巧</link>
            <guid isPermaLink="true">https://leigaoyang.com/claude-code-技巧</guid>
            <pubDate>Thu, 02 Apr 2026 08:45:05 GMT</pubDate>
            <enclosure url="https://leigaoyang.com/api/social-image?id=3357f412-2f45-803d-8e5c-ce7a793b654a" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[VS Code 快捷键绑定多个命令]]></title>
            <description><![CDATA[vscode 同一个快捷键同时执行多个命令。]]></description>
            <link>https://leigaoyang.com/vs-code-快捷键绑定多个命令</link>
            <guid isPermaLink="true">https://leigaoyang.com/vs-code-快捷键绑定多个命令</guid>
            <pubDate>Wed, 26 Apr 2023 06:13:24 GMT</pubDate>
            <enclosure url="https://leigaoyang.com/api/social-image?id=7b55fcab-7653-47e2-b707-1fc811a154e2" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[.NET 中的Span和Memory]]></title>
            <description><![CDATA[高性能内存管理指南]]></description>
            <link>https://leigaoyang.com/net-中的span和memory</link>
            <guid isPermaLink="true">https://leigaoyang.com/net-中的span和memory</guid>
            <pubDate>Thu, 02 Apr 2026 08:45:23 GMT</pubDate>
            <enclosure url="https://leigaoyang.com/api/social-image?id=3027f412-2f45-8020-b197-d43902f2a6f3" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[vite 服务端渲染]]></title>
            <description><![CDATA[使用 vite-plugin-ssr 基于 vue-ts 进行服务端渲染的教程。]]></description>
            <link>https://leigaoyang.com/vite-服务端渲染</link>
            <guid isPermaLink="true">https://leigaoyang.com/vite-服务端渲染</guid>
            <pubDate>Sun, 25 Jun 2023 08:25:01 GMT</pubDate>
            <enclosure url="https://leigaoyang.com/api/social-image?id=8118323c-dd58-4afa-8a13-cef36d1f0172" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[pytest 中文乱码解决方法]]></title>
            <description><![CDATA[使用 pytest 进行 Python 测试过程中出现中文乱码问题的解决方法。]]></description>
            <link>https://leigaoyang.com/pytest-中文乱码解决方法</link>
            <guid isPermaLink="true">https://leigaoyang.com/pytest-中文乱码解决方法</guid>
            <pubDate>Mon, 22 May 2023 02:54:54 GMT</pubDate>
            <enclosure url="https://leigaoyang.com/api/social-image?id=966521bf-9b7f-4ab8-909c-4bc36228fe17" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[tsconfig.json 常用配置]]></title>
            <description><![CDATA[typescript 开发中 tsconfig.json 配置文件相关的速查文档。]]></description>
            <link>https://leigaoyang.com/tsconfigjson-常用配置</link>
            <guid isPermaLink="true">https://leigaoyang.com/tsconfigjson-常用配置</guid>
            <pubDate>Wed, 26 Apr 2023 06:46:59 GMT</pubDate>
            <enclosure url="https://leigaoyang.com/api/social-image?id=aaba3076-3337-4202-8274-dec094360aad" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[如何在 C# 中实现 EVP_PBE_scrypt 函数]]></title>
            <description><![CDATA[OpenSSL 中的 EVP_PBE_scrypt 函数。]]></description>
            <link>https://leigaoyang.com/如何在-c-中实现-evppbescrypt-函数</link>
            <guid isPermaLink="true">https://leigaoyang.com/如何在-c-中实现-evppbescrypt-函数</guid>
            <pubDate>Tue, 15 Aug 2023 02:35:25 GMT</pubDate>
            <enclosure url="https://leigaoyang.com/api/social-image?id=ce8fb4a5-0154-452d-bddf-468a72789e1a" length="0" type="image/jpeg"/>
        </item>
    </channel>
</rss>