【发布时间】:2010-12-28 12:44:17
【问题描述】:
在 Java 中实现以下方法的好方法是什么?我想出的方法是为我的数据库获取新的 Web 数据?比较一堆数组元素是要走的路吗?有些想法会很棒。
Crawler imdbCrawler = new Crawler(files.getLocalTitles("C:\\Movies"));
//add these titles to the database
//query to get existing DB titles, get directory titles and crawl negated union of these titles
【问题讨论】:
-
更多关于你想要完成的事情和你尝试过的事情的信息会很棒。
标签: java web-crawler