上一页 1 2 3 4 5 6 7 8 ··· 20 下一页
摘要: 该功能占用很大的内存与CPU 详见http://os.51cto.com/art/201508/489371.htm 阅读全文
posted @ 2017-05-01 09:22 aprial 阅读(226) 评论(0) 推荐(0) 编辑
摘要: https://bitbucket.org/wswp/code http://example.webscraping.com http://www.w3schools.com selenium.googlecode.com/git/docs/api/py/index.html 什么是XPath:http://www.w3.org/TR/xpath/ XPath 基础教程:htt... 阅读全文
posted @ 2016-12-27 20:26 aprial 阅读(290) 评论(0) 推荐(0) 编辑
摘要: http://www.seleniumhq.org/download 1. selenium 3.x开始,webdriver/firefox/webdriver.py的__init__中,executable_path="geckodriver";而2.x是executable_path="wires" 2. firefox 47以上版本,需要下载第三方driver,即geckodri... 阅读全文
posted @ 2016-11-20 11:40 aprial 阅读(4060) 评论(1) 推荐(1) 编辑
摘要: from:http://www.jb51.net/article/71532.htm 在Javascript中void是一个操作符,该操作符指定要计算一个表达式但是不返回值。 我想使用过ajax的都常见这样的代码: 代码如下: here 但这儿的void(0)究竟是何含义呢? void 操作符用法格式如下: 1. javascript:void (expression) 2. ja... 阅读全文
posted @ 2016-11-20 09:18 aprial 阅读(266) 评论(0) 推荐(0) 编辑
摘要: Capabilities & ChromeOptions Chrome Extensions Contributing Downloads Getting started Android ... 阅读全文
posted @ 2016-11-19 17:21 aprial 阅读(2811) 评论(0) 推荐(0) 编辑
摘要: 使用python通过selenium模拟打开chrome窗口报错 出现 "您使用的是不受支持的命令行标记:--ignore-certificate-errorshttp://www.cnblogs.com/jzss/p/5567253.html#在程序前加上这段代码 from selenium import webdriver options = webdriver.ChromeOptions()... 阅读全文
posted @ 2016-11-19 15:50 aprial 阅读(188) 评论(0) 推荐(0) 编辑
摘要: basename dirname 使用以下命令,无法处理同名文件: grep "charset=utf-8" filelist_iconv.txt | awk -F':' '{print $1;}' | xargs -i cp {} /g/src2/ 使用以下命令,会把源文件清空: iconv -f utf8 -t gb2312 /g/src/zhihu-scrapy-... 阅读全文
posted @ 2016-11-13 09:13 aprial 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 检查adt\adt-bundle-windows-x86-20131030\sdk\system-images下面是否有相关image文件。 阅读全文
posted @ 2016-11-12 17:46 aprial 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 参考 http://www.jeepshoe.org/810958442.htm cygwin安装包管理器 通过终端安装apt-cyg之前选要安装以下软件包wget tar gawk bzip2 apt-cyg is a simple script. To install:lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-c... 阅读全文
posted @ 2016-06-26 17:18 aprial 阅读(1786) 评论(0) 推荐(0) 编辑
摘要: wxpython SizerItem的大小控制 proportion控制控件相对大小,proportion如果为0,表示默认大小。比如一个box里面有两个相同控件A,B,如果A,B的proportioin分别为2和1,那么A和B显示出来的大小比例就是2:1;如果一个box里面有三个相同控件A,B,C 阅读全文
posted @ 2016-05-08 10:39 aprial 阅读(1101) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页