资源简介
腾讯微博爬虫程序例子 腾讯微博爬虫程序例子 腾讯微博爬虫程序例子
代码片段和文件信息
package test.bean;
import java.util.List;
public class ChiefTag {
private String tagName;
private String tagUrl;
private List childTags;
public List getChildTags() {
return childTags;
}
public void setChildTags(List childTags) {
this.childTags = childTags;
}
public String getTagName() {
return tagName;
}
public void setTagName(String tagName) {
this.tagName = tagName;
}
public String getTagUrl() {
return tagUrl;
}
@Override
public String toString() {
return “ChiefTag [tagName=“ + tagName + “ tagUrl=“ + tagUrl + “]“;
}
public void setTagUrl(String tagUrl) {
this.tagUrl = tagUrl;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 198034 2012-07-30 11:18 qqweibo\a.jpg
文件 3049 2012-05-16 15:07 qqweibo\category.html
文件 3653 2012-05-16 11:35 qqweibo\category2.html
文件 46 2011-11-13 23:13 qqweibo\config\CVS\Entries
文件 18 2011-11-13 23:12 qqweibo\config\CVS\Repository
文件 38 2011-11-13 23:12 qqweibo\config\CVS\Root
文件 290 2012-08-12 16:55 qqweibo\config\dbconfig.ini
文件 44 2011-11-13 23:13 qqweibo\js\CVS\Entries
文件 14 2011-11-13 23:12 qqweibo\js\CVS\Repository
文件 38 2011-11-13 23:12 qqweibo\js\CVS\Root
文件 7043 2012-07-30 15:12 qqweibo\js\encrypt.js
文件 188671 2011-11-06 17:02 qqweibo\lib\commons-beanutils.jar
文件 46725 2011-09-19 09:46 qqweibo\lib\commons-codec.jar
文件 559366 2011-11-06 17:04 qqweibo\lib\commons-collections-3.1.jar
文件 160519 2011-10-31 10:57 qqweibo\lib\commons-dbcp-1.4.jar
文件 245274 2011-11-06 16:57 qqweibo\lib\commons-lang-2.3.jar
文件 52915 2011-09-19 09:46 qqweibo\lib\commons-logging-1.1.jar
文件 62103 2011-10-31 10:57 qqweibo\lib\commons-pool.jar
文件 313898 2011-09-19 09:46 qqweibo\lib\dom4j-1.6.1.jar
文件 86487 2011-11-06 16:57 qqweibo\lib\ezmorph-1.0.6.jar
文件 288098 2011-11-24 10:04 qqweibo\lib\htmlparser.jar
文件 351132 2011-11-22 20:23 qqweibo\lib\httpclient-4.1.1.jar
文件 105864 2011-11-22 20:23 qqweibo\lib\httpclient-cache-4.1.1.jar
文件 181041 2011-11-22 20:23 qqweibo\lib\httpcore-4.1.jar
文件 26889 2011-11-22 20:23 qqweibo\lib\httpmime-4.1.1.jar
文件 159123 2011-11-06 16:57 qqweibo\lib\json-lib-2.4-jdk15.jar
文件 5206612 2011-11-06 16:57 qqweibo\lib\morph-1.1.1.zip
文件 493105 2011-11-30 22:56 qqweibo\lib\mysql-connector-java-5.0.3-bin.jar
文件 691 2011-10-30 11:09 qqweibo\src\test\bean\ChiefTag.java
文件 725 2012-08-10 22:03 qqweibo\src\test\bean\ChildTag.java
............此处省略161个文件信息
相关资源
- 微博情感分析,文本分类,毕业设计
- 网络爬虫最完整的源代码
- 仿新浪微博客户端
- 基于Hadoop平台实现一个分布式网络爬
- Delphi网页爬取.rar
- 微博语料情感分析代码
- 网络爬虫的初次体验
- 一个类似微博的列表的
- 阿达明新浪微博账号批量检测解锁器
- 微博褒贬语料已标注
- 新浪微博的用户数据
- linux环境下的网络爬虫
- 新浪微博混合云架构应用实践之路.
- 微博图片.jpg
- 新浪微博爬虫支持用户、超话、地点
- 网络爬虫从入门到精通嗷嗷
- 微博评论情感数据集(清洗之后的,
- 精通Scrapy网络爬虫(完整版)274198
- .Net网络爬虫
- 基于ssh的微博系统
- coae2014测评语料数据
- 自己动手写网络爬虫完整版 源码
- 微博淘宝客软件破解版.zip
- NLP&CC; 2013微博测评数据
- .net 微博管理系统
- 2013-2018年“医患关系”微博数据
- springboot个人微博开发项目
- 社交真实用户头像打包2000个.zip
- 新浪微博自动推广专家_v2.18.zip
- 自动回帖程序
评论
共有 条评论