<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Nlxiaoy Blog - 现代技术博客</title>
        <link>https://localhost:3000</link>
        <description>专注分享前端、后端与云原生的技术文章与实践</description>
        <lastBuildDate>Sun, 09 Aug 2026 06:17:44 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <image>
            <title>Nlxiaoy Blog - 现代技术博客</title>
            <url>https://localhost:3000/logo.png</url>
            <link>https://localhost:3000</link>
        </image>
        <copyright>© 2026 Nlxiaoy Blog</copyright>
        <atom:link href="https://localhost:3000/rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[CPP协程]]></title>
            <link>https://localhost:3000/post/cpp-coroutines</link>
            <guid isPermaLink="false">https://localhost:3000/post/cpp-coroutines</guid>
            <pubDate>Thu, 28 May 2026 09:49:40 GMT</pubDate>
            <description><![CDATA[C++20 的新特性——协程，会比thread更加轻量化，效率更高，相比于thread，coroutine只需要在用户态就能完成任务，更加适合用在高并发的环境。]]></description>
            <author>admin</author>
            <category>语法</category>
            <enclosure url="https://jujuwo.tech/api/v1/files/posts/covers/08383699-b881-49aa-9013-60a56ddb98f8.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[move和移动构造]]></title>
            <link>https://localhost:3000/post/move-and-move-constructor</link>
            <guid isPermaLink="false">https://localhost:3000/post/move-and-move-constructor</guid>
            <pubDate>Mon, 20 Apr 2026 07:55:11 GMT</pubDate>
            <description><![CDATA[c++中的移动构造函数和move()]]></description>
            <author>admin</author>
            <category>语法</category>
            <enclosure url="https://jujuwo.tech/api/v1/files/posts/covers/b86c8fd1-3794-40e9-96f0-fb6c513b0c73.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Go的context简介]]></title>
            <link>https://localhost:3000/post/go-context-introduction</link>
            <guid isPermaLink="false">https://localhost:3000/post/go-context-introduction</guid>
            <pubDate>Mon, 20 Apr 2026 07:51:47 GMT</pubDate>
            <description><![CDATA[context的创建和使用dome]]></description>
            <author>admin</author>
            <category>语法</category>
            <enclosure url="https://jujuwo.tech/api/v1/files/posts/covers/f4be4e47-3408-4130-ba37-6f8ea1d253dd.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>