PhantomJS是一个无界面的、可脚本编程的WebKit浏览器引擎,它原生支持多种Web标准:DOM操作、CSS选择器、JSON、Canvas以及SVG。 Selenium支持PhantomJS,这样在运行的时候就不会再弹出一个浏览器了。而且PhantomJS的运行效率也很高,还支持各种参数配置, ...
分类:
编程语言 时间:
2018-09-11 16:15:19
阅读次数:
174
lxml是Python的一个解析库,支持HTML和XML的解析,支持XPath解析方式,而且解析效率非常高。本节中,我们了解一下lxml的安装方式,这主要从Windows、Linux和Mac三大平台来介绍。 1. 相关链接 官方网站:http://lxml.de GitHub:https://git ...
分类:
编程语言 时间:
2018-09-11 16:13:35
阅读次数:
154
当我们注册博客园以后,首先是选择自己喜欢的首页模板,当我们对博客园给出的模板不满意时,我们就要对已有的模板进行修改。 在这里我采用的模板是SimpleMemory,因为SimpleMemory模板相对简单,便于对样式已有的修改。 这是本人修改两句代码后的修改 详细步骤: 1.寻找自己喜欢的图片,要求 ...
分类:
其他好文 时间:
2018-09-08 19:23:54
阅读次数:
299
1. cp : copy files and directories 1.1 Basic use of cp : cp SRC DEST SRC is a single file: If DEST does not exist :create DEST and copy the content of ...
分类:
其他好文 时间:
2018-09-06 21:00:35
阅读次数:
191
This is about GM Tech 2 scan tool for Hummer troubleshooting and programming. Can I have a cheap Tech 2 for Hummer? Yep. Both the original and HQ clon ...
分类:
其他好文 时间:
2018-09-06 16:21:29
阅读次数:
166
1 # find扩展,对于分组的问题 2 # 仔细看下面这句代码,图片的地址有两个,我只想取一个 3 # 但这行代码并不能满足需求 会打印出两个地址 4 image_str2 = """<img alt="达浪妹妹哟的直播" data-original="https://rpic.douyucdn. ...
分类:
其他好文 时间:
2018-09-06 16:20:12
阅读次数:
190
使用tableExport.js导出bootstrap-table表格成excel并且支持中文 1. 下载tableExport.js 2. 修改tableExport.js文件,使其支持中文 /*The MIT License (MIT) Original work Copyright (c) 2 ...
分类:
其他好文 时间:
2018-09-06 14:48:00
阅读次数:
128
original url: http://preshing.com/20120612/an-introduction-to-lock-free-programming/ What Is It? People often describe lock-free programming as progra ...
分类:
其他好文 时间:
2018-09-04 20:49:33
阅读次数:
210
Error: Error occured while starting App. Original error: Activity used to start app doesn't exist or cannot be launched! Make sure it exists and is a ...
分类:
移动开发 时间:
2018-09-04 00:11:36
阅读次数:
637
https://en.wikipedia.org/wiki/Chinese_remainder_theorem http://planetmath.org/ChineseRemainderTheorem Sunzi's original formulation: x ≡ 2 (mod 3) ≡ 3 ...
分类:
其他好文 时间:
2018-08-29 14:16:16
阅读次数:
154