<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>柴宏俊web技术学习笔记</title>
<link>https://chaihongjun.me/</link>
<description>记录chaihongjun学习web技术的个人博客，涉及的技术内容包括前端的javascript,vue,css,html后端的php和mysql数据库，以及一些linux服务器的运维知识</description>
<language>zh-CN</language>
<pubDate>Tue, 14 Jul 2026 09:28:33 +0800</pubDate>
<item>
<title>ThinkPHP 项目文件完整性监控：用 Shell 脚本对抗黑帽 SEO 注入</title>
<link>https://chaihongjun.me/backend/57.html</link>
<description>公司官网遭黑帽 SEO 注入，&amp;lt;code&amp;gt;index.php&amp;lt;/code&amp;gt; 被植入远控代码，爬虫被喂假页面、真实用户被重定向。清理之后需要一套防再次被黑的机制，于是有了这个用 &amp;lt;code&amp;gt;find + md5sum + diff&amp;lt;/code&amp;gt; 三行命令构建的文件完整性监控方案——70 行 Shell 脚本 + cron + SSH 登录告警，零依赖、不侵入代码，每天自动检测文件是否被篡改。</description>
<category>backend</category>
<pubDate>Tue, 14 Jul 2026 09:28:33 +0800</pubDate>
</item>
<item>
<title>适合iFlow CLI使用的AI大模型协作工作准则</title>
<link>https://chaihongjun.me/others/56.html</link>
<description>适合iFlow CLI使用的AGENTS.md和相关文档提示词，AI大模型协作工作准则。</description>
<category>others</category>
<pubDate>Sat, 21 Feb 2026 22:11:32 +0800</pubDate>
</item>
<item>
<title>Gitee Webhook自动部署系统</title>
<link>https://chaihongjun.me/backend/55.html</link>
<description>这是一个基于 Gitee Webhook 的自动部署系统，能够实现代码提交后自动部署到服务器。通过配置 Webhook，当代码推送到 Gitee 仓库时，系统会自动将代码部署到指定的服务器目录。</description>
<category>backend</category>
<pubDate>Mon, 20 Oct 2025 08:44:16 +0800</pubDate>
</item>
<item>
<title>API接口CORS检测工具</title>
<link>https://chaihongjun.me/frontend/54.html</link>
<description>网上冲浪的时候经常在寻找可用的免费API，借助这个API可用进行一些开发练习。但是判断API是否可以跨域使用，需要手动查看比较费神，于是结合AI编写了对应的检测脚本和检测页面。</description>
<category>frontend</category>
<pubDate>Thu, 11 Sep 2025 16:48:51 +0800</pubDate>
</item>
<item>
<title>docsify构建文档站点401页面</title>
<link>https://chaihongjun.me/others/53.html</link>
<description>之前发布过文章《docsify简单配置应用》，使用docsify创建一个在线的文档网站，一般构建的网站是完全工公开的，但是也有可能这个文档站的内容需要授权才可访问。因此，优化这个站点构建功能，当未授权的时候禁止阅读。</description>
<category>others</category>
<pubDate>Wed, 27 Aug 2025 15:04:57 +0800</pubDate>
</item>
</channel>
</rss>