需要安装libicu developer依赖:
centos:
yum install libicu-dev
ubuntu:
apt-get install libicu-dev...
分类:
Web程序 时间:
2015-05-20 11:23:14
阅读次数:
286
按照网上的教程来呢,一定是不好使的,这是常理。所以必须要告诉你怎么使用Phantomjs……这么用!1.下载Phantomjs的压缩包并解压缩;2.在bin目录(包含phantomjs.exe文件的目录)下,按住shift键并同时点击鼠标右键。(像我这么详细的说明才叫文档,否则一律视为装逼。)点击O...
分类:
Web程序 时间:
2015-05-19 12:40:45
阅读次数:
177
安装selenium:1pip install selenium安装PhantomJS:1234https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2tar jxvf phantomjs...
分类:
编程语言 时间:
2015-05-11 12:49:42
阅读次数:
224
估计部分同学没听过这个工具,那先简单介绍下它的背景与作用。 1、PhantomJS 是什么? PhantomJS是一个基于WebKit的服务器端JavaScript API,它无需浏览器的支持即可实现对Web的支持,且原生支持各种Web标准,如D...
分类:
Web程序 时间:
2015-04-28 07:12:26
阅读次数:
170
PhantomJS is a headless WebKit scriptable with a JavaScript API. It hasfastandnativesupport for various web standards: DOM handling, CSS selector, JSO...
分类:
Web程序 时间:
2015-04-19 21:16:31
阅读次数:
135
Here is the source code about obtain a snapshot of a website by using phantomJS.
var webPage = require("webpage"), address, filename, height, width; // generate webPage object
var page = webPage.crea...
分类:
Web程序 时间:
2015-04-16 12:33:11
阅读次数:
152
本篇文章的目的有两个:
1.记录搭建爬虫环境的过程
2.总结爬虫项目的心得体会
一、系统环境
该方案在32位ubuntu10.04和64位centos6.9上面测试通过,所需要用到的软件如下:
1.ubuntu10.04或者centos6.9任选其一,下文主要以centos6.9来说明
2.pyspider源代码,可以从这里下载到http://download.csdn.net/detail...
分类:
编程语言 时间:
2015-04-10 20:13:53
阅读次数:
1345
1.在http://phantomjs.org/下载相应的linux版本,并将其解压;2.ubuntu下使用vi编辑/etc/profile,加入如下语句将解压后的bin路径加入到PATH:export PATH=/home/jayzee/SoftWares/Development/phantomj...
分类:
Web程序 时间:
2015-04-08 22:45:57
阅读次数:
202
Shell脚本实现获取网页快照并生成缩略图 这篇文章主要介绍了Shell脚本实现获取网页快照并生成缩略图,本文获取网页快照使用phantomjs、生成缩略图使用ImageMagick,需要的朋友可以参考下获取网页快照并生成缩略图可分两步进行:1、获取网页快照2、生成缩略图获取网页快照这里我们用 p....
分类:
Web程序 时间:
2015-04-01 10:49:04
阅读次数:
263
Horseman 是一个 Node.js 模块,让你可以更轻松的使用 PhantomJS 进行功能测试,页面自动机,网络监控,屏幕捕获等。它提供了直接,链式的 API,易于理解的控制流,避免回调陷阱。
分类:
Web程序 时间:
2015-03-09 10:43:17
阅读次数:
158