小新新2015

导航

 
上一页 1 2 3 4 5 6 ··· 10 下一页

2016年5月3日

摘要: 阅读全文
posted @ 2016-05-03 21:32 小新新2015 阅读(139) 评论(0) 推荐(0) 编辑
 

2016年4月27日

摘要: 结合一条命令:0 */4 * * * curl http://xxxx.abc.com/admin.php?s=/Crontab/exec_114study_urltags 阅读全文
posted @ 2016-04-27 17:50 小新新2015 阅读(189) 评论(0) 推荐(0) 编辑
 

2016年3月30日

摘要: # -*- coding: utf-8 -*- import urllib2 import cookielib url="http://www.baidu.com" print '第一种方 法' response1=urllib2.urlopen(url) print response1.getcode() print len(response1.read()) print '第二种方法' r... 阅读全文
posted @ 2016-03-30 15:29 小新新2015 阅读(137) 评论(0) 推荐(0) 编辑
 

2016年3月23日

摘要: function http_request($url, $data = null, $header = null, $method = 'GET') { //如果是Get传参,拼接字符串 if ($method == 'GET') { if (isset($data) && count($data) > 0) { ... 阅读全文
posted @ 2016-03-23 15:32 小新新2015 阅读(3084) 评论(0) 推荐(0) 编辑
 

2016年3月14日

摘要:   js代码:   PHP代码:   阅读全文
posted @ 2016-03-14 09:14 小新新2015 阅读(588) 评论(0) 推荐(0) 编辑
 

2016年3月9日

摘要: ps aux | grep nginx 查找 主进程 号 kill 9666 /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf 阅读全文
posted @ 2016-03-09 17:58 小新新2015 阅读(130) 评论(0) 推荐(0) 编辑
 

2016年3月7日

摘要: du -h --max-depth=1 阅读全文
posted @ 2016-03-07 17:29 小新新2015 阅读(162) 评论(0) 推荐(0) 编辑
 

2016年3月6日

摘要: SELECT id,boshidianshu,boshidianshu_shuzi,CONVERT(REPLACE(boshidianshu, '个', ''),SIGNED) aaa from lgk_yuanxiaoku where boshidianshu <> '暂无信息'; 阅读全文
posted @ 2016-03-06 22:22 小新新2015 阅读(193) 评论(0) 推荐(0) 编辑
 

2016年2月15日

摘要: mysqldump -uxxxx -pxxxx -hrds2383jse53pi6ipwmf.mysql.rds.aliyuncs.com legaokao > /root/legaokaodump.sqlmysql -uroot -p123456 --default-character-set=u 阅读全文
posted @ 2016-02-15 13:26 小新新2015 阅读(453) 评论(0) 推荐(0) 编辑
 

2016年1月13日

摘要: UPDATE yborder_ordernotes SET recoder400= @FileAddress, havefile400 = 1 WHERE id = @OrderIDMaticsoft.DBUtility.SqlHelper.ExecuteNonQuery(ConStr, Comma... 阅读全文
posted @ 2016-01-13 17:44 小新新2015 阅读(209) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 ··· 10 下一页