• 大小: 5.64MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-14
  • 语言: Java
  • 标签: javaEE  源代码  

资源简介

本人本科毕业设计酒店管理系统源代码完整版,使用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.xml
     文件          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\meta-INF\
     文件          39  2016-05-12 17:23  testhotel\WebContent\meta-INF\MANIFEST.MF
     目录           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.xml
     目录           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个文件信息

评论

共有 条评论