上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 64 下一页
摘要: function escape($string) { global $_POST; $search = array ( '/</i', '/>/i', '/\">/i', '/\bunion\b/i', '/load_file(\s*(\/\*.*\*\/)?\s*)+\(/i', '/into(\ 阅读全文
posted @ 2019-12-14 12:29 圆柱模板 阅读(331) 评论(0) 推荐(0)
摘要: 今天在调试Ngnix1.15.11+php5.4网站时候,因为网站数据和并发过大,出现502 Bad Gateway问题,所以记下笔记。 只需要修改php-fpm.conf的request_terminate_timeout值就可以解决超时页面显示502的问题。 首页找到:php.ini文件,加入: 阅读全文
posted @ 2019-12-13 10:45 圆柱模板 阅读(646) 评论(0) 推荐(0)
摘要: 关于destoon6.0下的ngnix伪静态配置 ##rewrite nginx rewrite '(.*)\.(asp|aspx|asa|asax|dll|jsp|cgi|fcgi|pl)(.*)' /404.php last; rewrite '(.*)/(admin|cache|editor| 阅读全文
posted @ 2019-11-11 13:04 圆柱模板 阅读(302) 评论(0) 推荐(0)
摘要: Mozilla/5.0 (iPod; CPU iPhone OS 6_0_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A523 Safari/8536.25 Mozilla/5.0 (iPod; CPU iPhone OS 6_0_1 like Mac OS X) AppleWeb... 阅读全文
posted @ 2019-10-31 14:01 圆柱模板 阅读(921) 评论(0) 推荐(0)
摘要: 自己经常用的一些爬虫用的user-agent头部 阅读全文
posted @ 2019-10-30 22:29 圆柱模板 阅读(506) 评论(0) 推荐(0)
摘要: python连接oracle数据库的方法,具体如下 1.首先安装cx_Oracle包2.解压instantclient-basic-windows.x64-11.2.0.4.0.zip到c:\oracle3.拷贝instantclient_11_2下所有.dll文件到c:\python34\Lib\ 阅读全文
posted @ 2019-10-23 08:58 圆柱模板 阅读(639) 评论(0) 推荐(0)
摘要: 首先通过 查看mysql字符集情 默认编码为 latin1 然后关闭数据库 在mysql安装目录下找到my.ini文件 在其中添加 在[mysqld]下添加 重启mysql 就能将mysql数据库默认编码改为utf-8 网上很多资源都是在[mysqld]下添加 如果这样改会导致5.7版本mysql无 阅读全文
posted @ 2019-10-23 08:50 圆柱模板 阅读(610) 评论(0) 推荐(0)
摘要: 1.定制jedis 对redis返回的错误的处理,做两处修改: 忽略 (error) ERR Client sent AUTH, but no password is set。使配置了密码的jedis可以在没有配置密码redis上使用; 发生(error) NOAUTH Authentication 阅读全文
posted @ 2019-10-23 08:48 圆柱模板 阅读(445) 评论(0) 推荐(0)
摘要: 昨天晚上帮一个朋友给我说他绑定模块二级域名出现 File not found,所以今天分享关于解决办法。 模块启用二级域名后,首页打开正常,但是点内容页和列表页出现File not found. 解决方法,单独给读模块设置伪静态规则即可,规则如下: 阅读全文
posted @ 2019-10-23 08:43 圆柱模板 阅读(477) 评论(0) 推荐(0)
摘要: 在阿里云漏洞提示查看发现destoon有关于mobile/guestbook.php $do->add($post); SQL注入修改 漏洞名称:Destoon SQL注入 补丁文件:/mobile/guestbook.php 漏洞描述:Destoon的/mobile/guestbook.php中$ 阅读全文
posted @ 2019-10-23 08:39 圆柱模板 阅读(547) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 64 下一页