文件名称:crawler4j-3.5-src
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-06-01
- 文件大小:
- 4.75mb
- 下载次数:
- 0次
- 提 供 者:
- xia****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
google开源框-网络爬虫 crawler4j-3.5源码,example包里包涵官方介绍的6个事例。
由于3.5版本的jar包是由jdk1.7编译,在jdk1.6上无法运行,所以只能找源码来自己重新编译。google上我没有找到源码下载的,只有查看,我是一个一个类复制下来的。在本地测试通过,并且运用起来了。-google open fr a me- Web crawler crawler4j-3.5 source code, example bag bear the official introduction of six stories. Since version 3.5 of the jar package is compiled by the jdk1.7 in jdk1.6 not run on, we can only find the source code to its own recompiled. I did not find on google code download, only to view, I was a copy of a class down. Locally tested, and the use of it.
由于3.5版本的jar包是由jdk1.7编译,在jdk1.6上无法运行,所以只能找源码来自己重新编译。google上我没有找到源码下载的,只有查看,我是一个一个类复制下来的。在本地测试通过,并且运用起来了。-google open fr a me- Web crawler crawler4j-3.5 source code, example bag bear the official introduction of six stories. Since version 3.5 of the jar package is compiled by the jdk1.7 in jdk1.6 not run on, we can only find the source code to its own recompiled. I did not find on google code download, only to view, I was a copy of a class down. Locally tested, and the use of it.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
原始crawler4j\.classpath
.............\.mymetadata
.............\.project
.............\.settings\.jsdtscope
.............\.........\com.genuitec.eclipse.ws.prefs
.............\.........\org.eclipse.core.resources.prefs
.............\.........\org.eclipse.jdt.core.prefs
.............\.........\org.eclipse.wst.jsdt.ui.superType.container
.............\.........\org.eclipse.wst.jsdt.ui.superType.name
.............\src\edu\uci\ics\crawler4j\crawler\Configurable.java
.............\...\...\...\...\.........\.......\CrawlConfig.java
.............\...\...\...\...\.........\.......\CrawlController.java
.............\...\...\...\...\.........\.......\Page.java
.............\...\...\...\...\.........\.......\WebCrawler.java
.............\...\...\...\...\.........\fetcher\CustomFetchStatus.java
.............\...\...\...\...\.........\.......\IdleConnectionMonitorThread.java
.............\...\...\...\...\.........\.......\PageFetcher.java
.............\...\...\...\...\.........\.......\PageFetchResult.java
.............\...\...\...\...\.........\.rontier\Counters.java
.............\...\...\...\...\.........\........\DocIDServer.java
.............\...\...\...\...\.........\........\Frontier.java
.............\...\...\...\...\.........\........\InProcessPagesDB.java
.............\...\...\...\...\.........\........\WebURLTupleBinding.java
.............\...\...\...\...\.........\........\WorkQueues.java
.............\...\...\...\...\.........\myparser\defaultParser.java
.............\...\...\...\...\.........\parser\BinaryParseData.java
.............\...\...\...\...\.........\......\ExtractedUrlAnchorPair.java
.............\...\...\...\...\.........\......\HtmlContentHandler.java
.............\...\...\...\...\.........\......\HtmlParseData.java
.............\...\...\...\...\.........\......\ParseData.java
.............\...\...\...\...\.........\......\Parser.java
.............\...\...\...\...\.........\......\TextParseData.java
.............\...\...\...\...\.........\robotstxt\HostDirectives.java
.............\...\...\...\...\.........\.........\RobotstxtConfig.java
.............\...\...\...\...\.........\.........\RobotstxtParser.java
.............\...\...\...\...\.........\.........\RobotstxtServer.java
.............\...\...\...\...\.........\.........\RuleSet.java
.............\...\...\...\...\.........\url\TLDList.java
.............\...\...\...\...\.........\...\URLCanonicalizer.java
.............\...\...\...\...\.........\...\UrlResolver.java
.............\...\...\...\...\.........\...\WebURL.java
.............\...\...\...\...\.........\.til\IO.java
.............\...\...\...\...\.........\....\Util.java
.............\...\.xample\basic\BasicCrawlController.java
.............\...\.......\.....\BasicCrawler.java
.............\...\.......\imagecrawler\Cryptography.java
.............\...\.......\............\ImageCrawlController.java
.............\...\.......\............\ImageCrawler.java
.............\...\.......\localdata\CrawlStat.java
.............\...\.......\.........\Downloader.java
.............\...\.......\.........\LocalDataCollectorController.java
.............\...\.......\.........\LocalDataCollectorCrawler.java
.............\...\.......\multple\BasicCrawler.java
.............\...\.......\.......\MultipleCrawlerController.java
.............\...\.......\shutdown\BasicCrawler.java
.............\...\.......\........\ControllerWithShutdown.java
.............\...\.......\.tatushandler\StatusHandlerCrawlController.java
.............\...\.......\.............\StatusHandlerCrawler.java
.............\...\log4j.properties
.............\...\tld-names.txt
.............\WebRoot\index.jsp
.............\.......\META-INF\MANIFEST.MF
.............\.......\WEB-INF\classes\edu\uci\ics\crawler4j\crawler\Configurable.class
.............\.......\.......\.......\...\...\...\.........\.......\CrawlConfig.class
.............\.......\.......\.......\...\...\...\.........\.......\CrawlController$1.class
.............\.......\.......\.......\...\...\...\.........\.......\CrawlController.class
.............\.......\.......\.......\...\...\...\.....