文件名称:weibo-spider-master
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-09-12
- 文件大小:
- 2.32mb
- 下载次数:
- 0次
- 提 供 者:
- w**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用java 开发的新浪微博爬取数据的示例程序,供参考。-spider datas from sina weibo.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
weibo-spider-master
...................\.classpath
...................\.project
...................\.settings
...................\.........\org.eclipse.core.resources.prefs
...................\.........\org.eclipse.jdt.core.prefs
...................\README.md
...................\conf
...................\....\spider.properties
...................\database
...................\........\sina_weibo.sql
...................\lib
...................\...\apache-mime4j-0.6.jar
...................\...\commons-codec-1.4.jar
...................\...\commons-logging-1.1.1.jar
...................\...\httpclient-4.0.1.jar
...................\...\httpcore-4.0.1.jar
...................\...\httpmime-4.0.1.jar
...................\...\json.jar
...................\...\jsoup-1.7.2.jar
...................\...\log4j-1.2.17.jar
...................\...\mysql-connector-java-5.1.10-bin.jar
...................\src
...................\...\cn
...................\...\..\edu
...................\...\..\...\zju
...................\...\..\...\...\ccnt
...................\...\..\...\...\....\spider
...................\...\..\...\...\....\......\WeiboSpiderStarter.java
...................\...\..\...\...\....\......\fetcher
...................\...\..\...\...\....\......\.......\CommentFetcher.java
...................\...\..\...\...\....\......\.......\FolloweeFetcher.java
...................\...\..\...\...\....\......\.......\RepostFetcher.java
...................\...\..\...\...\....\......\.......\WeiboFetcher.java
...................\...\..\...\...\....\......\handler
...................\...\..\...\...\....\......\.......\ManualRedirectHandler.java
...................\...\..\...\...\....\......\.......\NextUrlHandler.java
...................\...\..\...\...\....\......\parser
...................\...\..\...\...\....\......\......\CommentParser.java
...................\...\..\...\...\....\......\......\FollowParser.java
...................\...\..\...\...\....\......\......\RepostParser.java
...................\...\..\...\...\....\......\......\WeiboParser.java
...................\...\..\...\...\....\......\......\bean
...................\...\..\...\...\....\......\......\....\Account.java
...................\...\..\...\...\....\......\......\....\Comment.java
...................\...\..\...\...\....\......\......\....\Follow.java
...................\...\..\...\...\....\......\......\....\Page.java
...................\...\..\...\...\....\......\......\....\Repost.java
...................\...\..\...\...\....\......\......\....\Weibo.java
...................\...\..\...\...\....\......\queue
...................\...\..\...\...\....\......\.....\AbnormalAccountUrlQueue.java
...................\...\..\...\...\....\......\.....\AccountQueue.java
...................\...\..\...\...\....\......\.....\CommentUrlQueue.java
...................\...\..\...\...\....\......\.....\FollowUrlQueue.java
...................\...\..\...\...\....\......\.....\RepostUrlQueue.java
...................\...\..\...\...\....\......\.....\VisitedCommentUrlQueue.java
...................\...\..\...\...\....\......\.....\VisitedFollowUrlQueue.java
...................\...\..\...\...\....\......\.....\VisitedRepostUrlQueue.java
...................\...\..\...\...\....\......\.....\VisitedWeiboUrlQueue.java
...................\...\..\...\...\....\......\.....\WeiboUrlQueue.java
...................\...\..\...\...\....\......\utils
...................\...\..\...\...\....\......\.....\Constants.java
...................\...\..\...\...\....\......\.....\DBConn.java
...................\...\..\...\...\....\......\.....\FetcherType.java
...................\...\..\...\...\....\......\.....\LogType.java
...................\...\..\...\...\....\......\.....\Utils.java
...................\...\..\...\...\....\......\worker
...................\...\..\...\...\....\......\......\BasicWorker.java
...................\...\..\...\...\....\......\......\LoginWeibo.java
...................\...\..\...\...\....\......\......\LoginWeiboBackup.java
...................\...\..\...\...\....\......\......\impl
...................\