資源簡介
jap實現的網站論壇的源代碼,留言,回復等功能,希望多多支持啊。

代碼片段和文件信息
package?com.bean;
import?java.util.Date;
public?class?BBS
{
int?id;?
String?title;
String?info;
Date?sendtime;
int?author;
public?BBS(int?id?String?title?String?info?Date?sendtime?int?author)
{
this.id?=?id;
this.title?=?title;
this.info?=?info;
this.sendtime?=?sendtime;
this.author?=?author;
}
public?BBS()
{
}
public?int?getId()
{
return?id;
}
public?void?setId(int?id)
{
this.id?=?id;
}
public?String?gettitle()
{
return?title;
}
public?void?settitle(String?title)
{
this.title?=?title;
}
public?String?getInfo()
{
return?info;
}
public?void?setInfo(String?info)
{
this.info?=?info;
}
public?Date?getSendtime()
{
return?sendtime;
}
public?void?setSendtime(Date?sendtime)
{
this.sendtime?=?sendtime;
}
public?int?getAuthor()
{
return?author;
}
public?void?setAuthor(int?author)
{
this.author?=?author;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????362??2011-03-18?09:36??BBS項目組\BBS源代碼\BBS\.classpath
?????文件????????282??2011-03-18?09:36??BBS項目組\BBS源代碼\BBS\.myme
?????文件???????1409??2011-03-18?11:31??BBS項目組\BBS源代碼\BBS\.project
?????文件????????500??2011-03-18?09:36??BBS項目組\BBS源代碼\BBS\.settings\.jsdtscope
?????文件????????330??2011-03-18?09:36??BBS項目組\BBS源代碼\BBS\.settings\org.eclipse.jdt.core.prefs
?????文件?????????49??2011-03-18?09:36??BBS項目組\BBS源代碼\BBS\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2011-03-18?09:36??BBS項目組\BBS源代碼\BBS\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????1001??2011-03-18?10:13??BBS項目組\BBS源代碼\BBS\src\com\bean\BBS.java
?????文件???????1171??2011-03-18?11:38??BBS項目組\BBS源代碼\BBS\src\com\bean\BBSView.java
?????文件????????974??2011-03-18?10:13??BBS項目組\BBS源代碼\BBS\src\com\bean\Reply.java
?????文件????????755??2011-03-18?10:12??BBS項目組\BBS源代碼\BBS\src\com\bean\UserList.java
?????文件???????1514??2011-03-18?11:20??BBS項目組\BBS源代碼\BBS\src\com\DAO\BBSDAO.java
?????文件????????650??2011-03-18?10:27??BBS項目組\BBS源代碼\BBS\src\com\DAO\DBPool.java
?????文件???????1843??2011-03-18?10:52??BBS項目組\BBS源代碼\BBS\src\com\DAO\UserListDAO.java
?????文件????????765??2011-03-18?10:42??BBS項目組\BBS源代碼\BBS\src\com\filter\GBKFilter.java
?????文件???????1384??2011-03-18?11:36??BBS項目組\BBS源代碼\BBS\src\com\hzj\s\BBSInfo.java
?????文件????????833??2011-03-18?11:12??BBS項目組\BBS源代碼\BBS\src\com\hzj\s\BBSList.java
?????文件???????1546??2011-03-18?11:41??BBS項目組\BBS源代碼\BBS\src\com\hzj\s\Login.java
?????文件???????1892??2011-03-18?11:28??BBS項目組\BBS源代碼\BBS\WebRoot\BBSInfo.jsp
?????文件???????1307??2011-03-18?11:18??BBS項目組\BBS源代碼\BBS\WebRoot\BBSList.jsp
?????文件????????841??2011-03-18?09:39??BBS項目組\BBS源代碼\BBS\WebRoot\BBSSend.jsp
?????文件????????886??2011-03-18?11:40??BBS項目組\BBS源代碼\BBS\WebRoot\err.jsp
?????文件???????1062??2011-03-18?10:38??BBS項目組\BBS源代碼\BBS\WebRoot\login.jsp
?????文件?????????36??2011-03-18?09:36??BBS項目組\BBS源代碼\BBS\WebRoot\me
?????文件????????844??2011-03-18?09:39??BBS項目組\BBS源代碼\BBS\WebRoot\personInfo.jsp
?????文件????????842??2011-03-18?09:38??BBS項目組\BBS源代碼\BBS\WebRoot\register.jsp
?????文件???????1550??2011-03-18?10:13??BBS項目組\BBS源代碼\BBS\WebRoot\WEB-INF\classes\com\bean\BBS.class
?????文件???????1782??2011-03-18?11:38??BBS項目組\BBS源代碼\BBS\WebRoot\WEB-INF\classes\com\bean\BBSView.class
?????文件???????1550??2011-03-18?10:13??BBS項目組\BBS源代碼\BBS\WebRoot\WEB-INF\classes\com\bean\Reply.class
?????文件???????1264??2011-03-18?10:12??BBS項目組\BBS源代碼\BBS\WebRoot\WEB-INF\classes\com\bean\UserList.class
............此處省略157個文件信息
- 上一篇:Java JAI API文檔
- 下一篇:Java8 新特性新.pdf
評論
共有 條評論