摘要: 某些 Windows 更新(如 KB5005039 或 KB5005565)会默认保留 3300-3340 端口范围 给系统服务(如 RPC、WSDAPI、Hyper-V 等),即使端口未被实际占用,系统也会拒绝 MySQL 绑定。 检查保留端口范围: netsh int ipv4 show exc 阅读全文
posted @ 2025-05-16 09:53 norie 阅读(197) 评论(0) 推荐(0)
摘要: PHP-Beast 加密项目完整流程笔记 (适用于 指定目录加密,非全项目加密) 📌 一、准备工作 1. 安装 php-beast # 1. 下载源码 git clone https://github.com/liexusong/php-beast.git /root/php-beast-mast 阅读全文
posted @ 2025-05-16 09:35 norie 阅读(336) 评论(0) 推荐(0)