資源簡介
騰訊微博爬蟲程序例子 騰訊微博爬蟲程序例子 騰訊微博爬蟲程序例子

代碼片段和文件信息
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個文件信息
評論
共有 條評論