<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>开发 - 分类 - YuanCoder</title>
        <link>http://yuancoder.com/categories/%E5%BC%80%E5%8F%91/</link>
        <description>开发 - 分类 - YuanCoder</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>yuan@yuancoder.com (Yuan)</managingEditor>
            <webMaster>yuan@yuancoder.com (Yuan)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 22 Oct 2024 16:33:18 &#43;0800</lastBuildDate><atom:link href="http://yuancoder.com/categories/%E5%BC%80%E5%8F%91/" rel="self" type="application/rss+xml" /><item>
    <title>SSE 服务端推送技术</title>
    <link>http://yuancoder.com/sse/</link>
    <pubDate>Tue, 22 Oct 2024 16:33:18 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/sse/</guid>
    <description><![CDATA[目前基于 AI 对话相关的接口都使用了 SSE 的技术。 让我们看看SSE是什么，以及怎么实现。 SSE(Server-Sent Events) 是一种用于实现服务器主动向客户端推送数据的技术。 实现原理]]></description>
</item>
<item>
    <title>Nextjs 全栈框架 CSR</title>
    <link>http://yuancoder.com/nextjs/</link>
    <pubDate>Thu, 29 Aug 2024 21:42:58 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/nextjs/</guid>
    <description><![CDATA[Next.js 是一个 基于 React 的全栈开发框架, 国外很多全栈开发都会使用这个框架。 Next.js 可以开发服务端和前端， 支持3中渲染页面方式。 服务器端渲染（Server-S]]></description>
</item>
<item>
    <title>Go 1.23 的 range over func 自定义迭代器</title>
    <link>http://yuancoder.com/go-1-23-range-over-func/</link>
    <pubDate>Wed, 14 Aug 2024 14:27:22 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/go-1-23-range-over-func/</guid>
    <description><![CDATA[Go 1.23 增加了一个语法特性, 就是 &ldquo;range over func 试验特性&rdquo;, 这个特性在 Go 1.22 中就已经存在，只是在这个版本转正了。 “range over func”，就是在]]></description>
</item>
<item>
    <title>Golang 的泛型能干什么</title>
    <link>http://yuancoder.com/go-generics-mr/</link>
    <pubDate>Sun, 03 Sep 2023 10:03:44 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/go-generics-mr/</guid>
    <description><![CDATA[Golang在1.18版本支持了泛型, 在工作中还没有真正用过， 这几天研究了一下，脑子里最先想到的使用场景就是集合类型的处理。 常用的集合处理函]]></description>
</item>
<item>
    <title>Go 中容易出错的知识点总结</title>
    <link>http://yuancoder.com/go-mistake/</link>
    <pubDate>Sun, 05 Mar 2023 19:44:54 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/go-mistake/</guid>
    <description><![CDATA[Go 学习起来虽然比较简单，但是如果对 Go 底层的知识不了解，很容易踩坑。 总结了一下容易踩坑的地方: slice slice 切片本质上就是一个结构体，切片的操作实际都是]]></description>
</item>
<item>
    <title>swift 语法学习</title>
    <link>http://yuancoder.com/study-swift/</link>
    <pubDate>Tue, 27 Dec 2022 20:31:22 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/study-swift/</guid>
    <description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70]]></description>
</item>
<item>
    <title>Github Action 自动化部署 Hugo 博客</title>
    <link>http://yuancoder.com/blog-github-action/</link>
    <pubDate>Fri, 02 Dec 2022 17:04:43 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/blog-github-action/</guid>
    <description><![CDATA[1. 概述 目前我的博客发布流程是： 执行 hugo 命令编译成静态页面。 同步静态页面到自己的服务器上。 自动部署就是在 git push 时自动触发执行上面两个步骤，这时候就]]></description>
</item>
<item>
    <title>博客增加评论</title>
    <link>http://yuancoder.com/blog-comment/</link>
    <pubDate>Thu, 01 Dec 2022 19:40:26 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/blog-comment/</guid>
    <description><![CDATA[一开始使用 gitalk 作为评论系统，发现配置完有一些问题， 后面选用了 giscus。 giscus 的配置还是非常简单的。 跟着 giscus页面 https://giscus.app/zh-CN 一步步操作，最后会生成]]></description>
</item>
<item>
    <title>使用 Hugo 搭建博客</title>
    <link>http://yuancoder.com/hugo-blog/</link>
    <pubDate>Wed, 30 Nov 2022 18:30:05 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/hugo-blog/</guid>
    <description><![CDATA[安装 macos 1 brew install hugo linux 1 下载： https://github.com/gohugoio/hugo/releases/latest 创建站点 1 2 3 4 hugo new site yuancoder-hugo cd yuancoder-hugo git init hugo server -D 安装主题 1 2 git submodule add https://github.com/dillonzq/LoveIt.git themes/LoveIt echo &#34;theme = &#39;LoveIt&#39;&#34; &gt;&gt; config.toml 目录结构 1 2 3 4 5 6 7 8 9 10 11 yuancoder/ ├── archetypes/ #]]></description>
</item>
</channel>
</rss>
