摘要:
修改配置文件 redis.conf ; notify-keyspace-events "" 改成 notify-keyspace-events "Ex" 注意点: 1.Linux 正常配置 2.在 windows 下配置,`notify-keyspace-events ""` 默认没有前面的注释,可 阅读全文
摘要:
LAMP源码安装 https://www.cnblogs.com/xiao-chuan-/p/14124370.html 码云 https://gitee.com/my-blogs/centos/tree/master/v8/ 安装环境 centos8-64位 保证虚拟机内存4G及以上,内核数量为2 阅读全文
摘要:
声明 本分享纯属为了技术分享,禁止商用!!!禁止商用!!!禁止商用!!! 未经本人允许,如有发现,违者必究!!! 调用 // apk 只能通过数组传递 $urls=[ 'http://www.pipikun.com/url.php?url=aHR0cHM6Ly9hcGt0eGRsLnZpdm8uY2 阅读全文
摘要:
声明 本分享纯属为了技术分享,禁止商用!!!禁止商用!!!禁止商用!!! 未经本人允许,如有发现,违者必究!!! 调用 // js $url='http://xxx.cn/'; $re=curl_js($url); $re=json_decode($re,true); if ($re==null | 阅读全文
摘要:
声明 本分享纯属为了技术分享,禁止商用!!!禁止商用!!!禁止商用!!! 未经本人允许,如有发现,违者必究!!! 调用 // css $url='http://xxx.cn/'; $re=curl_css($url); $re=json_decode($re,true); if ($re==null 阅读全文