<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>robb3n&#39;s blog</title>
    <link>https://robb3n.site/</link>
    <description>Recent content on robb3n&#39;s blog</description>
    <image>
      <title>robb3n&#39;s blog</title>
      <url>https://robb3n.site/og-default.png</url>
      <link>https://robb3n.site/og-default.png</link>
    </image>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <copyright>2026 robb3n</copyright>
    <lastBuildDate>Sun, 29 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://robb3n.site/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>顺序表：基本操作</title>
      <link>https://robb3n.site/cs/%E7%AE%97%E6%B3%95/%E9%A1%BA%E5%BA%8F%E8%A1%A8%E5%9F%BA%E6%9C%AC%E6%93%8D%E4%BD%9C/</link>
      <pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://robb3n.site/cs/%E7%AE%97%E6%B3%95/%E9%A1%BA%E5%BA%8F%E8%A1%A8%E5%9F%BA%E6%9C%AC%E6%93%8D%E4%BD%9C/</guid>
      <description>顺序表操作的核心在于理清位序（从1开始）与数组下标（从0开始）的映射关系。插入时从后往前移动元素腾出位置，删除时从前往后覆盖填补空缺。掌握下标=位序-1的转换，即可避免常见错误。</description>
    </item>
    <item>
      <title>关于</title>
      <link>https://robb3n.site/about/</link>
      <pubDate>Mon, 16 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://robb3n.site/about/</guid>
      <description>&lt;h2 id=&#34;关于我&#34;&gt;关于我&lt;/h2&gt;
&lt;p&gt;CS 在读，对操作系统、系统设计和大模型应用感兴趣。喜欢把学到的东西写下来，既是梳理也是分享。&lt;/p&gt;
&lt;h2 id=&#34;这个博客&#34;&gt;这个博客&lt;/h2&gt;
&lt;p&gt;记录 CS 系统知识、技术落地实践与个人思考。主要涵盖：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;技术&lt;/strong&gt; — 操作系统、编程语言、系统设计、大模型应用&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;随笔&lt;/strong&gt; — 学习方法、工具流程、杂感&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;读书&lt;/strong&gt; — 技术书籍与非虚构阅读笔记&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;技术栈&#34;&gt;技术栈&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;站点生成：&lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; + &lt;a href=&#34;https://github.com/adityatelange/hugo-PaperMod&#34;&gt;PaperMod&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;内容管理：Obsidian → rsync → Hugo&lt;/li&gt;
&lt;li&gt;后端管理：Go（chi + JWT）&lt;/li&gt;
&lt;li&gt;评论系统：&lt;a href=&#34;https://giscus.app/&#34;&gt;giscus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;访问统计：&lt;a href=&#34;https://www.goatcounter.com/&#34;&gt;GoatCounter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;联系方式&#34;&gt;联系方式&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href=&#34;https://github.com/robb3n&#34;&gt;robb3n&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Email: 可通过 GitHub 找到我&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
