資源簡介
用MVC模式開發的簡易論壇,登錄用戶可以發表留言和發表回復,非登錄用戶只能查看

代碼片段和文件信息
package?com.handson.bean;
public?class?MessageBean?{
private?int?msgID;
private?int?userID;
private?String?msgtitle;
private?String?msgContent;
private?String?msgTime;
private?String?IP;
public?int?getMsgID()?{
return?msgID;
}
public?void?setMsgID(int?msgID)?{
this.msgID?=?msgID;
}
public?int?getUserID()?{
return?userID;
}
public?void?setUserID(int?userID)?{
this.userID?=?userID;
}
public?String?getMsgtitle()?{
return?msgtitle;
}
public?void?setMsgtitle(String?msgtitle)?{
this.msgtitle?=?msgtitle;
}
public?String?getMsgContent()?{
return?msgContent;
}
public?void?setMsgContent(String?msgContent)?{
this.msgContent?=?msgContent;
}
public?String?getMsgTime()?{
return?msgTime;
}
public?void?setMsgTime(String?msgTime)?{
this.msgTime?=?msgTime;
}
public?String?getIP()?{
return?IP;
}
public?void?setIP(String?ip)?{
IP?=?ip;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????442??2010-12-30?14:11??簡易論壇\ch10guestbook\.classpath
?????文件????????313??2010-12-30?14:11??簡易論壇\ch10guestbook\.myme
?????文件???????1231??2010-12-30?14:11??簡易論壇\ch10guestbook\.project
?????文件???????1040??2010-12-30?14:11??簡易論壇\ch10guestbook\.settings\com.genuitec.eclipse.j2eedt.core.prefs
?????文件????????933??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\bean\MessageBean.java
?????文件????????566??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\bean\MessageCountBean.java
?????文件???????1211??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\bean\MessageInfoBean.java
?????文件????????995??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\bean\ReplyBean.java
?????文件???????1447??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\bean\UserBean.java
?????文件???????1281??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\dao\MessageCountDao.java
?????文件???????2327??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\dao\MessageDao.java
?????文件???????4099??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\dao\MessageInfoDao.java
?????文件???????1974??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\dao\ReplyDao.java
?????文件???????4649??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\dao\UserDao.java
?????文件???????2664??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\servlet\AddMessageServlet.java
?????文件???????2821??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\servlet\AddReplyServlet.java
?????文件???????2165??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\servlet\CheckLoginServlet.java
?????文件???????2553??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\servlet\GetReplyServlet.java
?????文件???????2363??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\servlet\PageMessageInfoServlet.java
?????文件???????3180??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\servlet\RegisterServlet.java
?????文件????????874??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\util\DBUtil.java
?????文件????????278??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\util\PageUtil.java
?????文件????????349??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\util\ServerDateTime.java
?????文件????????492??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\util\StringUtil.java
?????文件???????3783??2010-12-30?14:11??簡易論壇\ch10guestbook\src\com\handson\util\ValidateCodeServlet.java
?????文件???????3959??2010-12-30?14:11??簡易論壇\ch10guestbook\WebRoot\?index_bak.jsp
?????文件????????437??2010-12-30?14:11??簡易論壇\ch10guestbook\WebRoot\error.jsp
?????文件???????1343??2010-12-30?14:11??簡易論壇\ch10guestbook\WebRoot\head.jsp
?????文件??????81951??2010-12-30?14:11??簡易論壇\ch10guestbook\WebRoot\image\banner.jpg
?????文件??????88349??2010-12-30?14:11??簡易論壇\ch10guestbook\WebRoot\image\headback.png
............此處省略60個文件信息
- 上一篇:JpcapDumper-0.3-src.zip
- 下一篇:簡單的安卓記賬本源碼
評論
共有 條評論