会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
aprial2011
博客园
首页
新随笔
管理
上一页
1
2
3
4
5
6
7
8
···
20
下一页
2017年5月1日
如何完全禁用或卸载Windows 10中的OneDrive
摘要: 该功能占用很大的内存与CPU 详见http://os.51cto.com/art/201508/489371.htm
阅读全文
posted @ 2017-05-01 09:22 aprial
阅读(236)
评论(0)
推荐(0)
2016年12月27日
用python写爬虫笔记(一)
摘要: 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
阅读(298)
评论(0)
推荐(0)
2016年11月20日
selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH.
摘要: 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)
转:js中javascript:void(0) 真正含义
摘要: 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
阅读(309)
评论(0)
推荐(0)
2016年11月19日
Chrome Capabilities & ChromeOptions
摘要: Capabilities & ChromeOptions Chrome Extensions Contributing Downloads Getting started Android ...
阅读全文
posted @ 2016-11-19 17:21 aprial
阅读(2890)
评论(0)
推荐(0)
scrapy
摘要: 使用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
阅读(195)
评论(0)
推荐(0)
2016年11月13日
iconv 转化编码
摘要: 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
阅读(223)
评论(0)
推荐(0)
2016年11月12日
adt 运行时,显示no target selected.
摘要: 检查adt\adt-bundle-windows-x86-20131030\sdk\system-images下面是否有相关image文件。
阅读全文
posted @ 2016-11-12 17:46 aprial
阅读(266)
评论(0)
推荐(0)
2016年6月26日
cygwin与vim配置
摘要: 参考 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
阅读(1813)
评论(0)
推荐(0)
2016年5月8日
wxpython SizerItem的大小控制
摘要: 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
阅读(1113)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
20
下一页
公告