<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
  <title>新锐博客</title>
  <subtitle>记录学习与分享资源</subtitle>
  <link href="https://blog.xrbk.cn/atom.xml" rel="self" />
  <link href="https://blog.xrbk.cn" />
  <updated>2026-06-06T07:37:00.000Z</updated>
  <id>https://blog.xrbk.cn/</id>
  <author>
    <name>莫忘</name>
    <email>mowang@xrbk.cn</email>
  </author>
  <rights>© 2024-2026 莫忘. All rights reserved.</rights>
  <generator>Astro Blog</generator>
    <entry>
      <title>对于近几年的电视剧的无力吐槽</title>
      <link href="https://blog.xrbk.cn/post/81.html" />
      <id>https://blog.xrbk.cn/post/81.html</id>
      <published>2026-06-06T07:37:00.000Z</published>
      <updated>2026-06-06T07:37:00.000Z</updated>
      <summary type="html"><![CDATA[前言 最近无聊，开始想要找一些电视剧看看。结果翻了半天，发现很多剧光看简介就有点劝退，不是人设差不多，就是剧情一眼能猜到后面会怎么发展。 吐槽 这几年电视剧最让我无语的地方，就是烂尾太常见了。前面拍得还挺像那么回事，铺垫一堆伏笔，人物关系也弄得很复杂，结果快结局的时候突然开始加速。几集之内什么仇都报了，什么误会都解开了，坏人也莫名其妙下线，看完就感觉前面白期待了。 还有些剧喜欢强行 BE。不是说悲...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/e1cf5d2679565437.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="电视剧" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>关于网站被攻击的后续</title>
      <link href="https://blog.xrbk.cn/post/80.html" />
      <id>https://blog.xrbk.cn/post/80.html</id>
      <published>2026-06-03T17:12:00.000Z</published>
      <updated>2026-06-03T17:12:00.000Z</updated>
      <summary type="html"><![CDATA[前言 之前写过一篇服务器被D的文章，没有详细说关于网站被CC攻击的情况。 描述 自从5.20开始，公共CDN就遭受到了流量攻击。 每天的量也不算多，也就10-20G左右，但是攻击持续了半个月了一直没停。 为何说10-20G就算被攻击了呢？因为referer没有增多，说明使用者不多。然后正常的referer一天最多也就2G左右，而最近最高的却是网站提供的字体链接。 可以看到这三个链接是比较高的，尤其...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/e732ea5d313ca7b0.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用sessionStorage给音乐播放进度存储</title>
      <link href="https://blog.xrbk.cn/post/79.html" />
      <id>https://blog.xrbk.cn/post/79.html</id>
      <published>2026-06-01T09:37:00.000Z</published>
      <updated>2026-06-01T09:37:00.000Z</updated>
      <summary type="html"><![CDATA[前言  上次在弄solitude主题的CMD打字机效果时，用了 localStorage 来持久化存储打字进度。现在给新网站加音乐播放器模块时，也需要存播放进度——当前播到第几首、播到几分几秒、音量大小等。  但这次我没有用 localStorage，而是选了 sessionStorage。为什么？这篇文章就来对比一下两者的区别，以及在实际项目中的选择。  回顾 localStorag...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/0e40e1e81ecda56d.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程相关" scheme="https://blog.xrbk.cn/tags/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>修复了一些bug,网站基本上趋于稳定了</title>
      <link href="https://blog.xrbk.cn/post/78.html" />
      <id>https://blog.xrbk.cn/post/78.html</id>
      <published>2026-05-30T05:30:00.000Z</published>
      <updated>2026-05-30T05:30:00.000Z</updated>
      <summary type="html"><![CDATA[前言  自从用astro搭建网站以来,一直都在修复一些bug,今天基本都修复完成了。  日志  1. 修复了首页轮播图的样式，该样式导致桌面端和手机端样式不匹配导致手机端图片略扁。  2. 添加了图片说明，可以在文章图片下方到该图片的说明。  3. 修复音乐在跳转页面过程中出现停止的情况。  4. 修复各个页面分页输入页码的bug。  5. 修改所有第三方请求为客户端而...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/b10ad759817260a7.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>AI模型掺水？如何辨别真假？</title>
      <link href="https://blog.xrbk.cn/post/77.html" />
      <id>https://blog.xrbk.cn/post/77.html</id>
      <published>2026-05-25T10:30:00.000Z</published>
      <updated>2026-05-25T10:30:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近AI的崛起让很多人都弄了中转站，甚至有些直接就是公益站，不收一分钱。  但是，这些模型是否真的名副其实，那就不好说了。  闲聊  比如今天有人在群里推荐的一个公益站，这里就不发链接了。毕竟是公益站，免费的还要什么自行车。    由图可知,这就是惨水的模型，甚至都已经快要达到无法使用的地步了。  虽然这个网站无法百分百的判断，但是可以给我们一个参考，我觉得不怎...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/862c132eca8236be.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>感谢一九云给我防住了攻击</title>
      <link href="https://blog.xrbk.cn/post/76.html" />
      <id>https://blog.xrbk.cn/post/76.html</id>
      <published>2026-05-22T04:28:00.000Z</published>
      <updated>2026-05-22T04:28:00.000Z</updated>
      <summary type="html"><![CDATA[前言  我搞了一个字体加速、主题文件加速、节日图片加速的网站，也就是新锐公共CDN。  而其赞助商为一九云。虽然是无意识的赞助，但还是要感谢一九云的赞助。  事件  因为本身我自己的网站就是个小网站，所以用我加速网站的人不算多，所以平时的流量也不算大，都在几个G左右。  但是这两天突然增多，从之前的3/5G左右增加到了10/20G左右。而且通过日志看不到任何异常，每个IP的流量...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/3f3093cc48594c52.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="云服务器" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>对一些新手使用AI编程的建议</title>
      <link href="https://blog.xrbk.cn/post/75.html" />
      <id>https://blog.xrbk.cn/post/75.html</id>
      <published>2026-05-20T09:30:00.000Z</published>
      <updated>2026-05-20T09:30:00.000Z</updated>
      <summary type="html"><![CDATA[前言  随着AI的发展，越来越多的人开始使用AI编程。今天就带给大家一些编程上面的建议。  建议  1.首先最重要的就是每完成一个小功能，比如修复某个bug或者实现某个功能，都要重开新对话。  不然就像我昨天因为忘记重开新对话，导致了一个重构也就不到五十个对话，使用了100刀的额度(深刻表示肉痛)。  2.在使用AI编程的时候，提示词一定要详细，比如在我重构网站的时候表示的是文...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/d1e84907a4a945ab.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Edgeone标记过期和直接删除有何区别？</title>
      <link href="https://blog.xrbk.cn/post/74.html" />
      <id>https://blog.xrbk.cn/post/74.html</id>
      <published>2026-05-19T10:30:00.000Z</published>
      <updated>2026-05-19T10:30:00.000Z</updated>
      <summary type="html"><![CDATA[前言  今天在修改网站后，上传文件的时候。因为我是用脚本自动清理缓存的，所以Edgeone会自动将之前的文件标记过期。  而这就出现了一个问题，就是有些缓存并没有清除掉，如下图。      明明已经更换了网站，但是因为缓存并没有清理掉，所以导致了用户访问到的是旧的网站。   那标记过期和直接删除有什么区别？  区别  标记过期（invalidate）  工作原理...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/7abb65ce8d002b20.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="腾讯云" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>用Navigation Timing API给博客添加上加载时间</title>
      <link href="https://blog.xrbk.cn/post/73.html" />
      <id>https://blog.xrbk.cn/post/73.html</id>
      <published>2026-05-18T02:00:00.000Z</published>
      <updated>2026-05-18T02:00:00.000Z</updated>
      <summary type="html"><![CDATA[前言  这两天重构博客的时候，发现果核新主题的Aerocore主题好像有一个站点性能的组件，就想抄下来。于是就让ai做了以下事情，并且解释了每一步的作用。下面就分享给大家。  核心代码  整个测量只需要一行：    performance.getEntriesByType('navigation') 返回一个数组，里面只有一个元素——PerformanceNavigationT...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/31aa006a9fd66f26.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程学习" scheme="https://blog.xrbk.cn/tags/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用 Astro 自建博客，从零开始鏖战 14 小时</title>
      <link href="https://blog.xrbk.cn/post/72.html" />
      <id>https://blog.xrbk.cn/post/72.html</id>
      <published>2026-05-16T04:42:00.000Z</published>
      <updated>2026-05-16T04:42:00.000Z</updated>
      <summary type="html"><![CDATA[前言  之前一直使用 Hexo 的 solitude 主题，虽然颜值在线，但 Hexo 本身体积庞大、配置繁琐，每次构建都要等很久，再加上主题升级和插件兼容的问题，用起来越来越不顺手。于是萌生了换一个更轻量、更现代的技术栈来重建博客的想法。  刚好 Astro 这两年非常火，号称"为内容驱动网站而生"，构建速度快、支持 islands 架构、还能混合使用 React/Vue 组件。更重要的...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/2300412364b0f830.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>网站收录急剧下降,趁此机会迁移站点</title>
      <link href="https://blog.xrbk.cn/post/71.html" />
      <id>https://blog.xrbk.cn/post/71.html</id>
      <published>2026-05-14T11:33:00.000Z</published>
      <updated>2026-05-14T11:33:00.000Z</updated>
      <summary type="html"><![CDATA[前言  有不少老朋友知道我之前的博客网站是在www域名上，但是因为最近网站收录急剧下降，所以我想迁移站点到新的子域名blog上。  猜测  我觉得收录下降的原因可能和最近AI的崛起有关，虽然AI早就出现了，但是随着AI越来越成熟，很多人开始使用AI来生成内容，而不是自己写。  所以各个搜索引擎可能觉得需要筛选一下AI生成的内容，避免某些关键词被AI生成的内容填满了，所以近期网站收录...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/3d577df700b5d245.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="LSB" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>什么是LSB技术？又有什么用？</title>
      <link href="https://blog.xrbk.cn/post/70.html" />
      <id>https://blog.xrbk.cn/post/70.html</id>
      <published>2026-05-08T16:43:00.000Z</published>
      <updated>2026-05-08T16:43:00.000Z</updated>
      <summary type="html"><![CDATA[前言  你是否曾想过，如何在一张看似普通的图片中隐藏秘密信息？或者如何在不破坏图片外观的情况下，将版权信息嵌入到图像中？今天，我们就来聊聊这个神奇的技术——LSB。文章结尾附带上我的LSB工具。  什么是LSB？  LSB 全称为 Least Significant Bit，即最低有效位。它是一种经典且应用广泛的信息隐藏技术，属于数字隐写术（Steganography）的核心算法之一。...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/1995491d869e42ae.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="LSB" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Uptime-kuma美化</title>
      <link href="https://blog.xrbk.cn/post/69.html" />
      <id>https://blog.xrbk.cn/post/69.html</id>
      <published>2026-05-08T09:18:00.000Z</published>
      <updated>2026-05-08T09:18:00.000Z</updated>
      <summary type="html"><![CDATA[前言  uptime-kuma最近升级了一下，导致之前的美化丢失了，这次找到了六神的美化方案。  所以打算直接用他的美化方案。  效果图：    教程  直接将如下代码放到监控页面的自定义css中。   其中的字体改成了我自己的。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/19342b68eeb26952.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="美化" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>如何修改音乐标签？</title>
      <link href="https://blog.xrbk.cn/post/68.html" />
      <id>https://blog.xrbk.cn/post/68.html</id>
      <published>2026-05-06T16:51:00.000Z</published>
      <updated>2026-05-06T16:51:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近一直在看直播，然后喜欢的主播仙某某搞了一个唱歌比赛，公会内部的人唱着玩玩的。  但是有很多高质量的歌，我就想着上传到自己的云盘以便以后听，像网易云音乐和QQ音乐都可以存在网盘里。  但是上传以后会遇到歌曲名和歌手还有专辑错乱的问题。   工具推荐  我自己用的是 Mp3tag 这款软件，个人使用免费，功能很强大。它支持多种音频格式（MP3、FLAC、M4A、WAV...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/4e574437bc921e06.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="音乐" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>cn域名终于可以保护隐私了</title>
      <link href="https://blog.xrbk.cn/post/67.html" />
      <id>https://blog.xrbk.cn/post/67.html</id>
      <published>2026-04-28T12:43:00.000Z</published>
      <updated>2026-04-28T12:43:00.000Z</updated>
      <summary type="html"><![CDATA[前言  众所周知，com域名很多服务商在注册时候就会保护你的隐私让whois的信息隐藏起来，但是cn域名一直都是公开whois的。  消息  根据 CNNIC 最新政策通知，为了满足用户对隐私保护需求，同时维护 “.CN”，“.中国” 域名的隐私保护服务秩序，规范域名隐私保护服务行为，自 2026年4月10日​ 起，将免费提供​ “.CN”、“.中国” 域名的隐私保护服务。 开启域名...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/6f5b6dbdc0594de7.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>GPT生图简直太强了</title>
      <link href="https://blog.xrbk.cn/post/66.html" />
      <id>https://blog.xrbk.cn/post/66.html</id>
      <published>2026-04-23T18:23:00.000Z</published>
      <updated>2026-04-23T18:23:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近群里讨论关于GPT生图，人家发了几张图片，我看了一下有点符合我的审美。  所以自己打算搞一下看看。  GPT生图功能体验  GPT的生图功能基于GPT Image 2模型，用户只需通过自然语言描述想要的画面，AI就能在几秒内生成高质量的图像。与其他AI绘图工具相比，GPT生图最大的优势在于其对语义理解的精准度——你不需要学习复杂的提示词语法，像日常对话一样描述需求即可。...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/121a2c0463a79d3f.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>华为畅享90ProMax使用体验</title>
      <link href="https://blog.xrbk.cn/post/65.html" />
      <id>https://blog.xrbk.cn/post/65.html</id>
      <published>2026-04-19T11:59:00.000Z</published>
      <updated>2026-04-19T11:59:00.000Z</updated>
      <summary type="html"><![CDATA[前言  我这人不玩游戏，而且不舍得花很多钱去买旗舰手机，最近上一个手机坏了而且越来越卡了，毕竟用了六年了，所以打算换一个手机。  刚好看网上有关于华为畅享90ProMax是否插帧的短视频，所以就引起我的好奇心了，看了下参数，有8500毫安的大电池，所以我就想买一个。  网上买要十来天才能到，索性就去线下购买了。  手机配置  | 项目 | 规格参数 | | :--- | :-...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/6b6f4dd6db9a459a.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="手机" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>手把手教你如何不用U盘重装系统</title>
      <link href="https://blog.xrbk.cn/post/64.html" />
      <id>https://blog.xrbk.cn/post/64.html</id>
      <published>2026-04-08T11:55:00.000Z</published>
      <updated>2026-04-08T11:55:00.000Z</updated>
      <summary type="html"><![CDATA[前言  昨天有个朋友需要重装系统，让我给他介绍好用的系统，我介绍了以后后续出现了一些问题，所以我就想写一篇文章手把手教小白如何不用U盘重装系统。  步骤  1.下载一个Windows镜像，这里推荐果核大佬的又要重装系统，里面不仅有精简系统还有官方纯净系统供你选择。  安装方式就很重要了，我那朋友用的是PE启动盘，然后用的PE自带的安装软件WinNtsetup。这软件安装第三方系统不...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/3fa950fe22d320e3.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="Windows" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>OpenClaw是什么？又值不值得安装？</title>
      <link href="https://blog.xrbk.cn/post/63.html" />
      <id>https://blog.xrbk.cn/post/63.html</id>
      <published>2026-03-25T16:30:00.000Z</published>
      <updated>2026-03-25T16:30:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近OpenClaw爆火, 但是很多人都不知道什么是OpenClaw, 以及它到底值不值得安装。  什么是OpenClaw？  OpenClaw 是一款开源、本地优先、模型无关的 AI 智能体执行网关，能以自然语言指挥设备、自主完成真实操作，实现从 “对话建议” 到 “动手执行” 的全闭环。  优点  一、本地优先，隐私绝对可控  数据全本地：对话、任务、凭证默认存...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/51da22782bc1f0b7.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>推荐WordPress极简AeroCore主题</title>
      <link href="https://blog.xrbk.cn/post/62.html" />
      <id>https://blog.xrbk.cn/post/62.html</id>
      <published>2026-03-05T14:20:00.000Z</published>
      <updated>2026-03-05T14:20:00.000Z</updated>
      <summary type="html"><![CDATA[前言  很多人建站的首选就是WordPress，因为它的确对小白非常友好，但是呢又不想使用花里胡哨的主题，平时也就写个笔记之类的。  AeroCore 是 CoreNext 主题的全新升级版，首页和文章页均支持可视化拖拽自定义布局，让你的 WordPress 站点独一无二。  站点截图      性能优先  AeroCore 在架构层面就为性能做了充分考量：  按需...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/754668bafea33983.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="WordPress" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用浏览器的localStorage功能存储数据</title>
      <link href="https://blog.xrbk.cn/post/61.html" />
      <id>https://blog.xrbk.cn/post/61.html</id>
      <published>2026-02-25T12:10:00.000Z</published>
      <updated>2026-02-25T12:10:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近魔改了一下主题，将首页右侧卡片改成了CMD打字机的效果，但是网站啊又是pjax加载的，所以每次访问文章再返回首页进度就会重置。  所以就想要用浏览器的localStorage功能来存储进度。当然一切还是靠AI的帮助。  什么是localStorage  localStorage 是 Web Storage API 的一部分，提供了在浏览器中存储键值对数据的能力。与 se...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/15aa485707156455.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用View Transition api给模式切换添加过渡动画</title>
      <link href="https://blog.xrbk.cn/post/60.html" />
      <id>https://blog.xrbk.cn/post/60.html</id>
      <published>2026-02-11T11:32:00.000Z</published>
      <updated>2026-02-11T11:32:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近在访问网站的过程，有个网站是呢喃Ninc，发现它切换日夜模式就会有过渡动画。  所以就询问群里的人，果然有大佬给了我一个地址，https://vitepress.dev/zh/guide/extending-default-theme#on-appearance-toggle。  于是就配合AI给自己网站添加了过渡动画。  下面就是关于View Transition A...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/2d4422b4e1d3c23d.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>AI编程的一些简单思考</title>
      <link href="https://blog.xrbk.cn/post/59.html" />
      <id>https://blog.xrbk.cn/post/59.html</id>
      <published>2026-01-17T06:25:00.000Z</published>
      <updated>2026-01-17T06:25:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近AI编程颇受欢迎，我也用它干了不少事，所以想简单聊一下关于AI编程的利弊。  ps:本文纯属个人浅薄见解，如有不对的地方，可以留言指出。  碎语  AI可以快速生成代码片段、函数和完整模块，大幅减少重复性编程工作，缩短开发周期。但是，过度依赖AI可能导致开发者自身编码能力退化，失去独立思考和解决问题的能力。  AI工具能够识别代码中的潜在bug、性能问题和安全漏洞，...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/27486c60deba9096.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
      <category term="编程相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>腾讯SSL控制台部署证书的bug</title>
      <link href="https://blog.xrbk.cn/post/58.html" />
      <id>https://blog.xrbk.cn/post/58.html</id>
      <published>2026-01-05T14:50:00.000Z</published>
      <updated>2026-01-05T14:50:00.000Z</updated>
      <summary type="html"><![CDATA[前言  众所周知，因为edgeone国内版是有免费套餐的，所以我一直用的也是edgeone。  而且之前白嫖了clawcloud并且安装了allinssl来自签证书。  碎语  前几天就发现了这个bug，具体如下：  因为证书只剩下30天的时候会通知我需要更新证书，所以前几天就收到了邮件，内容为证书快要到期了。  我想着我已经用自动化流水线了，第二天就应该会把旧证书替换掉了...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/0a574d2d4286cdee.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>阿里云ESA国内版初体验</title>
      <link href="https://blog.xrbk.cn/post/57.html" />
      <id>https://blog.xrbk.cn/post/57.html</id>
      <published>2025-12-12T16:20:00.000Z</published>
      <updated>2025-12-12T16:20:00.000Z</updated>
      <summary type="html"><![CDATA[前言  就在前天，阿里云宣布了国内版免费ESA也开放使用了，并且开始公测了pages。  感受  ESA速度方面还是很快的，测试了下能跑10MB/s。  节点也有100个节点，很多了。  时间方面就需要一次次续费了，一次最多只能续费一年。比较麻烦  官方承诺  真·无限流量：真正的无限流量，无惧突发访问  安全内置：基础防护默认开启，无需额外配置  无隐藏条款：...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/21080a121e734563.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>umami紧急更新解决Nextjs/RSC中的严重漏洞</title>
      <link href="https://blog.xrbk.cn/post/56.html" />
      <id>https://blog.xrbk.cn/post/56.html</id>
      <published>2025-12-08T10:50:00.000Z</published>
      <updated>2025-12-08T10:50:00.000Z</updated>
      <summary type="html"><![CDATA[前言  就在前几天，Next.js和RSC中发现了严重的漏洞，该漏洞允许攻击者在Next.js和RSC中执行任意代码。  漏洞信息参考  ::link{title="Next.js React Server Components 远程代码执行漏洞（CVE-2025-66478）" url="https://avd.aliyun.com/detail?id=AVD-2025-66478"...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/5e5040cc6724d52c.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>EdgeonePages升级为正式版，对我们有哪些影响？</title>
      <link href="https://blog.xrbk.cn/post/55.html" />
      <id>https://blog.xrbk.cn/post/55.html</id>
      <published>2025-12-04T18:20:00.000Z</published>
      <updated>2025-12-04T18:20:00.000Z</updated>
      <summary type="html"><![CDATA[前言  昨天晚上，腾讯edgeone微信群里，官方人员告知我们edgeone pages从公测变成了正式版。  于是我就找官方人员提交了账号ID开启了正式版。  官方公告  ::link{title="Edgeone pages正式版" url="https://mp.weixin.qq.com/s/w6UtrUx-gpAFVSgC8x8HOA?scene=1&click_id=1...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/6581391cf4f29452.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>还在为流量发愁吗？快来领取一张流量卡吧！</title>
      <link href="https://blog.xrbk.cn/post/54.html" />
      <id>https://blog.xrbk.cn/post/54.html</id>
      <published>2025-12-01T09:50:22.000Z</published>
      <updated>2025-12-01T09:50:22.000Z</updated>
      <summary type="html"><![CDATA[前言  之前一直在使用大王卡，虽然部分应用免流，但是对于我来说每个月还是要花50-60的流量费用，也是一笔不小的开销。  所以就打算更换套餐将主卡弄成保号套餐，副卡则为流量卡。  于是就找到了这个网站，可以免费领取流量卡。  领取地址  ::link{title="流量卡" url="https://hk.mengxintongxin.cn/index?k=VFJvSm9XWD...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/751d24282e61ef21.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>解决Edgeone pages跨域问题</title>
      <link href="https://blog.xrbk.cn/post/53.html" />
      <id>https://blog.xrbk.cn/post/53.html</id>
      <published>2025-11-29T06:37:00.000Z</published>
      <updated>2025-11-29T06:37:00.000Z</updated>
      <summary type="html"><![CDATA[前言  之前根据六神的教程弄了一个友链检测，因为是备案域名所以可以白嫖edgeone pages国内节点，所以就部署在了edgeone pages上。  最近访问发现友情链接检测的数据无法调取，显示cors跨域，之前是没有的。估计是最近加上了。  教程  1.首先找到你的项目，在项目生成的目录下，比如public目录下增加一个edgeone.json的文件。  2.将如下代码加...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/0fdc57811ee735a9.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>解决umami升级V3后无法查看统计数据的问题</title>
      <link href="https://blog.xrbk.cn/post/52.html" />
      <id>https://blog.xrbk.cn/post/52.html</id>
      <published>2025-11-26T16:29:00.000Z</published>
      <updated>2025-11-26T16:29:00.000Z</updated>
      <summary type="html"><![CDATA[前言  之前就有文章说V3有了，所以升级了V3，而pg数据库版本没有改变还是12，所以导致了一个问题，就是无法在统计页面查看更多数据。如下图    所以今天就来解决这个问题。  教程  1.首先找到宝塔面板的docker容器，点击查看日志。    用AI分析，核心问题是SQL 语句中的name字段在分组 / 排序时引发语法冲突，具体原因是：PostgreSQL 中nam...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/52ed56ae48f5fa33.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="umami" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>从零开始搭建一个hexo博客</title>
      <link href="https://blog.xrbk.cn/post/51.html" />
      <id>https://blog.xrbk.cn/post/51.html</id>
      <published>2025-11-25T12:46:00.000Z</published>
      <updated>2025-11-25T12:46:00.000Z</updated>
      <summary type="html"><![CDATA[前言  网上已经有不少相关的教程了，本来是不想写的，但是有同学留言，于是就打算写一篇，刚好也水一下。  教程  1.首先下载nodejs  ::link{title="nodejs" url="https://nodejs.cn/download/" desc="根据操作系统下载对应的nodejs"}  2.基本都是Windows系统吧，本教程基于Windows系统来写的。 ...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/718a7bea7965411d.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>docker部署it-tools小工具</title>
      <link href="https://blog.xrbk.cn/post/50.html" />
      <id>https://blog.xrbk.cn/post/50.html</id>
      <published>2025-11-23T14:26:00.000Z</published>
      <updated>2025-11-23T14:26:00.000Z</updated>
      <summary type="html"><![CDATA[前言  在我们日常工作和学习中，需要用到各种各样的小工具，而一个个找就非常的麻烦，所以就有了这个项目，把常用的工具都集成到一个项目中，方便使用。  简介  IT-TOOLS 是为开发人员度身打造的一套便捷在线工具。它整合了80 +款高频工具，覆盖Token生成器、密钥对生成器、时间戳转换、Base64文件转换、JSON转换XML、OTP验证生成、SQL美化和格式化还有二维码生成等技术人...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/795b39d12d74ed34.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Win10去除快捷方式小箭头</title>
      <link href="https://blog.xrbk.cn/post/49.html" />
      <id>https://blog.xrbk.cn/post/49.html</id>
      <published>2025-11-20T06:53:00.000Z</published>
      <updated>2025-11-20T06:53:00.000Z</updated>
      <summary type="html"><![CDATA[前言  因为之前的系统占用C盘太大了，于是就重装了一下系统。  但是安装软件后发现桌面图标的右下角都有小箭头，于是就想着去掉。  虽然有软件，但是怕有病毒，就找了一下，发现有一个bat的指令。  教程  1.右键桌面新建文本文档。  2.将如下代码粘贴到文本文档里    3.点击左上角文件中的另存为，保存为删除快捷方式小箭头.bat文件。  4.右键以管理员身份...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/6ff12eaa6b9e83ad.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="Windows" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>腾讯旗下代码托管平台cnb.cool</title>
      <link href="https://blog.xrbk.cn/post/48.html" />
      <id>https://blog.xrbk.cn/post/48.html</id>
      <published>2025-11-17T14:35:00.000Z</published>
      <updated>2025-11-17T14:35:00.000Z</updated>
      <summary type="html"><![CDATA[前言  因为我是江苏电信，所以github访问巨困难，只能使用科学上网，但是那样比较麻烦。  所以就打算找个平替，终于让我找到了腾讯旗下的cnb.cool  简介  cnb.cool（Cloud Native Build）是一个针对中文开发者的代码托管平台，类似于GitHub和Gitee。它基于Docker生态系统，支持环境一致性、分支即环境、秒级克隆和构建加速等技术，旨在简化开发...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/1c9b3020962dc08b.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>hi168平台白嫖云服务器和1T存储</title>
      <link href="https://blog.xrbk.cn/post/47.html" />
      <id>https://blog.xrbk.cn/post/47.html</id>
      <published>2025-11-14T16:05:00.000Z</published>
      <updated>2025-11-14T16:05:00.000Z</updated>
      <summary type="html"><![CDATA[前言  之前广然笔记推荐了hi168平台。  现在就白嫖一个云服务器和1T存储玩玩。  教程  1.首先点击以下卡片访问hi168平台。  ::link{title="hi168" url="https://www.hi168.com" desc="开箱即用的云计算平台"}  2.右上角点击登录然后注册账号登录即可。  3.进行实名认证之后就可以使用平台了，但是例如云服...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/b4944a9fa19da0c0.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="免费白嫖" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Free Font：可商用免费字体下载</title>
      <link href="https://blog.xrbk.cn/post/46.html" />
      <id>https://blog.xrbk.cn/post/46.html</id>
      <published>2025-11-12T16:50:00.000Z</published>
      <updated>2025-11-12T16:50:00.000Z</updated>
      <summary type="html"><![CDATA[前言  我们在搭建网站的过程中需要用到字体，而系统默认的字体可能不太好看，所以就需要我们自己设置字体。  简介  Free Font是一个在线可商用免费字体下载网站，“Free Font”汇集了927款可用于商业项目的免费字体，涵盖黑体、楷体、宋体、艺术体、手绘体等多种中文样式，以及多款开源英文字体。所有字体均可直接下载，便于设计师快速获取所需资源。  网站地址  ::link...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/6698748dd063a7be.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>umami升级3.0.0以及后续需要做的事</title>
      <link href="https://blog.xrbk.cn/post/45.html" />
      <id>https://blog.xrbk.cn/post/45.html</id>
      <published>2025-11-08T07:35:00.000Z</published>
      <updated>2025-11-08T07:35:00.000Z</updated>
      <summary type="html"><![CDATA[前言  今天群里他们讨论了一下说是umamiV3.0.0已经可以开始升级了，如果使用mysql的话需要数据迁移到postgresql，因为不支持mysql了。  以下是我整理的一些自己操作的记录。  教程  1.之前通过我的教程使用docker-compose.yml部署的，可以直接按照我如下教程进行升级。  ::link{title="docker部署umami访问统计" u...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/63d26a381a074302.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="umami" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Docker部署自建音乐接口meting</title>
      <link href="https://blog.xrbk.cn/post/44.html" />
      <id>https://blog.xrbk.cn/post/44.html</id>
      <published>2025-11-05T17:18:00.000Z</published>
      <updated>2025-11-05T17:18:00.000Z</updated>
      <summary type="html"><![CDATA[前言  我在搭建静态网站的过程中，就看到主题调用了meting的接口，接着就好奇是怎么搭建的，查询了相关资料，找到了部署方法，于是就记录下来，方便万一以后需要搭建的时候找不到教程了。  简介  Meting API 是一个多功能的音乐播放服务接口，它能够帮助开发者轻松集成多种音乐平台的播放功能到自己的应用中  教程  命令部署  我们可以在带有docker的云服务器的终端输...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/03bfd8b140146261.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>白嫖clawcloud自动续签SSL证书</title>
      <link href="https://blog.xrbk.cn/post/43.html" />
      <id>https://blog.xrbk.cn/post/43.html</id>
      <published>2025-11-03T05:23:00.000Z</published>
      <updated>2025-11-03T05:23:00.000Z</updated>
      <summary type="html"><![CDATA[前言  之前有篇文章就教大家如何docker部署allinssl自动续签SSL证书。  但这样的前提还是需要服务器，今天就教大家如何白嫖clawcloud自动续签SSL证书。  教程  准备工作：一个注册超过180天的github账号。  1.打开并访问clawcloud官网。  2.点击右上角的Get started。  3.使用github账号登录。  4.左键...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/3b9b3677698203f7.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="白嫖教程" scheme="https://blog.xrbk.cn/tags/" />
      <category term="SSL证书" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题底部添加服务状态</title>
      <link href="https://blog.xrbk.cn/post/42.html" />
      <id>https://blog.xrbk.cn/post/42.html</id>
      <published>2025-10-29T18:24:00.000Z</published>
      <updated>2025-10-29T18:24:00.000Z</updated>
      <summary type="html"><![CDATA[前言  之前访问张洪HEO博客网站的时候发现底部有个服务状态显示，于是就想自己搞一个。  教程  本教程基于solitude主题，如果使用其他主题，请自行修改。  1.将如下代码替换themes\solitude\layout\includes\footer.pug文件中的代码：    2.在source\js\custom.js文件中添加如下代码：    3.修改...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/ad041c9a6b97fd08.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>解决WIN10右键此电脑无法打开管理、右键开始菜单无反应</title>
      <link href="https://blog.xrbk.cn/post/41.html" />
      <id>https://blog.xrbk.cn/post/41.html</id>
      <published>2025-10-28T05:22:00.000Z</published>
      <updated>2025-10-28T05:22:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近重装了一个win10系统，但是不知道我搞了些什么，右键此电脑无法打开管理以及右键开始菜单无反应，于是就去搜索了一下，发现了这个解决方法。  教程  右键此电脑无法打开管理  1.按住键盘的WIN+R键，然后在弹出的运行窗口中输入regedit，然后回车。  2.在注册表中输入以下路径：    3.右键此文件夹，找到权限，点击高级，所有者旁边有个更改，点击它。...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/d1d54b1dbb4c8729.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="Windows" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题几行代码解决日夜模式切换问题</title>
      <link href="https://blog.xrbk.cn/post/40.html" />
      <id>https://blog.xrbk.cn/post/40.html</id>
      <published>2025-10-26T10:45:00.000Z</published>
      <updated>2025-10-26T10:45:00.000Z</updated>
      <summary type="html"><![CDATA[前言  之前群里就有小伙伴说了一个不大不小的问题，就是在切换成深色模式后刷新页面，右键菜单还是会显示深色模式，按照逻辑应该显示浅色模式。  今天刚好有空，于是就研究一下这个BUG，并且解决一下。  教程  1.首先找到themes\solitude\source\js\right_menu.js文件  2.在最底部添加如下代码。    3.保存后一键三连即可。  至...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/ea1e7b733e18ee4c.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>宝塔使用七牛云备份网站</title>
      <link href="https://blog.xrbk.cn/post/39.html" />
      <id>https://blog.xrbk.cn/post/39.html</id>
      <published>2025-10-25T08:23:00.000Z</published>
      <updated>2025-10-25T08:23:00.000Z</updated>
      <summary type="html"><![CDATA[前言  前两天有人找我，问题是网站打开显示错误，提示tpcache函数未被定义，而这个程序我没有见过，所以不知道如何下手。  但是我记得我之前给他设置过定时备份，而他告诉我，网站昨天还是好的，那就好办了，于是我就帮他恢复到了昨天的备份。  此事告诉我们备份是何等的重要，所以就教大家如何使用宝塔插件备份网站。  教程  1.打开宝塔，找到软件商店，搜索并找到一个名为七牛云存储的免...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/21078132e7a998a8.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Docker部署allinssl实现证书自动化</title>
      <link href="https://blog.xrbk.cn/post/38.html" />
      <id>https://blog.xrbk.cn/post/38.html</id>
      <published>2025-10-23T04:50:00.000Z</published>
      <updated>2025-10-23T04:50:00.000Z</updated>
      <summary type="html"><![CDATA[前言  SSL证书从之前的365天有效期改为现在的90天有效期，让我们更换证书的频率变得更高了。  而且使用了cdn之后，证书还需要部署到多个平台，例如宝塔、腾讯云、阿里云等，每次都需要手动去更换，很麻烦。  于是就想着找一个自动化的工具，自动化部署证书。  教程  1.打开宝塔面板，找到docker里的应用商店，再找到实用工具分类，第一个就是allinssl，我们点击安装。...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/7102f1cfd4ca4a8d.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Docker部署astrbot+napcat实现QQ机器人</title>
      <link href="https://blog.xrbk.cn/post/37.html" />
      <id>https://blog.xrbk.cn/post/37.html</id>
      <published>2025-10-20T05:14:00.000Z</published>
      <updated>2025-10-20T05:14:00.000Z</updated>
      <summary type="html"><![CDATA[前言  在其他群里看到有人用yunzai搭建了一个QQ机器人，给羡慕坏了，刚好之前一九云赞助了一个2h2g的服务器，搭建了几个服务占用不是很高，于是就想着自己也搭建一个。  但是yunzai太繁琐了，对于我这个小白来说还是比较困难的，于是就选择了一个简单的astrbot。  教程  因为需要安装napcat，所以就不用宝塔应用商店自带的astrbot了，需要自己安装。  而选择...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/bd2de1d4277a7d6c.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>什么是源站防护？关闭后有哪些影响？</title>
      <link href="https://blog.xrbk.cn/post/36.html" />
      <id>https://blog.xrbk.cn/post/36.html</id>
      <published>2025-10-18T06:33:00.000Z</published>
      <updated>2025-10-18T06:33:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近收到腾讯云的短信通知，提示将在2025年11月14日停止免费版EdgeOne（EO）的源站防护服务。  这个调整的起因是可能有用户将腾讯云的回源IP段提交到云黑IP库，导致部分服务器回源出现问题。  什么是源站防护？  源站防护是一种安全机制，通过防火墙规则设置IP地址白名单，只允许特定的IP地址访问源站服务器。这样可以有效防止外部IP的恶意攻击和非法访问。  简单...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/2e4ad7ce1f7ee062.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用HD Tune Pro查看硬盘健康度</title>
      <link href="https://blog.xrbk.cn/post/35.html" />
      <id>https://blog.xrbk.cn/post/35.html</id>
      <published>2025-10-14T16:33:00.000Z</published>
      <updated>2025-10-14T16:33:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近刷抖音的时候刷到一个视频，就是测试硬盘的健康度，于是我就想自己也测试一下。  介绍  硬盘检测工具(HD Tune Pro)是一款小巧易用的硬盘工具软件，其主要功能有硬盘传输速率检测，健康状态检测，温度检测及磁盘表面扫描存取时间、CPU占用率。另外，还能检测出硬盘的固件版本、序列号、容量、缓存大小以及当前的Ultra DMA模式等。虽然这些功能其它软件也有，但难能可贵的是此...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/13ebd85a47ba2eea.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="电脑软件" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>腾讯Edgeone开启IPV6,让网站支持V6访问</title>
      <link href="https://blog.xrbk.cn/post/34.html" />
      <id>https://blog.xrbk.cn/post/34.html</id>
      <published>2025-10-10T17:44:00.000Z</published>
      <updated>2025-10-10T17:44:00.000Z</updated>
      <summary type="html"><![CDATA[前言  因为本人的网络环境，ipv6访问不太好，所以网站就一直没有开通ipv6，现在电脑把ipv6关了，所以决定开启ipv6，支持双栈访问。  教程  1.首先登录腾讯云的Edgeone控制台。  2.找到需要更改的域名。  3.找到左侧的站点加速，开启IPV6访问。  4.点击域名服务里的服务管理，再点击编辑，开启IPV6。  5.等待部署完成即可。  测速]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/654a7b85ec6afe0d.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>48元十年纯数字xyz域名替代免费二级域名</title>
      <link href="https://blog.xrbk.cn/post/33.html" />
      <id>https://blog.xrbk.cn/post/33.html</id>
      <published>2025-10-08T04:19:00.000Z</published>
      <updated>2025-10-08T04:19:00.000Z</updated>
      <summary type="html"><![CDATA[前言  现在域名最便宜的就是仅需六块钱一年的xyz，但需要新用户，所以很多人搭建网站就用免费的二级域名。  今天教大家如何仅用48元购买十年纯至少六位数字xyz的域名。  教程  1.首先就需要访问宇宙飞船官网  2.输入需要的域名,比如522992.xyz，然后我们就能看到价格是0.67美金一年。  3.点击加入购物车，不要选择附加品，然后结账就行，这时候就会提示需要登录...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/af7a52de8d52dbcd.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
      <category term="域名" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>腾讯云Edgeone使用小感</title>
      <link href="https://blog.xrbk.cn/post/32.html" />
      <id>https://blog.xrbk.cn/post/32.html</id>
      <published>2025-10-05T16:19:00.000Z</published>
      <updated>2025-10-05T16:19:00.000Z</updated>
      <summary type="html"><![CDATA[前言  前段时间火毅盾赞助了我一个腾讯云Edgeone的兑换码，虽然后续自己也获得了兑换码，但还是要感谢赞助。  已经使用了一段时间了就讲一下最近一段时间的使用感受。  感受  速度  速度方面,Edgeone的边缘节点还是蛮多的，itdog测速出来有五十几个，足够一般的小网站了。  至于资源加载方面，据传限制在512KB/S单文件单线程,所以一般图片或者视频较大的网站就不...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/7bb9f08f879434f6.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>重启Nginx解决了一个小BUG</title>
      <link href="https://blog.xrbk.cn/post/31.html" />
      <id>https://blog.xrbk.cn/post/31.html</id>
      <published>2025-10-02T12:14:00.000Z</published>
      <updated>2025-10-02T12:14:00.000Z</updated>
      <summary type="html"><![CDATA[前言  今天有个群友找到我，说网站访问不了了，让我给看看  过程  首先我就用todesk连接上了他的电脑，然后登录上宝塔发现宝塔访问正常。  然后就是查看占用发现CPU和内存的占用都不高，而且负载均衡也不算高，硬盘的使用也不高，毕竟是WordPress程序。  我就想到之前遇到的问题，nginx和mysql停止运行导致网站无法访问。  结果nginx和mysql运行正常，...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/c19c4f239aaf1538.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>docker部署openlist云盘</title>
      <link href="https://blog.xrbk.cn/post/30.html" />
      <id>https://blog.xrbk.cn/post/30.html</id>
      <published>2025-09-30T15:00:00.000Z</published>
      <updated>2025-09-30T15:00:00.000Z</updated>
      <summary type="html"><![CDATA[前言  因为alist项目被其他公司收购，还爆出了采集用户设备信息的问题，虽然后面好像删除了相关代码，但是还是让人不放心，所以就有了其他开发者以此为基础搞的openlist云盘。  教程  1.宝塔应用商店  只需要在宝塔的docker的应用商店找到openlist，安装即可  密码在日志里可以看到，账号为admin  2.docker-compose    3.d...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/bf81d55a542f239e.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题更新twikoo前端版本</title>
      <link href="https://blog.xrbk.cn/post/29.html" />
      <id>https://blog.xrbk.cn/post/29.html</id>
      <published>2025-09-27T02:14:00.000Z</published>
      <updated>2025-09-27T02:14:00.000Z</updated>
      <summary type="html"><![CDATA[前言  每次看到评论区的管理员设置里都有版本更新提示，作为强迫症的我，有些许的难受，所以就打算更新一下。  步骤  有两个方式，首先就是调用的外部资源，第二种就是资源本地化以后的引用。  调用外部资源  这样就非常简单，我们只需要修改themes/solitude/plugins.yml文件中的twikoo版本号，从1.6.41修改为1.6.44。  资源本地化  首先...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/1fa6ea50bcea3842.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Nginx以及Edgeone解决CORS跨域和防盗链</title>
      <link href="https://blog.xrbk.cn/post/28.html" />
      <id>https://blog.xrbk.cn/post/28.html</id>
      <published>2025-09-26T09:24:00.000Z</published>
      <updated>2025-09-26T09:24:00.000Z</updated>
      <summary type="html"><![CDATA[前言  不少细心的朋友应该都发现了，我在调用外部资源的时候，都将外部资源放到js.xrbk.cn这个子域名下,这样不仅可以避免因内容较大而出现构建时间增加的问题，而且还能添加防盗链等措施防止他人调用。  教程  首先就是Nginx解决跨域问题，相信不少人已经看到过其他不少文章，但还是要重复一下，那就是将如下代码添加到nginx配置文件中：    添加完以后，重启一下nginx服...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/1c1b446dbeb1affc.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用阿里企业邮箱隐藏源站真实IP</title>
      <link href="https://blog.xrbk.cn/post/27.html" />
      <id>https://blog.xrbk.cn/post/27.html</id>
      <published>2025-09-22T12:00:00.000Z</published>
      <updated>2025-09-22T12:00:00.000Z</updated>
      <summary type="html"><![CDATA[前言  我们在搭建网站的过程中，需要用到邮箱发信服务,无论是WordPress还是现在使用的hexo都需要邮箱发信服务。  但是QQ邮箱以及其他部分邮箱在发信时会将发信者的源站IP地址泄露，这样会导致服务器变得不安全。  所以今天教大家如何使用阿里企业邮箱隐藏源站真实IP。首先我会告诉大家哪里会泄露源站IP。  原因  在我们去别人网站评论时候，一般别人回复了，都会收到邮件。...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/53c765b7b0c50ec1.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>资源本地化的重要性</title>
      <link href="https://blog.xrbk.cn/post/26.html" />
      <id>https://blog.xrbk.cn/post/26.html</id>
      <published>2025-09-20T14:47:00.000Z</published>
      <updated>2025-09-20T14:47:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近不少网站在访问的时候会发现很多样式和排版都出现了问题,大部分是因为最近字节公共CDN因为某些原因下架的原因。  不仅是字节公共CDN,其他CDN也是这样,比如七牛云CDN,很多年前已经不再维护了。  闲聊  搭建静态博客的朋友应该都知道，不少作者都喜欢引用第三方的CDN来提供静态资源，比如Bootstrap、jQuery、FontAwesome等等。  引用CDN的...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/16a31ca349e283f5.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>ubuntu系统挂载磁盘</title>
      <link href="https://blog.xrbk.cn/post/25.html" />
      <id>https://blog.xrbk.cn/post/25.html</id>
      <published>2025-09-15T12:24:00.000Z</published>
      <updated>2025-09-15T12:24:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近成都110.40..的ip段被运营商回收了,具体的原因相信不少人已经听说过了,这里就不过多介绍了。  而我认识的一个朋友就买了一个服务商的机器就使用了这个ip段导致连接不上去,幸好是按月购买的,还有几天就到期了,所以就无所谓了。  让我帮忙更换到另一台服务器上,做一个迁移。然后我就发现他的新服务器有两个盘,一个盘50G,一个盘60G,因为他的网站比较大,如果备份三次的话50...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/a1e89c62c751e5fc.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="linux" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Docker搭建轻量级服务器监控komari</title>
      <link href="https://blog.xrbk.cn/post/24.html" />
      <id>https://blog.xrbk.cn/post/24.html</id>
      <published>2025-09-11T05:15:00.000Z</published>
      <updated>2025-09-11T05:15:00.000Z</updated>
      <summary type="html"><![CDATA[前言  当有多台服务器的时候,想要实时知道服务器的状态,就需要搭建一个服务器监控系统了,哪吒虽然很好,但是太臃肿了,而komari就比较轻量化了。  教程  我们可以通过docker来搭建komari  只需要在服务器的终端输入以下命令即可    然后再使用命令查看登录的账号密码    接着反代一下25774端口就行了  番外  我们还可以安装主题来美化一下...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/49844ab2b528aea9.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="Docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>2025年了为何我还会选择搭建博客？</title>
      <link href="https://blog.xrbk.cn/post/23.html" />
      <id>https://blog.xrbk.cn/post/23.html</id>
      <published>2025-09-08T07:50:00.000Z</published>
      <updated>2025-09-08T07:50:00.000Z</updated>
      <summary type="html"><![CDATA[前言  2025年了,由于小程序、短视频、AI的普及,导致现在人们获取信息的途径已经变得多样化。  但是为何我仍然会选择搭建博客呢？(此篇文章仅为水文,仅记录自己搭建博客的初衷)  浅聊  首先是出于兴趣爱好，在朋友的介绍下了解到自己也可以搭建网站，于是购买了一台香港云服务器，搭建了WordPress博客，并发布了不少文章。  但由于没有备案，加上不明原因导致江苏地区将我的网站...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/cf962e5c37d38614.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Github Action自动部署hexo网站</title>
      <link href="https://blog.xrbk.cn/post/22.html" />
      <id>https://blog.xrbk.cn/post/22.html</id>
      <published>2025-09-07T12:34:00.000Z</published>
      <updated>2025-09-07T12:34:00.000Z</updated>
      <summary type="html"><![CDATA[前言  最近把自己的hexo网站上传到了github上,然后就兴趣上来想构建一下看看,于是就用AI写了一个脚本,可以把构建的文件生成到别的分支上。  只需要将脚本放到.github/workflows/目录下的文件下即可,文件名可以自己随便取,然后将代码放进去    经测试是正常的,我也看不懂Github的脚本,有懂的大佬可以自行更改,并留言。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/ecd104549cac7ca9.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用Rokploy一键部署项目</title>
      <link href="https://blog.xrbk.cn/post/21.html" />
      <id>https://blog.xrbk.cn/post/21.html</id>
      <published>2025-09-05T15:54:00.000Z</published>
      <updated>2025-09-05T15:54:00.000Z</updated>
      <summary type="html"><![CDATA[前言  我们平时购买服务器后都会第一时间安装如宝塔面板,1panel面板等第三方面板来进行项目的部署。  但是对于小白来说,搭建项目的时候环境部署就很麻烦,而且并不是所有项目都可以使用docker部署的。  今天就介绍一个项目一键部署工具,可以连接github,gitlab,gitea等来获取项目源码,并且自动部署。  教程  首先就是重装服务器的系统,这里我使用的是ubunt...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/b7ce9303d676bc28.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Docker更换国内镜像源</title>
      <link href="https://blog.xrbk.cn/post/20.html" />
      <id>https://blog.xrbk.cn/post/20.html</id>
      <published>2025-09-01T11:06:00.000Z</published>
      <updated>2025-09-01T11:06:00.000Z</updated>
      <summary type="html"><![CDATA[前言  因为使用了国内服务器，所以有些时候感觉拉取docker镜像有点慢。这次索性就更换一下国内的镜像源。  国内镜像源  以下是一些稳定可用的国内Docker镜像站,有效截止时间：2025年9月1日19:05:44：  1Panel镜像站（限中国地区）   毫秒镜像   Unsee镜像站   Lispy镜像站   XiaoGenBan1993镜像站  ...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/24720cda4465c43d.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用codebuddy和VUE3重构公共CDN网站</title>
      <link href="https://blog.xrbk.cn/post/19.html" />
      <id>https://blog.xrbk.cn/post/19.html</id>
      <published>2025-08-26T14:06:00.000Z</published>
      <updated>2025-08-26T14:06:00.000Z</updated>
      <summary type="html"><![CDATA[前言  之前就用vuepress搭建了一个公益网站,但是因为使用的是vuepress,所以很多东西都是固定的,于是就下定决心重构一下。  碎语  最近cursor的免费额度没了,所以就换了腾讯的Codebuddy,虽然国际版的额度只有1000,但是也足够我重构这个项目了。  果然重构完整个代码,也就使用了555的额度,还有400多额度够我嚯嚯的,当然这个额度也有时间限制,就是一个月...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/8289b5c4fa35b7be.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="vue3" scheme="https://blog.xrbk.cn/tags/" />
      <category term="公益项目" scheme="https://blog.xrbk.cn/tags/" />
      <category term="AI编程" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题外部调用本地化</title>
      <link href="https://blog.xrbk.cn/post/18.html" />
      <id>https://blog.xrbk.cn/post/18.html</id>
      <published>2025-08-22T09:36:00.000Z</published>
      <updated>2025-08-22T09:36:00.000Z</updated>
      <summary type="html"><![CDATA[前言  solitude主题的配置项可以自定义外部调用的地址,但是一直用别人的加速,就怕有一天出现问题导致还需要重新替换  所以打算弄成本地话,本教程基于在 Solitude 上优雅的使用 CDN 加速静态资源文件修改  教程  本教程适用的版本为v3.0.20,若有不同,请自行修改脚本代码  首先就是在根目录创建一个名为plugins.js的文件,然后将如下代码放进去,其中的...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/c8e9f38b9b1efe52.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>关于加入腾讯云自媒体分享计划</title>
      <link href="https://blog.xrbk.cn/post/17.html" />
      <id>https://blog.xrbk.cn/post/17.html</id>
      <published>2025-08-20T07:20:00.000Z</published>
      <updated>2025-08-20T07:20:00.000Z</updated>
      <summary type="html"><![CDATA[前言  之前使用WordPress的时候就申请加入过此计划,但因为某些原因导致站点不得不改版,所有文章也就舍弃了。  当时给我拒绝的理由是因为技术文章质量不符合投稿要求,这就很纳闷了,那要求是什么呢？也不得而知。  这次从WordPress改版到hexo后,就想着再提交一次看看,所以就有了这篇文章,如果有需要的各位,也可以申请试试看。  我的博客即将同步至腾讯云开发者社区，邀请大家...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/5843103f0913da57.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="腾讯云" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>docker部署umami访问统计</title>
      <link href="https://blog.xrbk.cn/post/16.html" />
      <id>https://blog.xrbk.cn/post/16.html</id>
      <published>2025-08-19T05:38:00.000Z</published>
      <updated>2025-08-19T05:38:00.000Z</updated>
      <summary type="html"><![CDATA[前言  之前教大家如何使用umami制作数据挂件,今天教大家如何部署umami,这一点至关重要  教程  相信不少的人部署的时候是用的命令部署或者宝塔应用商店的一键部署,但是那样就会导致迁移数据的时候很麻烦。  所以今天教大家如何使用docker-compose部署  首先在网站目录下创建一个docker-compose.yml文件,并且将如下代码放到其中    然后用...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/2b39db9b715a6196.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>免费的SSH连接工具XTerminal</title>
      <link href="https://blog.xrbk.cn/post/15.html" />
      <id>https://blog.xrbk.cn/post/15.html</id>
      <published>2025-08-15T15:48:00.000Z</published>
      <updated>2025-08-15T15:48:00.000Z</updated>
      <summary type="html"><![CDATA[前言  SSH连接工具有很多种，XTerminal就是其中之一  简介  ‌Xterminal‌是一款功能强大的SSH客户端，适用于多种操作系统，包括Windows、macOS和Linux。它提供了丰富的功能，如本地控制台、多级分组、命令补全、AI智能提示等，旨在帮助用户更高效地进行代码开发和系统管理‌。  截图    软件官网  下载地址以及官网：https://ww...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/f35c16ff3fb3910c.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="电脑软件" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>利用Github Actions检测友链状态</title>
      <link href="https://blog.xrbk.cn/post/14.html" />
      <id>https://blog.xrbk.cn/post/14.html</id>
      <published>2025-08-14T18:07:00.000Z</published>
      <updated>2025-08-14T18:07:00.000Z</updated>
      <summary type="html"><![CDATA[前言  之前就写了用cloudflare检测友链的状态,但是cloudflare最近访问有点困难,就想到用github Action来解决这一事情  效果    教程  首先就是添加links.js文件,并且添加如下代码    此代码的作用就是生成以小伙伴分类为基础的友链json文件,你可以根据实际情况进行修改  然后就是到github中fork我的项目links-...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/2f7adc6a2786f8ac.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题添加来访者卡片</title>
      <link href="https://blog.xrbk.cn/post/13.html" />
      <id>https://blog.xrbk.cn/post/13.html</id>
      <published>2025-08-12T08:24:35.000Z</published>
      <updated>2025-08-12T08:24:35.000Z</updated>
      <summary type="html"><![CDATA[前言  最近在访问各个博客的时候,发现不少博客的侧边栏都添加了来访者卡片,于是基于青桔气球以及梦爱吃鱼  搞了一个适配solitude主题的安知鱼样式的来访者卡片  效果    教程  首先就是去百度地图拾取坐标系统或者高德地图获取经纬度  在source文件夹内的js文件夹中创建一个card-welcome.js文件,将以下内容复制到中并修改文件顶部配置信息  ...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/e01de48cfc1f4edf.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题无需构建更新打赏名单</title>
      <link href="https://blog.xrbk.cn/post/12.html" />
      <id>https://blog.xrbk.cn/post/12.html</id>
      <published>2025-08-08T21:06:00.000Z</published>
      <updated>2025-08-08T21:06:00.000Z</updated>
      <summary type="html"><![CDATA[前言  在solitude主题有新的扩展,就是关于页面,而关于页面有打赏名单。  但是每次都需要重新构建,这就很麻烦,所以不如让它读取文件从而直接显示。  教程    首先就是在themes\solitude\layout\includes\widgets\page\about\award-dynamic.pug文件里修改代码,将如下代码放到其中    最后就是去clo...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/6cefc014c14d346b.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>解决粗光标导致右侧字符被替换</title>
      <link href="https://blog.xrbk.cn/post/11.html" />
      <id>https://blog.xrbk.cn/post/11.html</id>
      <published>2025-08-08T08:36:33.000Z</published>
      <updated>2025-08-08T08:36:33.000Z</updated>
      <summary type="html"><![CDATA[前言  平时在更改配置项或者写文章的时候,需要改动代码或文字的时候,会遇到当显示粗光标的时候输入字符就会导致右侧的字符被替换掉  教程  其实方法很简单,那是因为粗光标代表的是改写（Overtype）模式,我们只需要改为插入模式就行了。  那怎么办呢？ 其实只需要按键盘上的Insert或Ins键就可以了。  这个功能在大多数文本编辑器和 IDE 中是通用的，Insert 键用于...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/900a3da93a75df76.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程学习" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>网站使用umami api制作数据挂件</title>
      <link href="https://blog.xrbk.cn/post/10.html" />
      <id>https://blog.xrbk.cn/post/10.html</id>
      <published>2025-08-08T08:16:33.000Z</published>
      <updated>2025-08-08T08:16:33.000Z</updated>
      <summary type="html"><![CDATA[前言  因为51统计最近一直出现问题，并且有传言称51统计的js文件会出现劫持跳转的问题，于是就想更换统计方式，Umami因此成为我的主要选择。  51统计好的地方在于能够显示出统计挂件，但是有大佬用umami的api也制作出了数据挂件。  参考  张洪HEO：https://blog.zhheo.com/p/61e9.html  木木木木木：https://immmmm.co...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/2458e2b8d3a5deac.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="umami" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>利用cloudflare works检测友链状态</title>
      <link href="https://blog.xrbk.cn/post/9.html" />
      <id>https://blog.xrbk.cn/post/9.html</id>
      <published>2025-08-08T04:16:33.000Z</published>
      <updated>2025-08-08T04:16:33.000Z</updated>
      <summary type="html"><![CDATA[前言  之前写过用自己的服务器检测友情链接状态，但是都是自己服务器访问的，有时候就会出现访问错误的情况  今天教大家如何使用 cloudflare works 来部署检测  效果    教程  注册并登录cloudflare  托管一个域名到 cloudflare (网上一搜就有大把教程)  新建一个 KV 空间，命名为links-status，一定要命名这个，否则...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/d108bf0b7220e5ad.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="cloudflare" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>白嫖ClaudeCodeapi额度[已失效]</title>
      <link href="https://blog.xrbk.cn/post/8.html" />
      <id>https://blog.xrbk.cn/post/8.html</id>
      <published>2025-08-07T06:13:26.000Z</published>
      <updated>2025-08-07T06:13:26.000Z</updated>
      <summary type="html"><![CDATA[前言  今天有个群友给我发了个链接  碎语  进去以后发现是一个可以对接Claude code的API  虽然不是Claude Code官方的api，但是能用就行  注册也非常的简单，只需要github登录就行  通过下方的链接直接就可以获得100的额度，无需实名，只需要鼠标点两下就可以了  免费的要什么自行车，先搞上万一以后用得上呢  注册地址  <a hre...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/8ab07aa225fd8ed1.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程学习" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>新锐公共CDN加速计划</title>
      <link href="https://blog.xrbk.cn/post/7.html" />
      <id>https://blog.xrbk.cn/post/7.html</id>
      <published>2025-08-07T02:00:22.000Z</published>
      <updated>2025-08-07T02:00:22.000Z</updated>
      <summary type="html"><![CDATA[前言  新锐博客创建于2023年，在更新的过程中用到了不少优秀的项目和资源，所以为了回馈和我一样的站长，本站联合火毅盾开启公共CDN加速计划  本项目纯属公益行为，不收取任何费用，如果您有能力可以在文章底部找到打赏按钮进行打赏。  再次感谢火毅盾对本项目的大力支持，网站需要套用CDN的朋友可以进行购买，性价比很高！！！  说明  1. 本项目提供资源来源于网络，如有侵权请联系站...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/198bc42df1ef7aae.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="公益项目" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题侧边栏添加监控卡片</title>
      <link href="https://blog.xrbk.cn/post/6.html" />
      <id>https://blog.xrbk.cn/post/6.html</id>
      <published>2025-08-06T06:17:37.000Z</published>
      <updated>2025-08-06T06:17:37.000Z</updated>
      <summary type="html"><![CDATA[前言  因为使用了uptimerobot监控了网站,所以之前写了个工具在工具箱里,但是每次想要知道最近网站运行状态都需要访问工具箱,就很麻烦  刚好在WordPress建站的时候就看到了张洪HEO的网站底部有个uptimekuma的运行状态显示  于是自己就想搞一个,切记,这不是基于uptimekuma的,而是基于uptimerobot的  效果    教程  首先,我...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/6027161ba9a1a47d.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题添加今日热榜</title>
      <link href="https://blog.xrbk.cn/post/5.html" />
      <id>https://blog.xrbk.cn/post/5.html</id>
      <published>2025-08-06T02:09:02.000Z</published>
      <updated>2025-08-06T02:09:02.000Z</updated>
      <summary type="html"><![CDATA[前言  之前在WordPress上面使用了今日热榜,据说可以有助于SEO,于是就想着在solitude主题上也添加这个页面  效果    教程  在网站的source文件夹中新建一个hot文件夹,并在其中新建一个index.md文件,将如下代码放到里面    我在里面屏蔽了一些平台,这些平台要么不常见,要么更新缓慢。  最后就是到需要的地方添加页面地址了,比如我就是...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/79b247cf8e0f5c46.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题底部添加一排宠物</title>
      <link href="https://blog.xrbk.cn/post/4.html" />
      <id>https://blog.xrbk.cn/post/4.html</id>
      <published>2025-08-05T06:32:45.000Z</published>
      <updated>2025-08-05T06:32:45.000Z</updated>
      <summary type="html"><![CDATA[前言  教大家在solitude主题的页脚添加一排宠物,本教程来源于青桔气球。  效果    教程  找到主题themes/solitude/layout/includes/footer.pug添加如下代码    Pug需要缩进正确,如下是附近的代码,你们可以复制粘贴进行替换    然后就是CSS了,我们可以将CSS放到自定义的CSS文件中,比如custom.c...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/df97414209a054b4.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题更换自定义字体</title>
      <link href="https://blog.xrbk.cn/post/3.html" />
      <id>https://blog.xrbk.cn/post/3.html</id>
      <published>2025-08-05T06:26:41.000Z</published>
      <updated>2025-08-05T06:26:41.000Z</updated>
      <summary type="html"><![CDATA[前言  更换了solitude主题后,很多事情变得有些困难了,就比如更换字体,以前只需要打开后台设置,有些WordPress主题还自带字体设置功能  教程  首先我们要在网站根目录下的source文件夹中创建一个CSS文件夹,再在此文件夹中创建一个custom.css的文件  然后将如下代码放到其中    最终就完成了网站字体的部署,一键三连后就可以看到应用成功了。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/01bf93eb62bc29f0.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题对接twikoo评论</title>
      <link href="https://blog.xrbk.cn/post/2.html" />
      <id>https://blog.xrbk.cn/post/2.html</id>
      <published>2025-08-05T02:05:32.000Z</published>
      <updated>2025-08-05T02:05:32.000Z</updated>
      <summary type="html"><![CDATA[前言  昨天更换了hexo,发现并没有评论系统,需要自己手动对接  教程  首先访问twikoo官网安装,如果不怕访问速度可以使用vercel等一键部署,推荐使用私有部署docker  官方代码    修改代码    添加了一行 TWIKOO_IP_HEADERS: '["headers.x-forwarded-for"]' 是为了能够获取访问者的真实ip而不是响应...]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/01873571042a4464.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="twikoo" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>告别过去,重新启航</title>
      <link href="https://blog.xrbk.cn/post/1.html" />
      <id>https://blog.xrbk.cn/post/1.html</id>
      <published>2025-08-04T14:05:38.000Z</published>
      <updated>2025-08-04T14:05:38.000Z</updated>
      <summary type="html"><![CDATA[前言 最近因为一些事情,导致之前的网站不能继续运营下去了,虽然影响不大,但是为了避免麻烦,还是决定抛弃WordPress 重新使用hexo开始建站,而且solitude主题的布局以及风格都让我非常喜欢 计划 继续更新博客,继续给大家带来有用的知识以及资源 结语 WordPress结束于2025年8月1日,hexo开始于2025年8月2日 以后未来的路继续加油！]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/864f3c56d8374bc9.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="通知公告" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
</feed>