<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/assets/atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://blog.junjieli.top/</id>
  <title>小李同学Coding</title>
  <updated>2026-07-09T07:25:17.652+00:00[UTC]</updated>
  <description>随笔记录，不定期更新。</description>
  <author>
    <name>小李同学</name>
    <email>junjiel@mail.nwpu.edu.cn</email>
    <uri>https://www.junjieli.top/</uri>
  </author>
  <link href="https://blog.junjieli.top/atom.xml" rel="self"></link>
  <link href="https://blog.junjieli.top/" rel="alternate"></link>
  <language>zh-CN</language>
  <generator uri="https://github.com/L33Z22L11/blog-v3" version="3.6.3">Clarity</generator>
  <icon>https://blog.junjieli.top/api/icon.webp</icon>
  <logo>https://www.junjieli.top/logo_64x64.png</logo>
  <rights>© 2026 小李同学</rights>
  <subtitle>Survive or Thrive.</subtitle>
  <entry>
    <id>https://blog.junjieli.top/2026/return</id>
    <title>时隔两年，关于博客，我有了新的答案。</title>
    <updated>2026-03-09T04:00:00Z</updated>
    <author>
      <name>小李同学</name>
    </author>
    <content type="html">
      <![CDATA[ <p>730多天的停更，让我明白了我的博客存在的真正意义。我的博客不仅仅是给别人读的，更是自己的“成长日记”。</p> <a class="view-full" href="https://blog.junjieli.top/2026/return" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.junjieli.top/2026/return"></link>
    <summary>730多天的停更，让我明白了我的博客存在的真正意义。我的博客不仅仅是给别人读的，更是自己的“成长日记”。</summary>
    <category term="杂谈"></category>
    <published>2026-03-09T04:00:00Z</published>
  </entry>
  <entry>
    <id>https://blog.junjieli.top/before/docker</id>
    <title>Docker 折腾记：国内镜像源失效之后，我是怎么把环境重新拉起来的</title>
    <updated>2024-11-03T10:00:00Z</updated>
    <author>
      <name>小李同学</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://wmimg.com/i/1546/2026/03/69ae58ea0b569.webp" alt="Docker 折腾记：国内镜像源失效之后，我是怎么把环境重新拉起来的" /> <p>本来只是想把一个项目顺手丢到云服务器上跑起来，结果第一步 `docker pull` 就卡死了。于是又把 Docker 的安装、换源、日志限制和常用命令重新收拾了一遍。</p> <a class="view-full" href="https://blog.junjieli.top/before/docker" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.junjieli.top/before/docker"></link>
    <summary>本来只是想把一个项目顺手丢到云服务器上跑起来，结果第一步 `docker pull` 就卡死了。于是又把 Docker 的安装、换源、日志限制和常用命令重新收拾了一遍。</summary>
    <category term="技术"></category>
    <published>2024-11-03T10:00:00Z</published>
  </entry>
  <entry>
    <id>https://blog.junjieli.top/before/github-diy</id>
    <title>GitHub 首页 DIY：花里胡哨指数++</title>
    <updated>2024-03-18T13:00:00Z</updated>
    <author>
      <name>小李同学</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://wmimg.com/i/1546/2026/03/69ae555564da0.webp" alt="GitHub 首页 DIY：花里胡哨指数++" /> <p>之前只是把 GitHub 首页先随手搭起来，很多内容都不是自己写的。这次趁着假期重新收拾了一遍，把一些常见组件、动态卡片和 GitHub Actions 方案都整理成了可复用的笔记。</p> <a class="view-full" href="https://blog.junjieli.top/before/github-diy" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.junjieli.top/before/github-diy"></link>
    <summary>之前只是把 GitHub 首页先随手搭起来，很多内容都不是自己写的。这次趁着假期重新收拾了一遍，把一些常见组件、动态卡片和 GitHub Actions 方案都整理成了可复用的笔记。</summary>
    <category term="技术"></category>
    <published>2024-01-19T16:00:00Z</published>
  </entry>
  <entry>
    <id>https://blog.junjieli.top/before/astar-qt</id>
    <title>路径规划：一个基于 Qt 的 A* 算法演示器</title>
    <updated>2024-03-15T16:00:00Z</updated>
    <author>
      <name>小李同学</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://wmimg.com/i/1546/2026/03/69aeeacd1bf42.webp" alt="路径规划：一个基于 Qt 的 A* 算法演示器" /> <p>这是我做的一个课设小项目。核心目标很简单：把常见路径搜索算法做成一个可交互、可视化、可演示的小工具，而不只是停留在控制台输出结果。</p> <a class="view-full" href="https://blog.junjieli.top/before/astar-qt" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.junjieli.top/before/astar-qt"></link>
    <summary>这是我做的一个课设小项目。核心目标很简单：把常见路径搜索算法做成一个可交互、可视化、可演示的小工具，而不只是停留在控制台输出结果。</summary>
    <category term="开发"></category>
    <published>2024-03-15T14:00:00Z</published>
  </entry>
</feed>
