1. 21 Jan, 2016 10 commits
  2. 20 Jan, 2016 1 commit
  3. 19 Jan, 2016 1 commit
  4. 18 Jan, 2016 4 commits
  5. 16 Jan, 2016 2 commits
  6. 02 Dec, 2015 2 commits
  7. 17 Nov, 2015 2 commits
  8. 13 Nov, 2015 1 commit
  9. 12 Nov, 2015 1 commit
    • x1ny's avatar
      修正FileCacheQueueScheduler导致程序不能正常结束和未关闭流 · 90e14b31
      x1ny authored
      FileCacheQueueScheduler中开启了一个线程周期运行来保存数据但在爬虫结束后没有关闭导致程序无法结束,以及没有关闭io流。
      
      解决方法:
      让FileCacheQueueScheduler实现Closable接口,在close方法中关闭线程以及流。
      在Spider的close方法中添加对scheduler的关闭操作。
      90e14b31
  10. 18 Sep, 2015 2 commits
  11. 11 Jul, 2015 2 commits
    • bingoko's avatar
      update and validate pom.xml · 5d365f7b
      bingoko authored
      Update selenium and GhostDriver (PhantomJSDriver) to latest version.
      5d365f7b
    • bingoko's avatar
      Add PhantomJS support for selenium · d3bbece2
      bingoko authored
      The configuration file is config.ini
      The dependencies are updated in pom.xml.
      Update SeleniumDownloader and WebDriverPool to support PhantomJS. 
      NOTE: The versions of GhostDriver, Selenium, and PhantomJS are stable
      and validated.
      
      A GooglePlay Example is under samples package: GooglePlayProcessor.java
      d3bbece2
  12. 15 Apr, 2015 3 commits
  13. 09 Mar, 2015 2 commits
  14. 18 Feb, 2015 1 commit
  15. 13 Feb, 2015 1 commit
  16. 22 Jan, 2015 1 commit
  17. 21 Jan, 2015 1 commit
  18. 13 Jan, 2015 1 commit
  19. 29 Sep, 2014 2 commits