
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Corner430 AI Blog</title>
      <link>https://corner430-ai-blog.vercel.app/blog</link>
      <description>一个探索编程、AI 和技术实践的开发者博客</description>
      <language>zh-CN</language>
      <managingEditor>undefined (Corner430)</managingEditor>
      <webMaster>undefined (Corner430)</webMaster>
      <lastBuildDate>Sun, 26 May 2024 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://corner430-ai-blog.vercel.app/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/mac-ssh-wsl-中文乱码</guid>
    <title>mac ssh wsl 中文乱码</title>
    <link>https://corner430-ai-blog.vercel.app/blog/mac-ssh-wsl-中文乱码</link>
    <description>文章提及WSL终端locale查看字符编码有问题，虽因Windows编码未乱码但存隐患，解决方法是于.zshrc追加设置LC_ALL=en_US.UTF-8、LANG=en_US.UTF-8以规范编码。</description>
    <pubDate>Sun, 26 May 2024 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>SSH</category><category>WSL</category><category>Mac</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/SwitchyOmega</guid>
    <title>SwitchyOmega</title>
    <link>https://corner430-ai-blog.vercel.app/blog/SwitchyOmega</link>
    <description>文章介绍配置代理的步骤：先新建名为“proxy”的Proxy Profile并测试网站重定向至指定端口；再新建“AutoProxy”的Switch Profile，配置引用gfwlist.txt链接，测试时可能需等待几分钟生效。</description>
    <pubDate>Fri, 24 May 2024 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>科学上网</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Linux通过davfs2挂载WebDav网盘</guid>
    <title>Linux通过davfs2挂载WebDav网盘</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Linux通过davfs2挂载WebDav网盘</link>
    <description>本文介绍通过davfs2配置Alist WebDAV服务自动挂载的方法，含安装、创建挂载点等步骤。关键配置为：编辑davfs2.conf设use_lock=0修正文件操作错误，修改secrets添加账号密码，fstab添加自动挂载条目，创建符号链接映射文件夹，实现稳定便捷访问。</description>
    <pubDate>Sun, 10 Dec 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Linux</category><category>WebDav</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/对比学习（Contrastive-Learning）</guid>
    <title>对比学习（Contrastive Learning）</title>
    <link>https://corner430-ai-blog.vercel.app/blog/对比学习（Contrastive-Learning）</link>
    <description>文章解读了Max margin Contrastive loss、Triplet Loss、N-pair Loss等对比学习损失函数，重点分析其机制。Max margin中，同分布样本最小化距离，异分布依相似度差计损，极端相似时损失最大为ε防过影响；N-pair Loss将点积视作余弦相似度，正数时a/b与a-b等价。</description>
    <pubDate>Tue, 18 Jul 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>科研</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Model-Compression</guid>
    <title>Model Compression</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Model-Compression</link>
    <description>本文介绍模型压缩技术，核心含网络剪枝、知识蒸馏与参数量化。剪枝针对网络过参数化冗余，通过反复剪枝微调恢复精度，神经元剪枝结构规则易加速（如AlexNet压缩35倍无精度损失）；量化用少比特、权重聚类及哈夫曼编码降存储；蒸馏聚焦分类问题。各法协同优化模型效率。</description>
    <pubDate>Mon, 26 Jun 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>科研</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/深度学习与PyTorch学习资源</guid>
    <title>深度学习与PyTorch学习资源</title>
    <link>https://corner430-ai-blog.vercel.app/blog/深度学习与PyTorch学习资源</link>
    <description>深度学习与PyTorch学习资源汇总，涵盖官方文档、D2L教材、第三方教程、机器学习实战项目、社区论坛等，助力系统学习深度学习框架与应用。</description>
    <pubDate>Thu, 08 Jun 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>科研</category><category>PyTorch</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/键位映射</guid>
    <title>键位映射</title>
    <link>https://corner430-ai-blog.vercel.app/blog/键位映射</link>
    <description>在windows上是可以直接通过注册表进行键位映射的，巧妙的利用 Scancode Map 就可将普通键盘改造成随心随意的个性化键盘 接下来以要将Caps Lock键映射为Fn键为例 &gt; 警告：修改注册表可能会对系统造成意外的影响。在进行修改之前，强烈建议你备份注册表或创建系统还原点以防万一。 1. 打开”运行”对话框。你可以按下Win + R键同时打开它。 2. 输入regedit并按...</description>
    <pubDate>Wed, 07 Jun 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Ubuntu</category><category>Windows</category><category>键位映射</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/AdGuard-Home-设置</guid>
    <title>AdGuard Home 设置</title>
    <link>https://corner430-ai-blog.vercel.app/blog/AdGuard-Home-设置</link>
    <description>本文介绍AdGuard Home配置要点：进入web界面，在DNS设置中填写服务器、删除Bootstrap DNS信息、速度限制设为0并保存；接着在过滤器-DNS黑名单添加easylistchina等规则链接，更多规则可搜索获取，且需关闭Turbo ACC的DNS缓存/加速功能。</description>
    <pubDate>Sun, 04 Jun 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>路由器</category><category>网络</category><category>AdGuard Home</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/阿里云盘应用网络状况不佳</guid>
    <title>阿里云盘应用网络状况不佳</title>
    <link>https://corner430-ai-blog.vercel.app/blog/阿里云盘应用网络状况不佳</link>
    <description>时区不同步导致的问题，改回中国即可。</description>
    <pubDate>Mon, 29 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>阿里云盘</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/局域网代理共享方案</guid>
    <title>局域网代理共享方案</title>
    <link>https://corner430-ai-blog.vercel.app/blog/局域网代理共享方案</link>
    <description>局域网代理共享的多种方案对比：Mac/Linux TUN模式网关、安卓手机旁路由、iKuai软路由，实现全家设备科学上网。</description>
    <pubDate>Thu, 25 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>路由器</category><category>科学上网</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/NAS配置与使用指南</guid>
    <title>NAS配置与使用指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/NAS配置与使用指南</link>
    <description>NAS配置与使用完全指南，涵盖黑群晖安装（arpl/手动引导）、Ubuntu Samba挂载、自动挂载、Cloud Sync外网同步等操作。</description>
    <pubDate>Mon, 22 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>NAS</category><category>Ubuntu</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/DIY装机记录与指南</guid>
    <title>DIY装机记录与指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/DIY装机记录与指南</link>
    <description>DIY装机记录与选购指南，包含168元超低成本E3主机和1400-1989元All-in-One多用途工作站两套方案的详细配置清单与注意事项。</description>
    <pubDate>Sun, 21 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>DIY</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Ubuntu进入grub界面</guid>
    <title>Ubuntu进入grub界面</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Ubuntu进入grub界面</link>
    <description>文章介绍更改root密码的操作方法：开机时长按Shift键进入grub界面，随后在该界面中输入password相关指令，即可完成root密码的修改。</description>
    <pubDate>Sun, 21 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Ubuntu</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/windows11安装安卓子系统</guid>
    <title>windows11安装安卓子系统</title>
    <link>https://corner430-ai-blog.vercel.app/blog/windows11安装安卓子系统</link>
    <description>本文介绍在Windows系统安装安卓子系统的步骤：先启用Hyper-v和虚拟机平台，更新Microsoft Store至美区最新版，下载安装安卓子系统；再开启开发者模式，配置adb工具，最后通过adb命令连接子系统并安装APK。</description>
    <pubDate>Thu, 18 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Windows</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/网络唤醒WOL完全指南</guid>
    <title>网络唤醒(WOL)完全指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/网络唤醒WOL完全指南</link>
    <description>网络唤醒(Wake-on-LAN)完全指南，涵盖BIOS设置、Windows/Ubuntu网卡配置、OpenWrt发送唤醒包、防火墙端口转发等全流程操作。</description>
    <pubDate>Thu, 18 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Ubuntu</category><category>路由器</category><category>OpenWrt</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/机场或节点测速</guid>
    <title>机场或节点测速</title>
    <link>https://corner430-ai-blog.vercel.app/blog/机场或节点测速</link>
    <description>本文介绍科学上网节点测速工具与方法，涵盖单节点测速（含speedtest及无广告版）、全节点测速（如stairspeedtest-reborn）、nodesCatch V2.0全自动一键工具及v2ray测速功能，附参考链接与谷歌节点池搜索指引。</description>
    <pubDate>Tue, 16 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>科学上网</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/paper</guid>
    <title>paper</title>
    <link>https://corner430-ai-blog.vercel.app/blog/paper</link>
    <description>泛读文章围绕知识蒸馏展开创新应用：一是用“无能教师”蒸馏诱导模型遗忘特定知识，替代重训；二是随机知识蒸馏压缩BERT，模型大小减40%且性能无损；三是提出自适应框架BGNN，借多GNN互补知识提升图任务性能。</description>
    <pubDate>Sun, 14 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>科研</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/路由器AP与桥接模式</guid>
    <title>路由器AP与桥接模式</title>
    <link>https://corner430-ai-blog.vercel.app/blog/路由器AP与桥接模式</link>
    <description>详细介绍路由器的AP模式与无线桥接（手动AP）配置方法，包括IP设置、DHCP关闭、无线启用等步骤，以及多级路由级联和故障排查。</description>
    <pubDate>Sat, 13 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>路由器</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/远程桌面RDP配置指南</guid>
    <title>远程桌面RDP配置指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/远程桌面RDP配置指南</link>
    <description>远程桌面(RDP)配置与使用指南，涵盖Windows RDP基础操作、xRDP连接Linux桌面、性能优化与常见问题排查。</description>
    <pubDate>Thu, 11 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Windows</category><category>Linux</category><category>Deepin</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/OpenWrt完全配置指南</guid>
    <title>OpenWrt完全配置指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/OpenWrt完全配置指南</link>
    <description>OpenWrt完全配置指南，涵盖固件选择、刷机方法、网络配置、IPv6、DDNS、单线多拨、网络唤醒等全流程操作与问题排查。</description>
    <pubDate>Tue, 09 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>路由器</category><category>OpenWrt</category><category>域名解析</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/文献阅读</guid>
    <title>文献阅读</title>
    <link>https://corner430-ai-blog.vercel.app/blog/文献阅读</link>
    <description>本文介绍多个实用学术工具与资源，含CCF列表（学术会议分类）、知云文献翻译、ReadPaper、小绿鲸及DeepL翻译器，覆盖会议查询、文献阅读翻译等功能，助力提升学术研究效率。</description>
    <pubDate>Tue, 09 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>科研</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/manjaro初始化</guid>
    <title>manjaro初始化</title>
    <link>https://corner430-ai-blog.vercel.app/blog/manjaro初始化</link>
    <description>本文提供Manjaro系统实用配置指南，涵盖系统更新、镜像源（含清华大学源）设置、输入法与常用软件（vim、yay、docker等）安装，及deb转pacman、N卡驱动安装方法。同时整理pacman命令集、桌面美化资源链接，助力高效使用Manjaro。</description>
    <pubDate>Mon, 08 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Linux</category><category>Manjaro</category><category>Arch</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/gdb调试C语言</guid>
    <title>gdb调试C语言</title>
    <link>https://corner430-ai-blog.vercel.app/blog/gdb调试C语言</link>
    <description>本文介绍用GCC与GDB调试C程序的方法，编译时加`-g`生成调试信息，运行后`gdb test`进入调试模式。详述GDB核心命令，如`run`启动、`break`设断点、`next`/`step`单步执行、`print`查变量、`x`检视内存汇编，助高效定位问题。</description>
    <pubDate>Sat, 22 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Cpp</category><category>GDB</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/VSCode使用技巧与问题排解</guid>
    <title>VSCode使用技巧与问题排解</title>
    <link>https://corner430-ai-blog.vercel.app/blog/VSCode使用技巧与问题排解</link>
    <description>VSCode实用技巧合集：自定义CSS/JS刷新、Colab远程连接、Python调试import函数、C++内存窗口模拟等常见问题与解决方案。</description>
    <pubDate>Mon, 17 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>VSCode</category><category>Cpp</category><category>Python</category><category>Colab</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/learn-more-study-less</guid>
    <title>learn more study less</title>
    <link>https://corner430-ai-blog.vercel.app/blog/learn-more-study-less</link>
    <description>文章分享提升效率与学习效果的多项实用方法，涵盖规律休息（每周休1天）、专注攻坚（90分钟解难点）、调整作息（早起戒熬夜）、目标管理（周/日计划防拖延）、批处理同类任务，及费曼、项目学习法，辅以锻炼，助力高效成长。</description>
    <pubDate>Sat, 08 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>其它</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/clash-load-balancing</guid>
    <title>clash load balancing</title>
    <link>https://corner430-ai-blog.vercel.app/blog/clash-load-balancing</link>
    <description>文章介绍计算机端实现代理负载均衡的配置方法，通过修改Parsers、转换订阅为.yaml文件并添加代理组。含散列（同二级域名哈希选优质节点避风控）、轮询（轮换IP访问）两种策略，定时300秒测速，节点超时不计，支持多平台导入生效。</description>
    <pubDate>Tue, 04 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Clash</category><category>科学上网</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Configure-oh-my-zsh</guid>
    <title>Configure oh-my-zsh</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Configure-oh-my-zsh</link>
    <description>本文介绍在Linux系统中安装配置ZSH的方法，包括通过apt安装ZSH及基础组件，用脚本安装Oh My ZSH，克隆自动建议、语法高亮等插件至自定义目录，编辑.zshrc启用插件并设置ys主题，提升终端交互体验。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Oh My Zsh</category><category>Zsh</category><category>Shell</category><category>Bash</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Maximum-Likelihood-Estimation-Bayesian-Estimation-and-Maximum-A-Posteriori-Estimation</guid>
    <title>Maximum Likelihood Estimation, Bayesian Estimation, and Maximum A Posteriori Estimation</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Maximum-Likelihood-Estimation-Bayesian-Estimation-and-Maximum-A-Posteriori-Estimation</link>
    <description>文章对比极大似然估计（MLE）、贝叶斯估计及最大后验概率估计（MAP）等参数估计方法。MLE通过最大化观测数据似然函数，视参数为固定未知量；贝叶斯估计将参数作随机变量，结合先验与数据更新后验分布，MAP是其特例，融合先验与似然求极值。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>科研</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Solve-Connecting-to-raw-githubusercontent-com-443-failed-Connection-refused</guid>
    <title>Solve Connecting to raw.githubusercontent.com :443... failed: Connection refused.</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Solve-Connecting-to-raw-githubusercontent-com-443-failed-Connection-refused</link>
    <description>文章介绍通过https://www.ipaddress.com/获取raw.githubusercontent.com的IP地址（185.199.108.133），再用sudo vim编辑/etc/hosts文件，在末尾添加“185.199.108.133 raw.githubusercontent.com”完成配置。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>GitHub</category><category>网络</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Ubuntu-NAT</guid>
    <title>Ubuntu NAT</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Ubuntu-NAT</link>
    <description>文章介绍两种Ubuntu配置方法：一是将其设为网关并启用NAT，通过启用IP转发、设置默认网关、添加DNS配置等步骤，让局域网其他电脑经其上网；二是设置镜像源，含备份原文件、替换为阿里云与清华源、更新及解决vim问题，优化软件源获取。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>网络</category><category>Ubuntu</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/WSL完整配置指南</guid>
    <title>WSL完整配置指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/WSL完整配置指南</link>
    <description>WSL完整配置指南，涵盖安装目录迁移、systemd启用、开机自启动、代理配置等实用技巧。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Windows</category><category>WSL</category><category>Clash</category><category>科学上网</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Windows使用技巧</guid>
    <title>Windows使用技巧</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Windows使用技巧</link>
    <description>Windows实用技巧合集：截图快捷键、文件夹共享设置、系统字体修改、精简系统推荐等常用操作指南。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Windows</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/matrix-derivation</guid>
    <title>matrix derivation</title>
    <link>https://corner430-ai-blog.vercel.app/blog/matrix-derivation</link>
    <description>矩阵求导需理解其本质，区分分子布局与分母布局的差异，并通过数学推导掌握基础公式。文章从本质入手解析布局逻辑，系统推导常用公式，辅以Matrix Calculus等资源辅助学习，为深入理解矩阵求导提供清晰路径。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>科研</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/terminal-dictionary</guid>
    <title>terminal dictionary</title>
    <link>https://corner430-ai-blog.vercel.app/blog/terminal-dictionary</link>
    <description>本文介绍两款查词工具，含GitHub项目Wudao-dict及sdcv。sdcv可通过sudo apt-get install安装，词典存于~/.stardict/dic，支持-n（词名）、-p（音标）、-u（释义）等选项；并提供星际译王词库及简体中文词典下载链接，助用户灵活查词。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Linux</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/内网穿透</guid>
    <title>内网穿透</title>
    <link>https://corner430-ai-blog.vercel.app/blog/内网穿透</link>
    <description>本文介绍两种内网穿透方案：frp与Zerotier。frp详述服务端frps.ini、客户端frpc.ini配置示例、执行结果及Windows/Linux开机自启动方法；Zerotier涵盖安装、Moon部署（Docker镜像）、路由器配置等步骤，附具体操作命令，助力实现内网访问。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>内网穿透</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/bilibili-custom-double-speed</guid>
    <title>bilibili custom double speed</title>
    <link>https://corner430-ai-blog.vercel.app/blog/bilibili-custom-double-speed</link>
    <description>本文介绍在B站播放页调整视频播放速度的方法：按F12打开控制台，复制并修改指定代码（调整playbackRate值）后回车执行即可。后续需修改时，可通过控制台上下键快速查找此前输入的命令。</description>
    <pubDate>Sun, 24 Apr 2022 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Bilibili</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/神秘代码</guid>
    <title>神秘代码</title>
    <link>https://corner430-ai-blog.vercel.app/blog/神秘代码</link>
    <description>- 2018年8月13日 Wxxxhksdxrhhtzyqyqmhhilyyzm - 神秘代码 250528 778750 265486 309847 266719</description>
    <pubDate>Mon, 13 Aug 2018 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>其它</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/入党时间线</guid>
    <title>入党时间线</title>
    <link>https://corner430-ai-blog.vercel.app/blog/入党时间线</link>
    <description>本文记录了某人自2017年9月申请入党后的关键历程：2019年4月确定为积极分子，2020年4月成为发展对象，同年10月成为预备党员，最终于2022年10月5日转为正式党员，完整呈现了从申请到转正的入党时间线。</description>
    <pubDate>Mon, 25 Sep 2017 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>入党</category>
  </item>

    </channel>
  </rss>
