<?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.yangzy.top/</id>
  <title>雨落川</title>
  <updated>2026-05-21T12:51:43.758Z</updated>
  <description>你好，我是轻语，一名热爱技术与探索的博客作者，立志成长为一名全栈工程师。在这里，我记录前端与后端的学习过程、实战项目心得，也分享日常生活中的点滴灵感。🚀 信奉“折腾不止，摸鱼生活”，希望在不断摸索中找到属于自己的技术之路。</description>
  <author>
    <name>轻语</name>
    <email>yzy11235@qq.com</email>
    <uri>https://yangzy.top/</uri>
  </author>
  <link href="https://blog.yangzy.top/atom.xml" rel="self"></link>
  <link href="https://blog.yangzy.top/" rel="alternate"></link>
  <language>zh-CN</language>
  <generator uri="https://github.com/yingzya/yingzya.github.io" version="1.4.0">QingYu Blog</generator>
  <icon>https://assets.yangzy.top/avator.jpg</icon>
  <logo>https://assets.yangzy.top/avator.jpg</logo>
  <rights>© 2026 轻语</rights>
  <subtitle>云青青兮欲雨，水澹澹兮生烟</subtitle>
  <entry>
    <id>https://blog.yangzy.top/2026/python_essay</id>
    <title>python_essay</title>
    <updated>2026-05-21T11:20:00.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://assets.yangzy.top/python_essay.webp" /> <p>Python八股自用</p> <a class="view-full" href="https://blog.yangzy.top/2026/python_essay" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2026/python_essay"></link>
    <summary>Python八股自用</summary>
    <category term="复习"></category>
    <published>2026-05-21T11:20:00.000Z</published>
  </entry>
  <entry>
    <id>https://blog.yangzy.top/2026/ssh</id>
    <title>反向SSH内网服务器远程连接</title>
    <updated>2026-03-01T16:33:42.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://assets.yangzy.top/Reverse_SSH.webp" /> <p>在实验室服务器没有外网IP的情况下，通过反向SSH来远程操作实验室服务器</p> <a class="view-full" href="https://blog.yangzy.top/2026/ssh" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2026/ssh"></link>
    <summary>在实验室服务器没有外网IP的情况下，通过反向SSH来远程操作实验室服务器</summary>
    <category term="配置"></category>
    <published>2026-03-01T16:33:42.000Z</published>
  </entry>
  <entry>
    <id>https://blog.yangzy.top/2025/llm-cd</id>
    <title>Paper Reading：Hallucination</title>
    <updated>2025-11-19T17:36:47.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://assets.yangzy.top/Octopus.webp" /> <p>随记查看的幻觉文献</p> <a class="view-full" href="https://blog.yangzy.top/2025/llm-cd" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2025/llm-cd"></link>
    <summary>随记查看的幻觉文献</summary>
    <category term="经验分享"></category>
    <published>2025-11-19T17:36:47.000Z</published>
  </entry>
  <entry>
    <id>https://blog.yangzy.top/2025/course</id>
    <title>专业课复习</title>
    <updated>2025-09-28T09:30:29.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[ <p>文章概述了计算机网络分层、数据库ER图和主键，以及操作系统的并发、共享等核心特征。</p> <a class="view-full" href="https://blog.yangzy.top/2025/course" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2025/course"></link>
    <summary>文章概述了计算机网络分层、数据库ER图和主键，以及操作系统的并发、共享等核心特征。</summary>
    <category term="复习"></category>
    <published>2025-09-28T09:30:29.000Z</published>
  </entry>
  <entry>
    <id>https://blog.yangzy.top/2025/git</id>
    <title>Git自动化部署</title>
    <updated>2025-09-27T21:13:40.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://7.isyangs.cn/20250819/fd666e8034acd69bbf7d83d3b79de274.webp" /> <p>Git自动化部署</p> <a class="view-full" href="https://blog.yangzy.top/2025/git" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2025/git"></link>
    <summary>Git自动化部署</summary>
    <category term="Linux"></category>
    <published>2025-07-31T19:42:40.000Z</published>
  </entry>
  <entry>
    <id>https://blog.yangzy.top/2025/b+_tree</id>
    <title>B树与B+树</title>
    <updated>2025-09-15T20:00:06.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[ <p>B树和B+树是常用的多路平衡查找树，常用于数据库和文件系统索引。B树每个节点同时存放键和数据，而B+树的非叶子节点只存储键作为索引，所有数据则集中存储在叶子节点。这让B+树在范围查询和磁盘I/O方面更具优势，且更容易获得更高的缓存命中率。此外，文章还介绍了将哈希表与B+树结合以实现接近O(1)的平均查询速度</p> <a class="view-full" href="https://blog.yangzy.top/2025/b+_tree" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2025/b+_tree"></link>
    <summary>B树和B+树是常用的多路平衡查找树，常用于数据库和文件系统索引。B树每个节点同时存放键和数据，而B+树的非叶子节点只存储键作为索引，所有数据则集中存储在叶子节点。这让B+树在范围查询和磁盘I/O方面更具优势，且更容易获得更高的缓存命中率。此外，文章还介绍了将哈希表与B+树结合以实现接近O(1)的平均查询速度</summary>
    <category term="复习"></category>
    <published>2025-09-15T20:00:06.000Z</published>
  </entry>
  <entry>
    <id>https://blog.yangzy.top/2025/c++andyolo</id>
    <title>C++面向对象与YOLO目标检测</title>
    <updated>2025-09-07T18:48:51.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[ <p>C++面向对象涵盖封装、继承、多态，支持运算符重载与隐藏；YOLO单阶段检测高效实时，擅长小目标识别，部署便捷。</p> <a class="view-full" href="https://blog.yangzy.top/2025/c++andyolo" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2025/c++andyolo"></link>
    <summary>C++面向对象涵盖封装、继承、多态，支持运算符重载与隐藏；YOLO单阶段检测高效实时，擅长小目标识别，部署便捷。</summary>
    <category term="复习"></category>
    <published>2025-09-07T18:48:51.000Z</published>
  </entry>
  <entry>
    <id>https://blog.yangzy.top/2025/review-math</id>
    <title>复习——数学篇</title>
    <updated>2025-09-02T20:19:38.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://assets.yangzy.top/math.webp" /> <p>本文系统总结线性代数与概率论核心知识，包括行列式、矩阵、向量、方程组、特征值对角化、二次型及概率公式、分布、大数定理、参数估计等考点与方法。</p> <a class="view-full" href="https://blog.yangzy.top/2025/review-math" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2025/review-math"></link>
    <summary>本文系统总结线性代数与概率论核心知识，包括行列式、矩阵、向量、方程组、特征值对角化、二次型及概率公式、分布、大数定理、参数估计等考点与方法。</summary>
    <category term="复习"></category>
    <published>2025-08-20T21:45:38.000Z</published>
  </entry>
  <entry>
    <id>https://blog.yangzy.top/2025/lkhot100</id>
    <title>力扣Hot100</title>
    <updated>2025-08-22T10:15:04.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://assets.yangzy.top/lkhot100.webp" /> <p>​​力扣Hot100​​热门算法题库的题解，涵盖了​哈希、双指针、滑动窗口、子串、普通数组、矩阵、链表、回溯、贪心算法、动态规划​​等核心算法与数据结构。</p> <a class="view-full" href="https://blog.yangzy.top/2025/lkhot100" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2025/lkhot100"></link>
    <summary>​​力扣Hot100​​热门算法题库的题解，涵盖了​哈希、双指针、滑动窗口、子串、普通数组、矩阵、链表、回溯、贪心算法、动态规划​​等核心算法与数据结构。</summary>
    <category term="算法"></category>
    <published>2025-08-22T10:15:04.000Z</published>
  </entry>
  <entry>
    <id>https://blog.yangzy.top/2025/picgo</id>
    <title>PicGo配置去图图床</title>
    <updated>2025-08-04T00:00:00.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://7.isyangs.cn/20250801/cc418048d677e4b6a6d512f75603b372.png" /> <p>PicGo实现去图图床配置，通过下载第三方插件，配置HEAD以及Body实现上传以及和Typora的联动</p> <a class="view-full" href="https://blog.yangzy.top/2025/picgo" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2025/picgo"></link>
    <summary>PicGo实现去图图床配置，通过下载第三方插件，配置HEAD以及Body实现上传以及和Typora的联动</summary>
    <category term="配置"></category>
    <published>2025-08-01T17:15:43.000Z</published>
  </entry>
  <entry>
    <id>https://blog.yangzy.top/2025/lanqiao2025</id>
    <title>2025蓝桥杯突击训练</title>
    <updated>2025-03-27T23:45:35.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://7.isyangs.cn/20250731/1e40d3e28e500126d257c30072340d5b.png" /> <p>汇总了2025蓝桥杯突击训练过程中的经典算法题解及代码示例，涵盖暴力枚举、递归与递推、贪心算法、搜索算法等多种算法类型</p> <a class="view-full" href="https://blog.yangzy.top/2025/lanqiao2025" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2025/lanqiao2025"></link>
    <summary>汇总了2025蓝桥杯突击训练过程中的经典算法题解及代码示例，涵盖暴力枚举、递归与递推、贪心算法、搜索算法等多种算法类型</summary>
    <category term="算法"></category>
    <published>2025-03-27T23:45:35.000Z</published>
  </entry>
  <entry>
    <id>https://blog.yangzy.top/2025/sky_takeaway</id>
    <title>Java苍穹外卖</title>
    <updated>2025-03-18T21:24:59.000Z</updated>
    <author>
      <name>轻语</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://7.isyangs.cn/20250809/22d30d32d7e2785b86b71a9f0a0c38c5.png" /> <p>记录“Java苍穹外卖”实战项目开发过程，涵盖环境搭建与配置，如nginx反向代理、Swagger使用；功能开发细节，包括JWT认证、日期处理等；还涉及Redis缓存、Spring Task、WebSocket等技术应用，以及菜品管理、订单支付等功能实现。</p> <a class="view-full" href="https://blog.yangzy.top/2025/sky_takeaway" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://blog.yangzy.top/2025/sky_takeaway"></link>
    <summary>记录“Java苍穹外卖”实战项目开发过程，涵盖环境搭建与配置，如nginx反向代理、Swagger使用；功能开发细节，包括JWT认证、日期处理等；还涉及Redis缓存、Spring Task、WebSocket等技术应用，以及菜品管理、订单支付等功能实现。</summary>
    <category term="实战项目"></category>
    <published>2025-03-18T21:24:59.000Z</published>
  </entry>
</feed>
