<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title>Aurora</title><link>https://auror.top</link><atom:link href="https://auror.top/rss.xml" rel="self" type="application/rss+xml"/><description>Aurora</description><generator>Halo v2.25.0</generator><language>zh-cn</language><image><url>https://auror.top/upload/1788708462879.JPG</url><title>Aurora</title><link>https://auror.top</link></image><lastBuildDate>Tue, 15 Sep 2026 16:34:03 GMT</lastBuildDate><item><title><![CDATA[linux常用命令]]></title><link>https://auror.top/archives/linuxchang-yong-ming-ling</link><description><![CDATA[<img src="https://auror.top/plugins/feed/assets/telemetry.gif?title=linux%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4&amp;url=/archives/linuxchang-yong-ming-ling" width="1" height="1" alt="" style="opacity:0;">1. 添加临时ip # 0. 查看网卡信息 ip a # 1. 添加临时ip sudo ip addr add 10.1.1.200/24 dev enp5s0 # 3. 删除临时ip sudo ip addr del 10.1.1.200/24 dev enp5s0 2. 挂载硬盘 # 识别]]></description><guid isPermaLink="false">/archives/linuxchang-yong-ming-ling</guid><dc:creator>Aurora</dc:creator><pubDate>Sun, 6 Sep 2026 15:33:09 GMT</pubDate></item><item><title><![CDATA[排序]]></title><link>https://auror.top/archives/sort</link><description><![CDATA[<img src="https://auror.top/plugins/feed/assets/telemetry.gif?title=%E6%8E%92%E5%BA%8F&amp;url=/archives/sort" width="1" height="1" alt="" style="opacity:0;">排序算法分析 1. 冒泡排序（Bubble Sort） 原理图 @startuml title 冒泡排序：相邻比较，大的往后"冒" start : 总共需要扫描 n-1 趟; : i = 0; while (i &lt; len - 1 ?) is (是) : 假设这一趟没有交换; : swapped =]]></description><guid isPermaLink="false">/archives/sort</guid><dc:creator>Aurora</dc:creator><category>算法</category><pubDate>Thu, 9 Jul 2026 14:23:59 GMT</pubDate></item><item><title><![CDATA[AVL树]]></title><link>https://auror.top/archives/avltree</link><description><![CDATA[<img src="https://auror.top/plugins/feed/assets/telemetry.gif?title=AVL%E6%A0%91&amp;url=/archives/avltree" width="1" height="1" alt="" style="opacity:0;">1. 两种旋转方式 1.1 左旋 STATIC AVL_TREE_NODE *rotate_left(AVL_TREE_NODE *x) { AVL_TREE_NODE *y = x-&gt;right_child; AVL_TREE_NODE *z = y-&gt;left_child;]]></description><guid isPermaLink="false">/archives/avltree</guid><dc:creator>Aurora</dc:creator><category>算法</category><pubDate>Mon, 22 Jun 2026 15:08:13 GMT</pubDate></item><item><title><![CDATA[Hello Halo]]></title><link>https://auror.top/archives/hello-halo</link><description><![CDATA[<img src="https://auror.top/plugins/feed/assets/telemetry.gif?title=Hello%20Halo&amp;url=/archives/hello-halo" width="1" height="1" alt="" style="opacity:0;">如果你看到了这一篇文章，那么证明你已经安装成功了，感谢使用 Halo 进行创作，希望能够使用愉快。]]></description><guid isPermaLink="false">/archives/hello-halo</guid><dc:creator>Aurora</dc:creator><category>默认分类</category><pubDate>Sat, 13 Jun 2026 19:02:05 GMT</pubDate></item></channel></rss>