摘要:
一、命令 ps aux|grep xxx|xargs kill -9 批量杀死名称为xxx的进程 阅读全文
摘要:
1、页码代码 2、app.json配置 阅读全文
摘要:
一、效果图 二、代码 require_once '../../../common.inc.php'; require_once './wechat.class.php'; //微信接口封装 $options = include_once "./config.php"; //app、secret等配置 阅读全文
摘要:
一、效果图 二、代码 如果要传递多参数,可以将参数拼接后用以上方法。 阅读全文
摘要:
一、性能与底层 php7 最显著的变化就是性能的极大提升,PHP7速度是 PHP5.6 的两倍,PHP7在语言上也有一些变化,比如添加返回类型声明、增加了一些新的保留关键字等。在安全方面,去除了PHP安全模式,添加魔术引号等。 二、新特性 1、类型声明 现在php的标量有两种模式: 强制 (默认) 阅读全文
摘要:
一、效果图 二、代码 取bkn function getGTK(str){ var hash = 5381; for(var i = 0, len = str.length; i < len; ++i) { hash += (hash << 5) + str.charAt(i).charCodeAt 阅读全文
摘要:
支持各种格式视频播放 一、效果图 二、下载地址 待续。。。 阅读全文
摘要:
更新 2020-12-26 界面更新 一、效果图 二、下载地址 待续。。。 阅读全文
摘要:
我这里是接微擎自定义接口回复 一、效果图 二、代码 /** * Created by PhpStorm. * User: Mr.Yang * QQ: 2575404985 */ require_once '../../../common.inc.php'; //连数据库 include_once ' 阅读全文