phpshell http://www.jb51.net/article/19618.htm PHP作为一种服务器端的脚本语言,象编写简单,或者是复杂的动态网页这样...
editplus使用正则
^(0|1|2|3|4)(\d*) ^[01234](\d*)
apache日志轮询方法
转:http://oldboy.blog.51cto.com/2561410/584513 apache日志轮询技术(cronolog and rotatelogs...
使用Describe命令判断字段是否存在
1、查看表的结构 show columns from tablename desc tablename 2、查看表字段是否存在 desc tablename fie...
MYSQL的DATE_FORMAT()格式化日期
转:http://www.wdphp.com/Mysql/show_612.html DATE_FORMA T(date, format) 根据格式串format ...
MySQL数据库中鲜为人知的技巧
转:http://www.wdphp.com/Mysql/show_659.html MySQL易学易用,且附带丰富的技术文档,这二个因素使之被广泛应用。然而,随着...
mysql创建空表的两种方法
转:http://www.wdphp.com/Mysql/show_567.html 在MySQL中有两种方法 1、create table t_name sele...
php利用curl伪造session
curl -x 172.93.36.118:8088 "http://www.test.com/1.php" wget -e "http_proxy=172.93....
curl伪造remote_addr
python http://cuiqingcai.com/1052.html http://blog.csdn.net/winterto1990/art...