摘要: <!-- 视频代码 --> <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 来自地狱的天使 阅读(710) 评论(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 来自地狱的天使 阅读(281) 评论(1) 推荐(1)
摘要: https://www.kancloud.cn/wangcwei/dqlkfxt/997587 阅读全文
posted @ 2019-11-09 16:33 来自地狱的天使 阅读(704) 评论(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 来自地狱的天使 阅读(480) 评论(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 来自地狱的天使 阅读(148) 评论(1) 推荐(1)