資源簡介
本人本科畢業設計酒店管理系統源代碼完整版,使用eclipse開發環境+mysql數據。功能齊全,代碼完整,運行也比較簡單。希望對大家有用。

代碼片段和文件信息
package?com.cdtu.dao;
import?java.util.List;
import?com.cdtu.entity.DinnerTable;
public?interface?IDinnerTableDao?{
void?add(DinnerTable?dt);
void?delete(int?id);
void?updata(DinnerTable?dt);
List?query();
DinnerTable?findById(int?id);
List?query(String?keyword);
void?quitTable(int?id);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-06-11?16:55??testhotel\
?????文件?????????727??2016-05-31?15:35??testhotel\.classpath
?????文件????????1042??2016-05-12?17:23??testhotel\.project
?????目錄???????????0??2016-06-11?16:55??testhotel\.settings\
?????文件?????????503??2016-05-12?17:23??testhotel\.settings\.jsdtscope
?????文件?????????364??2016-05-12?17:23??testhotel\.settings\org.eclipse.jdt.core.prefs
?????文件?????????479??2016-05-12?17:23??testhotel\.settings\org.eclipse.wst.common.component
?????文件?????????305??2016-05-31?15:26??testhotel\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2016-05-12?17:23??testhotel\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2016-05-12?17:23??testhotel\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2016-06-11?16:55??testhotel\WebContent\
?????目錄???????????0??2016-06-11?16:55??testhotel\WebContent\me
?????文件??????????39??2016-05-12?17:23??testhotel\WebContent\me
?????目錄???????????0??2016-06-11?16:55??testhotel\WebContent\WEB-INF\
?????目錄???????????0??2016-06-11?16:55??testhotel\WebContent\WEB-INF\lib\
?????文件??????610790??2016-05-12?17:33??testhotel\WebContent\WEB-INF\lib\c3p0-0.9.1.2.jar
?????文件??????521903??2016-05-12?17:33??testhotel\WebContent\WEB-INF\lib\commons-beanutils-1.8.3.jar
?????文件???????77857??2016-05-12?17:33??testhotel\WebContent\WEB-INF\lib\commons-dbutils-1.6.jar
?????文件???????57779??2016-05-12?17:33??testhotel\WebContent\WEB-INF\lib\commons-fileupload-1.2.1.jar
?????文件??????266600??2016-05-12?17:33??testhotel\WebContent\WEB-INF\lib\commons-io-1.4.jar
?????文件??????129506??2016-05-12?17:33??testhotel\WebContent\WEB-INF\lib\commons-logging-1.1.1.jar
?????文件??????414240??2016-05-08?13:36??testhotel\WebContent\WEB-INF\lib\jstl-1.2.jar
?????文件??????551396??2016-05-12?17:33??testhotel\WebContent\WEB-INF\lib\mchange-commons-0.2.jar
?????文件??????875339??2016-05-12?17:33??testhotel\WebContent\WEB-INF\lib\mysql-connector-java-5.1.28-bin.jar
?????目錄???????????0??2018-11-07?22:48??testhotel\WebContent\WEB-INF\upload\
?????文件????????4293??2016-06-02?16:33??testhotel\WebContent\WEB-INF\web.xm
?????目錄???????????0??2016-06-11?16:55??testhotel\WebContent\app\
?????文件????????4313??2016-06-02?16:40??testhotel\WebContent\app\addVCustomer.jsp
?????目錄???????????0??2016-06-11?16:55??testhotel\WebContent\app\detail\
?????文件????????4403??2016-05-25?10:01??testhotel\WebContent\app\detail\caidan.jsp
?????文件????????3586??2016-05-12?17:33??testhotel\WebContent\app\detail\caixiangxi.jsp
............此處省略408個文件信息
評論
共有 條評論