搜索资源列表
jkcore
- 全新的持久化代码 可以方便的对数据库进行读写.实现采用java 对数据库的增删改查都能得心应手.-new persistence of the code can easily read and write to databases. Implementation of java database used by the excision can check handy.
db
- 功能设计及说明 设计软件:windows XP+Eclipse 3.3+tomcat 6.0+lomboz3.3+mysql5.0 功能介绍:酒店管理系统能实现酒店介绍,客人入住登记,房间类型以及状态的查询,还有客人、房间的查询等功能。 使用说明:本实验使用Eclipse编写,所以要在IE中运行。 (数据库入门级比较好的学习程序)-Functional design and design software Note: windows XP+ Eclipse 3.3+ tomcat
java_datebase
- 连接数据库的java程序,包括增,删,改,查等,可以帮助提高数据库编程.-Java program to connect to the database, including add, delete, change, check, etc., can help improve database programming.
hotel_v1
- 说明:本系统中包含如下6大功能模块: 前台服务:该模块主要包括开台点菜、维护菜品、签单、结账等功能,其中维护菜品功能包括添加和取消菜品,能够取消菜品的前提条件是尚未签单,即处于开单状态,结账时则要求所有商品都要签单,否则不允许结账。 后台管理:该模块主要包括台号管理、菜系管理和菜品管理功能,其中菜系用来对菜品进行分类。 销售统计: -Note: This system contains the following six function
Assignment1
- Assignment:Core Java Guidelines: 1.Data will be stored in named as product .Product table has 5 columns pid,pname,price,status and color. 2.In client program we are fetching the results which has status as pending . 3.Aft