上一页 1 ··· 191 192 193 194 195 196 197 198 199 ··· 567 下一页
摘要: 转载;https://www.cnblogs.com/phpstudy2015-6/p/6767032.html#_labelTop 1、简介 跨站脚本(cross site script)为了避免与样式css混淆,所以简称为XSS。 XSS是一种经... 阅读全文
posted @ 2019-01-09 17:22 码农编程进阶笔记 阅读(120) 评论(0) 推荐(0)
摘要: 转载;https://www.cnblogs.com/phpstudy2015-6/p/6767032.html#_labelTop 1、简介 跨站脚本(cross site script)为了避免与样式css混淆,所以简称为XSS。 XSS是一种经常出现在web应用中的计算机安全漏洞,也是web中 阅读全文
posted @ 2019-01-09 17:22 码农编程进阶笔记 阅读(302) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/hyddd/ 一.CSRF是什么? CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session r... 阅读全文
posted @ 2019-01-09 14:49 码农编程进阶笔记 阅读(224) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/hyddd/ 一.CSRF是什么? CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。 二.CSRF可以做 阅读全文
posted @ 2019-01-09 14:49 码农编程进阶笔记 阅读(176) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/rendd/p/6183094.html 一、如果没有使用代理服务器, REMOTE_ADDR = 客户端IP HTTP_X_FORWARDED_FOR = 没数值或不显示 ... 阅读全文
posted @ 2019-01-09 13:09 码农编程进阶笔记 阅读(61) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/rendd/p/6183094.html 一、如果没有使用代理服务器, REMOTE_ADDR = 客户端IP HTTP_X_FORWARDED_FOR = 没数值或不显示 $ip = $_SERVER['REMOTE_ADDR']; 二、使用透明代理 阅读全文
posted @ 2019-01-09 13:09 码农编程进阶笔记 阅读(792) 评论(0) 推荐(0)
摘要: https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html 阅读全文
posted @ 2019-01-09 12:55 码农编程进阶笔记 阅读(22) 评论(0) 推荐(0)
摘要: https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html 阅读全文
posted @ 2019-01-09 12:55 码农编程进阶笔记 阅读(298) 评论(0) 推荐(0)
摘要: function download_images($article_url = '', $image_path = 'tmp'){ // 获取文章类容 $content = file_get_contents($article_url);... 阅读全文
posted @ 2019-01-09 11:20 码农编程进阶笔记 阅读(39) 评论(0) 推荐(0)
摘要: function download_images($article_url = '', $image_path = 'tmp'){ // 获取文章类容 $content = file_get_contents($article_url); // 利用正则表达式得到图片链接 $reg_tag = '//'; $ret = preg_match_all($... 阅读全文
posted @ 2019-01-09 11:20 码农编程进阶笔记 阅读(686) 评论(0) 推荐(0)
上一页 1 ··· 191 192 193 194 195 196 197 198 199 ··· 567 下一页
返回顶部 有事您Q我