上一页 1 ··· 132 133 134 135 136 137 138 139 140 ··· 187 下一页
摘要: 一切的入口都是漏洞 都是数据的出口 阅读全文
posted @ 2018-01-17 16:32 papering 阅读(129) 评论(0) 推荐(0)
摘要: for tof in tofollow_uid_list: print(tof) js = 'window.location.href="https://www.toutiao.com/c/user/{}/"'.format(tof) browser.execute_script(js) time.sleep(random.randint(30, 60)) n... 阅读全文
posted @ 2018-01-17 12:25 papering 阅读(186) 评论(0) 推荐(0)
摘要: 实例化一个新的浏览器,打开某个url from selenium import webdriverfrom selenium.webdriver.chrome.options import Optionsimport time, randomfrom selenium.webdriver.commo 阅读全文
posted @ 2018-01-17 00:41 papering 阅读(532) 评论(0) 推荐(0)
摘要: Python 集合set()添加删除、交集、并集、集合操作详解 - 玩蛇网 http://www.iplaypy.com/jichu/set.html 字典排序 按值 按键 求交集 差集 a-b 交集 并集 差集 对称差集 阅读全文
posted @ 2018-01-17 00:16 papering 阅读(350) 评论(0) 推荐(0)
摘要: ugc_l = browser.find_elements_by_class_name('ugc-item') try: myl = [{'statistics': i.text.replace('阅读', '').replace('赞', '').replace('评论', '').replace(' ⋅ ', ... 阅读全文
posted @ 2018-01-16 18:35 papering 阅读(187) 评论(0) 推荐(0)
摘要: [SQL]SELECT username,password,toutiao_uidFROM pwdtab pLEFT JOIN toutiao_action_article aON p.toutiao_uid=a.toutiao_uid WHERE 1 AND p.id>3000 [Err] 126 阅读全文
posted @ 2018-01-16 15:36 papering 阅读(241) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-16 09:54 papering 阅读(321) 评论(0) 推荐(0)
摘要: www.youdomain.com?tmUnblock.cgi www.youdomain.com? www.youdomain.com?xltestdesfs 阅读全文
posted @ 2018-01-16 02:50 papering 阅读(222) 评论(0) 推荐(0)
摘要: [root@bigdata-server-01 ~]# curl 13.26.92.20array(27) { ["HTTP_USER_AGENT"]=> string(11) "curl/7.29.0" ["HTTP_HOST"]=> 阅读全文
posted @ 2018-01-16 02:35 papering 阅读(399) 评论(0) 推荐(0)
摘要: [root@bigdata-server-01 ~]# curl www.baidu.com<!DOCTYPE html><!--STATUS OK--><html> <head><meta http-equiv=content-type content=text/html;charset=utf- 阅读全文
posted @ 2018-01-16 02:34 papering 阅读(270) 评论(0) 推荐(0)
摘要: firefox_profile = webdriver.FirefoxProfile()firefox_profile.set_preference('permissions.default.image', 2)#某些firefox只需要这个firefox_profile.set_preference('browser.migration.version', 9001)#部分需要加上这个#... 阅读全文
posted @ 2018-01-16 00:02 papering 阅读(279) 评论(0) 推荐(0)
摘要: h 阅读全文
posted @ 2018-01-15 22:51 papering 阅读(314) 评论(0) 推荐(0)
摘要: 避免逻辑捆绑、打包 单个逻辑越简单,越高效,越有机动性 阅读全文
posted @ 2018-01-15 22:29 papering 阅读(207) 评论(0) 推荐(0)
摘要: 图文-发布者 多对多 n-n 图文表-关系表-发布者表 阅读全文
posted @ 2018-01-15 19:39 papering 阅读(205) 评论(0) 推荐(0)
摘要: text不可设置默认值 null empty string 前者update 初始值时 我响应,但不报错 阅读全文
posted @ 2018-01-15 18:23 papering 阅读(237) 评论(0) 推荐(0)
摘要: 文件id集合 文件表、 SELECT CONCAT('2323',(SELECT 'dsfsd'),'232323'); SELECT CONCAT('2323',(SELECT file_ids FROM img_words WHERE INSTR(toutiao_publisher_id_lis 阅读全文
posted @ 2018-01-15 12:06 papering 阅读(890) 评论(0) 推荐(0)
摘要: Fatal error: Maximum execution time of 30 seconds exceeded in C:\phpStudy\PHPTutorial\WWW\fastdatav\system\database\drivers\mysqli\mysqli_driver.php o 阅读全文
posted @ 2018-01-15 09:38 papering 阅读(432) 评论(0) 推荐(0)
摘要: hku 阅读全文
posted @ 2018-01-15 09:15 papering 阅读(148) 评论(0) 推荐(0)
摘要: 批量关注用户名符合某一规则的人 阅读全文
posted @ 2018-01-15 00:56 papering 阅读(175) 评论(0) 推荐(0)
摘要: <form name="searchForm" action="/search/" method="get" target="_blank"> <div name="inputbox" class="y-box input-group"> <input class="y-left input-tex 阅读全文
posted @ 2018-01-15 00:05 papering 阅读(186) 评论(0) 推荐(0)
摘要: top - 21:38:40 up 1 day, 10:38, 5 users, load average: 0.00, 0.01, 0.17Tasks: 88 total, 1 running, 87 sleeping, 0 stopped, 0 zombie%Cpu(s): 0.3 us, 0. 阅读全文
posted @ 2018-01-14 21:40 papering 阅读(223) 评论(0) 推荐(0)
摘要: import os, timefn = '/server/error_log'fn = '/server/access_log'fns = os.stat(fn)margin_size_change, report_peroid = 10, 10global_mtime, global_size = 阅读全文
posted @ 2018-01-14 21:38 papering 阅读(179) 评论(0) 推荐(0)
摘要: http://www.icarei.cn/fastdatav/MyDebug/readlog/error/ip191.96.249.136 阅读全文
posted @ 2018-01-14 20:04 papering 阅读(175) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2018-01-14 10:18 papering 阅读(187) 评论(0) 推荐(0)
摘要: https://www.ibm.com/developerworks/cn/java/j-lo-longpath.html 阅读全文
posted @ 2018-01-14 10:02 papering 阅读(171) 评论(0) 推荐(0)
摘要: ip 阅读全文
posted @ 2018-01-14 08:46 papering 阅读(164) 评论(0) 推荐(0)
摘要: /var/lib/mysql/mysql.sock 阅读全文
posted @ 2018-01-13 18:50 papering 阅读(151) 评论(0) 推荐(0)
摘要: 说说 图片 集合 阅读全文
posted @ 2018-01-13 16:12 papering 阅读(198) 评论(0) 推荐(0)
摘要: https://zh.wikipedia.org/wiki/序列化 序列化(serialization)在计算机科学的资料处理中,是指将数据结构或对象状态转换成可取用格式(例如存成文件,存于缓冲,或经由网络中发送),以留待后续在相同或另一台计算机环境中,能恢复原先状态的过程。依照序列化格式重新获取字 阅读全文
posted @ 2018-01-13 15:31 papering 阅读(567) 评论(0) 推荐(0)
摘要: db 阅读全文
posted @ 2018-01-13 15:10 papering 阅读(204) 评论(0) 推荐(0)
摘要: db-is-in- (1267, "Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='") SELECT id FROM qqzoneshu 阅读全文
posted @ 2018-01-13 15:07 papering 阅读(196) 评论(0) 推荐(0)
摘要: 修改数据表的字符集为utf8mb4 阅读全文
posted @ 2018-01-13 14:26 papering 阅读(304) 评论(0) 推荐(0)
摘要: 204.13.69.108 - - [13/Jan/2018:10:15:58 +0800] "GET /phpmyadmin/index.php HTTP/1.1" 200 5558 71.6.202.198 - - [13/Jan/2018:11:47:10 +0800] "GET /ccvv HTTP/1.1" 404 202 101.232.208.2 14.17.... 阅读全文
posted @ 2018-01-13 14:24 papering 阅读(243) 评论(0) 推荐(0)
摘要: selenium iframe 定位 qq空间说说 阅读全文
posted @ 2018-01-13 12:36 papering 阅读(191) 评论(0) 推荐(0)
摘要: a 搜索 复制 阅读全文
posted @ 2018-01-13 00:51 papering 阅读(167) 评论(0) 推荐(0)
摘要: MIP & AMP MIP & AMP 使用说明 1. MIP(Mobile Instant Page - 移动网页加速器),是一套应用于移动网页的开放性技术标准。通过提供MIP-HTML规范、MIP-JS运行环境以及MIP-Cache页面缓存系统,实现移动网页加速。 2. AMP(Accelera 阅读全文
posted @ 2018-01-13 00:12 papering 阅读(265) 评论(0) 推荐(0)
摘要: 字符窜 阅读全文
posted @ 2018-01-12 23:40 papering 阅读(175) 评论(0) 推荐(0)
摘要: 采集数据,挖掘观点,小心求证,得出结论 时间经过 今日凌晨,爬虫热点采集,其中第一财经是目标站之一,采集到了 http://www.yicai.com/news/5391233.html 谷歌去年悄然收购这家英国硬件公司 之后各大网站相继转载, 但今日中午12时监控,发现 在百度输入框 输入 “谷歌 阅读全文
posted @ 2018-01-12 21:58 papering 阅读(756) 评论(0) 推荐(0)
摘要: 掌上办公 阅读全文
posted @ 2018-01-12 18:10 papering 阅读(145) 评论(0) 推荐(0)
摘要: win32gui.SetForegroundWindow(win32gui.FindWindow('BS2CHINAUI', 'BlueStacks App Player'))# win32api.SetCursorPos([658, 168]);x,y=745, 370win32api.mouse_event(win32con.MOUSEEVENTF_MOVE, x, y);win32ap... 阅读全文
posted @ 2018-01-12 16:29 papering 阅读(439) 评论(0) 推荐(0)
上一页 1 ··· 132 133 134 135 136 137 138 139 140 ··· 187 下一页