摘要: 微信商户平台cert证书,key 文件 不能随便下载,以前下载过的微信支付cert证书一定要保存好,特别是API对接业务比较多的伙伴。 因为微信商户平台一下载新的cert证书,旧的cert证书旧会失效。也就是你以前配置过的支付API都要重新配置一遍。这个是个大坑,不懂的人可以打腾讯客服95017,确 阅读全文
posted @ 2021-10-29 11:10 来自地狱的天使 阅读(667) 评论(0) 推荐(0)
摘要: <!-- 视频代码 --> <link rel="stylesheet" href="https://g.alicdn.com/de/prismplayer/2.8.1/skins/default/aliplayer-min.css" /> <script charset="utf-8" type= 阅读全文
posted @ 2019-11-09 17:00 来自地狱的天使 阅读(707) 评论(1) 推荐(1)
摘要: function AddFav() { //加入收藏 var ua = navigator.userAgent.toLowerCase(); var sURL = document.URL; var sTitle = document.title; if (ua.indexOf("msie 8") 阅读全文
posted @ 2019-11-09 16:54 来自地狱的天使 阅读(264) 评论(1) 推荐(1)
摘要: https://www.kancloud.cn/wangcwei/dqlkfxt/997587 阅读全文
posted @ 2019-11-09 16:33 来自地狱的天使 阅读(699) 评论(1) 推荐(1)
摘要: Nginx禁用ip 用IPtables 规则 iptables -A INPUT -s 59.59.34.104 -j DROP #查看规则 iptables -t filter --list # 保存iptables规则 service iptables save # 重启iptables服务 s 阅读全文
posted @ 2019-11-09 16:31 来自地狱的天使 阅读(473) 评论(1) 推荐(1)
摘要: \phpStudy\Apache\conf\httpd.conf 第470行 Include conf/extra/httpd-vhosts.conf(去掉前面的#) \phpStudy\Apache\conf\extra\httpd-vhosts.conf 这个文件里面去配置域名 C:\Windo 阅读全文
posted @ 2019-11-09 16:28 来自地狱的天使 阅读(143) 评论(1) 推荐(1)