資源簡介
做的比較簡陋,實現的功能也比較簡單,大家隨便看看。

代碼片段和文件信息
package?com.arm.dao;
import?java.util.List;
import?com.arm.vo.Board;
public?interface?BoardDAO?{
/**
?*?獲取所有的板塊信息
?*?@return
?*/
List?list();
/**
?*?按ID查詢板塊
?*?@param?id
?*?@return
?*/
Board?list(int?id);
/**
?*?更新主貼數量
?*?@param?id
?*?sql=“update?t_board?set?topCount=topCount+1?where?bid=?“;
?*?@return
?*/
boolean?updateTopic(int?id);
/**
?*?跟新回帖數量
?*?@param?id
?*?*?sql=“update?t_board?set?repCount=repCount+1?where?bid=?“;
?*?@return
?*/
boolean?updateReply(int?id);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-11-07?14:36??BBS\
?????目錄???????????0??2014-11-07?14:36??BBS\WebContent\
?????目錄???????????0??2014-11-07?14:36??BBS\WebContent\me
?????文件??????????39??2014-10-21?13:12??BBS\WebContent\me
?????目錄???????????0??2014-11-07?14:36??BBS\WebContent\WEB-INF\
?????目錄???????????0??2014-11-07?14:36??BBS\WebContent\WEB-INF\lib\
?????文件???????77857??2014-10-21?13:12??BBS\WebContent\WEB-INF\lib\commons-dbutils-1.6.jar
?????文件???????69002??2014-10-21?13:12??BBS\WebContent\WEB-INF\lib\commons-fileupload-1.3.1.jar
?????文件???????87776??2014-10-21?13:12??BBS\WebContent\WEB-INF\lib\commons-io-1.3.2.jar
?????文件??????412740??2014-10-21?13:12??BBS\WebContent\WEB-INF\lib\commons-lang3-3.3.2.jar
?????文件??????357903??2014-10-21?13:12??BBS\WebContent\WEB-INF\lib\fastjson-1.1.41.jar
?????文件???????20682??2014-10-21?13:12??BBS\WebContent\WEB-INF\lib\jstl.jar
?????文件??????540852??2014-10-21?13:12??BBS\WebContent\WEB-INF\lib\mysql-connector-java-5.0.8-bin.jar
?????文件??????393259??2014-10-21?13:12??BBS\WebContent\WEB-INF\lib\standard.jar
?????文件????????3023??2014-10-21?13:12??BBS\WebContent\WEB-INF\web.xm
?????文件????????3181??2014-10-21?13:12??BBS\WebContent\board.jsp
?????文件?????????123??2014-10-21?13:12??BBS\WebContent\db.properties
?????文件?????????141??2014-10-21?13:12??BBS\WebContent\default.jsp
?????文件?????????146??2014-10-21?13:12??BBS\WebContent\footer.jsp
?????目錄???????????0??2014-11-07?14:36??BBS\WebContent\icon\
?????文件????????1972??2014-10-21?13:12??BBS\WebContent\icon\1.gif
?????文件????????2281??2014-10-21?13:12??BBS\WebContent\icon\2.gif
?????文件????????2239??2014-10-21?13:12??BBS\WebContent\icon\3.gif
?????文件????????2288??2014-10-21?13:12??BBS\WebContent\icon\4.gif
?????文件????????2427??2014-10-21?13:12??BBS\WebContent\icon\5.gif
?????文件????????2045??2014-10-21?13:12??BBS\WebContent\icon\6.gif
?????目錄???????????0??2014-11-07?14:36??BBS\WebContent\image\
?????文件???????11356??2014-10-21?13:12??BBS\WebContent\image\LOGO.jpg
?????目錄???????????0??2014-11-07?14:36??BBS\WebContent\img\
?????文件????????4856??2014-10-21?13:12??BBS\WebContent\img\b1.bmp
?????文件????????4856??2014-10-21?13:12??BBS\WebContent\img\b10.bmp
............此處省略57個文件信息
- 上一篇:android小程序便簽
- 下一篇:java+Mysql 銀行管理系統
評論
共有 條評論