資源簡介
? Jsoup與HtmlUnit爬蟲引擎
? 如何爬取某網站的圖片地址信息

代碼片段和文件信息
package?com.jyall.jygoods.service.crawler;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.context.ApplicationContext;
import?org.springframework.context.annotation.ComponentScan;
import?com.jyall.jygoods.service.crawler.threadpool.ThreadPoolManager;
@SpringBootApplication
@ComponentScan(basePackages?=?{“com.jyall“})
public?class?StartCrawler?{
public?static?void?main(String[]?args)?{
ApplicationContext?applicationContext?=?SpringApplication.run(StartCrawler.class?args);
ThreadPoolManager?threadPoolManager?=?applicationContext.getBean(“threadPoolManager“?ThreadPoolManager.class);
threadPoolManager.execute();
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????781??2017-02-21?10:39??jycrawler\.classpath
?????文件?????????24??2016-11-03?10:00??jycrawler\.git\COMMIT_EDITMSG
?????文件????????282??2016-11-03?09:53??jycrawler\.git\config
?????文件?????????23??2016-11-03?09:46??jycrawler\.git\HEAD
?????文件???????3056??2016-11-03?10:00??jycrawler\.git\index
?????文件????????345??2016-11-03?10:00??jycrawler\.git\logs\HEAD
?????文件????????345??2016-11-03?10:00??jycrawler\.git\logs\refs\heads\master
?????文件????????151??2016-11-03?10:00??jycrawler\.git\logs\refs\remotes\origin\master
?????文件?????????87??2016-11-03?10:00??jycrawler\.git\ob
?????文件????????379??2016-11-03?09:51??jycrawler\.git\ob
?????文件?????????46??2016-11-03?09:52??jycrawler\.git\ob
?????文件???????1003??2016-11-03?09:52??jycrawler\.git\ob
?????文件????????586??2016-11-03?09:52??jycrawler\.git\ob
?????文件????????334??2016-11-03?09:51??jycrawler\.git\ob
?????文件????????126??2016-11-03?09:51??jycrawler\.git\ob
?????文件?????????50??2016-11-03?09:52??jycrawler\.git\ob
?????文件????????176??2016-11-03?09:52??jycrawler\.git\ob
?????文件????????821??2016-11-03?09:52??jycrawler\.git\ob
?????文件????????271??2016-11-03?09:52??jycrawler\.git\ob
?????文件????????167??2016-11-03?10:00??jycrawler\.git\ob
?????文件????????539??2016-11-03?09:50??jycrawler\.git\ob
?????文件????????545??2016-11-03?09:52??jycrawler\.git\ob
?????文件????????355??2016-11-03?09:51??jycrawler\.git\ob
?????文件????????420??2016-11-03?09:51??jycrawler\.git\ob
?????文件?????????87??2016-11-03?09:52??jycrawler\.git\ob
?????文件????????186??2016-11-03?09:52??jycrawler\.git\ob
?????文件?????????79??2016-11-03?09:52??jycrawler\.git\ob
?????文件?????????67??2016-11-03?09:52??jycrawler\.git\ob
?????文件?????????49??2016-11-03?09:52??jycrawler\.git\ob
?????文件????????132??2016-11-03?09:52??jycrawler\.git\ob
............此處省略263個文件信息
- 上一篇:WEBGL+HTML5
- 下一篇:產品展示 網頁模板html
評論
共有 條評論