crac

导航

上一页 1 ··· 3 4 5 6 7 8 9 下一页

2016年10月3日 #

数据库mark

摘要: LOAD DATA INFILE 'I:\QQpwd\\1.txt' IGNORE INTO TABLE sgk.top1 FIELDS TERMINATED BY '----' OPTIONALLY ENCLOSED BY '' ESCAPED BY '\\' # LINES TERMINATED BY '----' #IGNORE n... 阅读全文

posted @ 2016-10-03 19:42 crac 阅读(155) 评论(0) 推荐(0) 编辑

2016年10月2日 #

信息采集

该文被密码保护。 阅读全文

posted @ 2016-10-02 16:51 crac 阅读(1) 评论(0) 推荐(0) 编辑

2016年9月20日 #

youtube下载

摘要: http://jingyan.baidu.com/article/39810a23d2deb2b637fda66c.html http://en.savefrom.net/ 阅读全文

posted @ 2016-09-20 22:07 crac 阅读(207) 评论(0) 推荐(0) 编辑

2016年9月16日 #

linux ISO/IMG make

摘要: sudo dd if=/PATH/*.ISO of=/dev/sdb 1.制作启动U盘需要sdb,不能sdb1,否则会提示isolinux.bin文件丢失 2.TF卡,设置sdb1?忘了 /* sync*/ mark: https://wiki.archlinux.org/index.php/USB 阅读全文

posted @ 2016-09-16 02:49 crac 阅读(238) 评论(0) 推荐(0) 编辑

2016年9月7日 #

normal.1

摘要: 11 文件读取: eg. 192.168.1.1 100 192.168.3.200 255 阅读全文

posted @ 2016-09-07 22:58 crac 阅读(188) 评论(0) 推荐(0) 编辑

2016年8月25日 #

pre标签避免一行过长打破格局

摘要: pre{ white-space:pre-wrap; word-wrap:break-word; word-break:break-all } 阅读全文

posted @ 2016-08-25 20:08 crac 阅读(318) 评论(0) 推荐(0) 编辑

2016年8月18日 #

zabbix(sql注入判断脚本)

摘要: zabbix(sql注入判断脚本) 阅读全文

posted @ 2016-08-18 12:11 crac 阅读(305) 评论(2) 推荐(0) 编辑

2016年8月17日 #

IP+IDC-chinaz抓取

摘要: #-*-coding:gbk-*- #code by anyun.org import urllib import re import time def getHtml(url): page = urllib.urlopen(url) html = page.read() html = html.replace('\n', '') html = html.re... 阅读全文

posted @ 2016-08-17 09:52 crac 阅读(289) 评论(0) 推荐(0) 编辑

2016年8月8日 #

数据爬取ing

摘要: ing 阅读全文

posted @ 2016-08-08 13:30 crac 阅读(169) 评论(0) 推荐(0) 编辑

wooyun本地数据抓取

摘要: ---- #-*-coding:utf-8-*- import re import urllib import MySQLdb import time from urllib import unquote def getHtml(url): page = urllib.urlopen(url) html = page.read() html = html.replac... 阅读全文

posted @ 2016-08-08 10:33 crac 阅读(261) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 下一页