上一页 1 ··· 133 134 135 136 137 138 139 140 141 ··· 187 下一页
摘要: seo 阅读全文
posted @ 2018-01-12 14:17 papering 阅读(185) 评论(0) 推荐(0)
摘要: 视频 阅读全文
posted @ 2018-01-12 14:08 papering 阅读(121) 评论(0) 推荐(0)
摘要: p 阅读全文
posted @ 2018-01-12 14:06 papering 阅读(135) 评论(0) 推荐(0)
摘要: http://192.168.2.102/fastdatav/ChkUrl/daily/G8 http://192.168.2.102/fastdatav/ChkUrl/daily/ 放在 试图 控制器 中 均可 url的跳转从服务器的配置文件 rewrite 理解 相对位置可以设为相对.htacc 阅读全文
posted @ 2018-01-12 10:47 papering 阅读(202) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/20275322 http://ziyuan.baidu.com/crawltools/index http://ziyuan.baidu.com/robots/index Robots Robots 使用说明 1. robots.txt可以 阅读全文
posted @ 2018-01-12 02:56 papering 阅读(407) 评论(0) 推荐(0)
摘要: 解析设置 icarei.com 解析设置 icarei.com 记录类型 主机记录 解析线路(isp) 记录值 MX优先级 TTL值 状态 操作 A www 默认 120.7.7.21 -- 10 分钟 -- 修改暂停删除备注 记录类型 主机记录 解析线路(isp) 记录值 MX优先级 TTL值 状 阅读全文
posted @ 2018-01-12 02:14 papering 阅读(222) 评论(0) 推荐(0)
摘要: mysql 全表 选取 随机数 阅读全文
posted @ 2018-01-11 21:48 papering 阅读(149) 评论(0) 推荐(0)
摘要: 、 ps -aux | grep -E "chk.*url.*py" | cut -c 10-15 | xargs kill -9 ps -x | grep -E "chk.*url.*py" | cut -c 1-5 | xargs kill -9 阅读全文
posted @ 2018-01-11 21:26 papering 阅读(178) 评论(0) 推荐(0)
摘要: 实践 1、权限编码 chmod 644 a 644 -rw-r--r--744 -rwxr--r--701-rwx x 3位 读写执行读r=4写w=2 执行x=1 chgrp 修改文件所属组 sudo chgrp -R www dzq_latest_install chown 给指定用户添加权限 c 阅读全文
posted @ 2018-01-11 19:54 papering 阅读(2060) 评论(0) 推荐(0)
摘要: Python extensions for Windows pywin32 214 Python extensions for Windows Maintainer: Mark Hammond Home Page: http://sf.net/projects/pywin32 Download UR 阅读全文
posted @ 2018-01-11 18:10 papering 阅读(1267) 评论(0) 推荐(0)
摘要: my.os.ClickThisWindow.ClickThisPoint.py 阅读全文
posted @ 2018-01-11 17:32 papering 阅读(189) 评论(0) 推荐(0)
摘要: find / | grep -v python | grep -v xl_ | grep -v xiaole |grep redis [root@hadoop3 ~]# find / | grep -v {python|xl_|xiaole} |grep redis-bash: xl_: 未找到命令 阅读全文
posted @ 2018-01-11 15:22 papering 阅读(598) 评论(0) 推荐(0)
摘要: 连接条件为 或 阅读全文
posted @ 2018-01-11 11:36 papering 阅读(1004) 评论(0) 推荐(0)
摘要: c 阅读全文
posted @ 2018-01-10 22:56 papering 阅读(157) 评论(0) 推荐(0)
摘要: C++中using的三种用法 - 知乎 https://zhuanlan.zhihu.com/p/156155959 _EXPORT_STD using true_type = bool_constant<true>;_EXPORT_STD using false_type = bool_const 阅读全文
posted @ 2018-01-10 21:56 papering 阅读(158) 评论(0) 推荐(0)
摘要: python 安卓模拟器 阅读全文
posted @ 2018-01-10 21:04 papering 阅读(434) 评论(0) 推荐(0)
摘要: windll.user32.SetCursorPos(x, y)win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN | win32con.MOUSEEVENTF_LEFTUP, 0,0, 0,0)win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN | win32con.MOUSEEV... 阅读全文
posted @ 2018-01-10 18:36 papering 阅读(201) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/windows/desktop/ms646260(v=vs.85).aspx 阅读全文
posted @ 2018-01-10 18:08 papering 阅读(162) 评论(0) 推荐(0)
摘要: import win32guidef _MyCallback(hwnd, extra): windows = extra temp = [] temp.append(hex(hwnd)) temp.append(win32gui.GetClassName(hwnd)) temp.append(win32gui.GetWindowText(hwnd)) windo... 阅读全文
posted @ 2018-01-10 17:34 papering 阅读(1122) 评论(0) 推荐(0)
摘要: windows 屏幕坐标 获取 阅读全文
posted @ 2018-01-10 14:50 papering 阅读(1343) 评论(0) 推荐(0)
摘要: https://social.msdn.microsoft.com/Forums/windows/en-US/1dc356e6-9441-44de-9eda-247003fa6ef5/copy-selected-text-from-any-window 阅读全文
posted @ 2018-01-10 14:30 papering 阅读(396) 评论(0) 推荐(0)
摘要: 点击模拟 安卓模拟器 爬虫 阅读全文
posted @ 2018-01-10 13:12 papering 阅读(193) 评论(0) 推荐(0)
摘要: http://yjy.people.com.cn/n/2014/0120/c245079-24169402.html machine 阅读全文
posted @ 2018-01-10 08:28 papering 阅读(255) 评论(0) 推荐(0)
摘要: 手机-平板拍照 手机-平板拍照<input type="file" accept="image/*" capture="camera"/><br><br>手机-平板录像<input type="file" accept="video/*" capture="camcorder"/><br><br>手 阅读全文
posted @ 2018-01-10 01:50 papering 阅读(176) 评论(0) 推荐(0)
摘要: vim /etc/my.cnf mysql 初始化 skip-grant-tables ip port 连接 阅读全文
posted @ 2018-01-10 01:08 papering 阅读(208) 评论(0) 推荐(0)
摘要: 互联网博物馆 阅读全文
posted @ 2018-01-09 16:56 papering 阅读(158) 评论(0) 推荐(0)
摘要: 历史列表 阅读全文
posted @ 2018-01-09 12:03 papering 阅读(176) 评论(0) 推荐(0)
摘要: document.getElementsByClassName("head")[0].parentElement 阅读全文
posted @ 2018-01-09 11:32 papering 阅读(283) 评论(0) 推荐(0)
摘要: kst 阅读全文
posted @ 2018-01-09 08:26 papering 阅读(164) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-09 01:24 papering 阅读(382) 评论(0) 推荐(0)
摘要: 数据采集效率 阅读全文
posted @ 2018-01-08 23:51 papering 阅读(677) 评论(0) 推荐(0)
摘要: #Message: SyntaxError: unterminated string literalmytxt = words.replace('\n','').replace('\r','')js = '%s%s%s' % ('document.getElementsByTagName("textarea")[0].value="', mytxt, '"')browser.execute_s... 阅读全文
posted @ 2018-01-08 17:03 papering 阅读(316) 评论(0) 推荐(0)
摘要: https://www.toutiao.com/ document.getElementsByClassName("ugc-mode-content")[0].getElementsByTagName("a")[0].target='_self' 淘宝广告位置 写入应用 让代码在短期内产生价值 阅读全文
posted @ 2018-01-08 13:57 papering 阅读(1842) 评论(0) 推荐(0)
摘要: import requestsimport timeimport threadingimg_url = 'https://s3.pstatp.com/toutiao/static/img/logo.201f80d.png'img_dir = 'C:\\Users\\sas\\PycharmProjects\\py_win_to_unix\\crontab_chk_url\\personas\\... 阅读全文
posted @ 2018-01-08 10:45 papering 阅读(542) 评论(0) 推荐(0)
摘要: 这些年背过的面试题——多线程篇 https://mp.weixin.qq.com/s/IVgGXQKU1QiT1ToN2wXHJg 执行 就绪 阻塞 翻译 搜索 复制 阅读全文
posted @ 2018-01-08 08:31 papering 阅读(180) 评论(0) 推荐(0)
摘要: 3 阅读全文
posted @ 2018-01-08 08:30 papering 阅读(317) 评论(0) 推荐(0)
摘要: 单条sql走天下入库时间 更新时间 累计检测次数 时间全集 子集 SELECT h,tab_create_c,tab_update_c FROM ( SELECT DISTINCT h FROM ( SELECT FROM_UNIXTIME(cre... 阅读全文
posted @ 2018-01-08 03:25 papering 阅读(933) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Binary-safe A binary-safe function is one that treats its input as a raw stream of bytes and ignores every textual aspec 阅读全文
posted @ 2018-01-07 19:01 papering 阅读(218) 评论(0) 推荐(0)
摘要: redis 默认字符串 表示 阅读全文
posted @ 2018-01-07 18:42 papering 阅读(216) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2018-01-06 22:53 papering 阅读(170) 评论(0) 推荐(0)
上一页 1 ··· 133 134 135 136 137 138 139 140 141 ··· 187 下一页