master
yihua.huang 2017-01-21 11:51:14 +08:00
parent f45e2f118b
commit 3e633c6871
8 changed files with 9 additions and 11 deletions

View File

@ -6,7 +6,7 @@
<version>7</version>
</parent>
<groupId>us.codecraft</groupId>
<version>0.6.1</version>
<version>0.6.1-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<properties>

View File

@ -3,7 +3,7 @@
<parent>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-parent</artifactId>
<version>0.6.1</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-parent</artifactId>
<version>0.6.1</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -39,7 +39,6 @@ public class PhantomJSDownloader extends AbstractDownloader {
* /usr/local/bin/phantomjs IOException
*
* @param phantomJsCommand
* @return this
*/
public PhantomJSDownloader(String phantomJsCommand) {
this.initPhantomjsCrawlPath();
@ -49,7 +48,7 @@ public class PhantomJSDownloader extends AbstractDownloader {
/**
* crawl.jsjarruntime.exec()phantomjs使jarcrawl.js
* <pre>
* crawl.js start -->>
* crawl.js start --
*
* var system = require('system');
* var url = system.args[1];
@ -69,7 +68,7 @@ public class PhantomJSDownloader extends AbstractDownloader {
* phantom.exit();
* });
*
* <<-- crawl.js end
* -- crawl.js end
* </pre>
* js使
*
@ -78,7 +77,6 @@ public class PhantomJSDownloader extends AbstractDownloader {
*
* @param phantomJsCommand phantomJsCommand
* @param crawlJsPath crawlJsPath
* @return this
*/
public PhantomJSDownloader(String phantomJsCommand, String crawlJsPath) {
PhantomJSDownloader.phantomJsCommand = phantomJsCommand;

View File

@ -3,7 +3,7 @@
<parent>
<artifactId>webmagic-parent</artifactId>
<groupId>us.codecraft</groupId>
<version>0.6.1</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent>
<artifactId>webmagic-parent</artifactId>
<groupId>us.codecraft</groupId>
<version>0.6.1</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent>
<artifactId>webmagic-parent</artifactId>
<groupId>us.codecraft</groupId>
<version>0.6.1</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent>
<artifactId>webmagic-parent</artifactId>
<groupId>us.codecraft</groupId>
<version>0.6.1</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>