上一页 1 ··· 128 129 130 131 132 133 134 135 136 ··· 186 下一页
摘要: The bytes/str dichotomy in Python 3 - Eli Bendersky's website https://eli.thegreenplace.net/2012/01/30/the-bytesstr-dichotomy-in-python-3 Arguably the 阅读全文
posted @ 2018-02-27 11:36 papering 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 16.6. multiprocessing — Process-based “threading” interface — Python 2.7.14 documentation https://docs.python.org/2/library/multiprocessing.html 阅读全文
posted @ 2018-02-26 15:34 papering 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 通知地址 notify_url 是 String(256) http://www.weixin.qq.com/wxpay/pay.php 异步接收微信支付结果通知的回调地址,通知url必须为外网可访问的url,不能携带参数。 异步的目的 apache是同步多进程模型,一个连接对应一个进程;nginx 阅读全文
posted @ 2018-02-26 11:13 papering 阅读(631) 评论(0) 推荐(0) 编辑
摘要: Floyd-Warshall算法 阅读全文
posted @ 2018-02-25 18:14 papering 阅读(130) 评论(0) 推荐(0) 编辑
摘要: black arch 阅读全文
posted @ 2018-02-24 13:47 papering 阅读(171) 评论(0) 推荐(0) 编辑
摘要: ChromeDriver only supports characters in the BMP 阅读全文
posted @ 2018-02-23 23:29 papering 阅读(790) 评论(0) 推荐(0) 编辑
摘要: 持久化存储 Getting console.log output from Chrome with Selenium Python API bindings - Stack Overflow https://stackoverflow.com/questions/20907180/getting-c 阅读全文
posted @ 2018-02-23 14:26 papering 阅读(310) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/24302048 阅读全文
posted @ 2018-02-23 09:13 papering 阅读(366) 评论(0) 推荐(0) 编辑
摘要: Download | Node.js https://nodejs.org/en/download/ wget https://nodejs.org/dist/v8.11.3/node-v8.11.3.tar.gz npm https://www.npmjs.com/ What is npm? Us 阅读全文
posted @ 2018-02-16 18:25 papering 阅读(205) 评论(0) 推荐(0) 编辑
摘要: PyPy 为什么会比 CPython 还要快? - 知乎 https://www.zhihu.com/question/19588346/answer/131977984 有个名词在现有的回答下面都没人提到——partial evaluation。这是PyPy的实现机制中的一个核心思想。Truffl 阅读全文
posted @ 2018-02-09 14:07 papering 阅读(200) 评论(0) 推荐(0) 编辑
摘要: job control block 阅读全文
posted @ 2018-02-08 08:49 papering 阅读(232) 评论(1) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2018-02-07 18:00 papering 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 批处理系统 等待执行时间的分配 阅读全文
posted @ 2018-02-07 08:45 papering 阅读(372) 评论(0) 推荐(0) 编辑
摘要: ClipboardEvent.clipboardData https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent/clipboardData 阅读全文
posted @ 2018-02-06 09:54 papering 阅读(304) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode ECMAScript 5's strict mode is a way to opt in to a restricted variant of 阅读全文
posted @ 2018-02-05 20:01 papering 阅读(158) 评论(0) 推荐(0) 编辑
摘要: python实现自动重启本程序的方法 http://www.jb51.net/article/69174.htm 阅读全文
posted @ 2018-02-05 17:00 papering 阅读(736) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2018-02-05 15:42 papering 阅读(202) 评论(0) 推荐(0) 编辑
摘要: ActiveXObject 阅读全文
posted @ 2018-02-05 12:32 papering 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 拿到一个apk包后,怎么判断其是否加壳了?是否做了代码混淆?-社区问答-网易数帆 https://sq.sf.163.com/ask/question/223626784283238400 我们需要先了解一下关于加壳和代码混淆的概念。 一、混淆代码解析 Java代码是非常容易反编译的,作为一种跨平台 阅读全文
posted @ 2018-02-05 11:29 papering 阅读(1262) 评论(0) 推荐(0) 编辑
摘要: DeepDive is a system to extract value from dark data. http://deepdive.stanford.edu/ 阅读全文
posted @ 2018-02-05 10:01 papering 阅读(136) 评论(0) 推荐(0) 编辑
摘要: https://www.quora.com/What-does-this-tag-mean-html-lang-en-US-prefix-og-http-ogp-me-ns https://stackoverflow.com/questions/27943451/meaning-of-html-pr 阅读全文
posted @ 2018-02-04 16:00 papering 阅读(192) 评论(0) 推荐(0) 编辑
摘要: function c(i){console.log(i)};ia=document.getElementsByClassName("xlistju");len=ia.length;function c(i){console.log(i)};iaimg=document.getElementsByCl 阅读全文
posted @ 2018-02-03 22:03 papering 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 浏览器控制台的js采集数据结果持久化存储 how to open a file in javascript https://developer.mozilla.org/en-US/docs/Web/API/File https://stackoverflow.com/questions/639610 阅读全文
posted @ 2018-02-03 13:53 papering 阅读(168) 评论(0) 推荐(0) 编辑
摘要: rel='canonical' 阅读全文
posted @ 2018-02-03 13:25 papering 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 所有 XML 文档中的文本均会被解析器解析。 只有 CDATA 区段(CDATA section)中的文本会被解析器忽略。 go xml CDATA type ToUserNameS struct { XMLName xml.Name `xml:"ToUserName"` Text string ` 阅读全文
posted @ 2018-02-02 22:27 papering 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 加文字 阅读全文
posted @ 2018-02-02 22:17 papering 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 哈密顿回路 阅读全文
posted @ 2018-02-02 18:56 papering 阅读(153) 评论(0) 推荐(0) 编辑
摘要: https://www.whoscored.com/Players/24328/Show/Edinson-Cavani 阅读全文
posted @ 2018-02-02 18:48 papering 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 啤酒 尿布 组合营销 X=》Y,其中x属于项集I,Y属于项集I,且X、Y的交集等于空集。 2类算法 Apriori算法 不断地构造候选集、筛选候选集来挖掘出频繁项集,需要多次扫描原始数据、磁盘I/O 频繁模式增长算法 只需扫描原始数据2遍,通过FP-tree数据结构对原始数据进行压缩,效率高 关联规 阅读全文
posted @ 2018-02-02 18:41 papering 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 回首页 用通用底部栏,不用回退键,且多次点击,刷新首页 #回首页 用通用底部栏,不用回退键,且多次点击,刷新首页bx,by=(43,91)bx,by=(58,996)win32api.SetCursorPos([bx, by])win32api.mouse_event(win32con.MOUSEE 阅读全文
posted @ 2018-02-02 17:40 papering 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 对剪切板的失控异常的处理 多半的时间再处理剪切板的失控 冗余操作 阅读全文
posted @ 2018-02-02 16:31 papering 阅读(691) 评论(0) 推荐(0) 编辑
摘要: import timeimport win32gui, win32ui, win32con, win32apifrom PIL import Imageimport pytesseractimport osqqu, qqp = ('2235', 'h2020')# 将app窗口置为当前窗口,等效点, 阅读全文
posted @ 2018-02-02 15:01 papering 阅读(236) 评论(0) 推荐(0) 编辑
摘要: a 翻译 搜索 复制 阅读全文
posted @ 2018-02-02 14:47 papering 阅读(967) 评论(0) 推荐(0) 编辑
摘要: import timeimport win32gui, win32ui, win32con, win32apifrom PIL import Imageimport pytesseract# 将app窗口置为当前窗口,等效点,选3个,点击time.sleep(10)l = [(15, 81), (23, 120), (22, 126)]for i in l: x, y = i wi... 阅读全文
posted @ 2018-02-02 11:53 papering 阅读(406) 评论(0) 推荐(0) 编辑
摘要: * * */1 * * cd /var/spool; cp -r clientmqueue /home/data/xl_project/var_spool_clientmqueue_$(date +"%Y%m%d_%H%M%S");cd clientmqueue;rm -rf * ; /var/sp 阅读全文
posted @ 2018-02-02 10:15 papering 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 原代码 阅读全文
posted @ 2018-02-02 09:33 papering 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 截止时间的保证 可预测性 阅读全文
posted @ 2018-02-02 08:51 papering 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 今日头条视频标题,直接删除;剔除后保留。 阅读全文
posted @ 2018-02-01 22:41 papering 阅读(124) 评论(0) 推荐(0) 编辑
摘要: document.body.className = document.body.className.replace("siteorigin-panels-before-js",""); 阅读全文
posted @ 2018-02-01 20:59 papering 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 查找车次 function c(i){console.log(i);};ia=document.getElementsByClassName("number");len=ia.length;ti=0;for(var i=0;i<len;i++){if(ia[i].childNodes[0].node 阅读全文
posted @ 2018-02-01 14:22 papering 阅读(239) 评论(0) 推荐(0) 编辑
上一页 1 ··· 128 129 130 131 132 133 134 135 136 ··· 186 下一页