一键禁用Windows Update和Defender等

功能很多,提供很多基础设置,很方便。 Windows11轻松设置V1.10Be... 服务器常用配置选项 1、系统设置-关闭Windows 更新 2、高级设置-数据执行保护禁用 3、Defender-一键禁用 如果以上禁用Windows Update功能无效的话,可以下载下面这个软件。 Windows Update Block...
刚子 发布于 

PHP where id in 排序 按in的顺序排

select * from talbe where id in(3,2,4,1) 出来的结果是: 1 2 3 4 我怎样可以输出是 3 2 4 1呢? 解决方法是 select * from talbe where id in(3,2,4,1) ORDER BY FIND_IN_SET( id, '3,2,4,1')
刚子 发布于 
刚子 发布于 

系统C盘清理工具 Dism64

https://www.jb51.net/softs/376505.html
刚子 发布于 

windows搭建代理服务器软件 CCProxy v8.0

需要在设置里点击 高级-网络-取消禁止局域网外部用户访问。 2020版 ccproxy.rar 2016版 https://www.jb51.net/softs/2199.html
刚子 发布于 

公众号模板消息发送API接口 PHP

我们可以通过以下代码来获取Access Token: function getAccessToken($appId, $appSecret) { $apiUrl = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=" . $appId . ...
刚子 发布于 

死链检测软件

个人认为AM-DeadLink比xenu好用。 PS:AM-DeadLink安装好可以设置语言为中文。
刚子 发布于 

PHP获取远程文件大小

<?php $url = "https://www.x.com/a.jpg"; // 替换为你要获取大小的远程文件URL $headers = get_headers($url, 1); if (isset($headers['Content-Length'])) { $fileSize = $headers['Content-Le...
刚子 发布于 

IDM 6.41 绿色便携版

http://www.qiuquan.cc/download/idm.html?33857_html
刚子 发布于 

IDM(Internet Download Manager)批量下载 自定义文件名方法

鼎鼎大名的IDM居然不支持自定义文件名的功能,但是从网上找到一位好友写的辅助工具可以实现批量下载自定义文件名的效果。 首先打开辅助工具,把文件名和下载地址配置进去,然后点击推入,这时候IDM软件就新增好下载任务了。 具体格式为: 1.jpg,http://www.xx.com/dfasdf.jpg 一行一个,还有其他语法,具体看原文:https://www....
刚子 发布于