文件名称:Restrant
-
所属分类:
- 标签属性:
- 上传时间:2016-04-14
-
文件大小:28.39mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
本代码可以实现餐馆点餐,有管理员登录,客户注册登录,客户点餐,管理员可以实现对菜品的修改。-This code can realize the restaurant order, the administrator login, customer registration login, customer order, the administrator can modify the dishes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Restrant/
Restrant/.classpath
Restrant/.myhibernatedata
Restrant/.project
Restrant/.settings/
Restrant/.settings/.jsdtscope
Restrant/.settings/com.genuitec.runtime.libraries.xml
Restrant/.settings/org.eclipse.core.resources.prefs
Restrant/.settings/org.eclipse.jdt.core.prefs
Restrant/.settings/org.eclipse.wst.common.component
Restrant/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
Restrant/.settings/org.eclipse.wst.common.project.facet.core.xml
Restrant/.settings/org.eclipse.wst.jsdt.ui.superType.container
Restrant/.settings/org.eclipse.wst.jsdt.ui.superType.name
Restrant/.springBeans
Restrant/WebRoot/
Restrant/WebRoot/META-INF/
Restrant/WebRoot/META-INF/MANIFEST.MF
Restrant/WebRoot/WEB-INF/
Restrant/WebRoot/WEB-INF/classes/
Restrant/WebRoot/WEB-INF/classes/applicationContext.xml
Restrant/WebRoot/WEB-INF/classes/com/
Restrant/WebRoot/WEB-INF/classes/com/restrant/
Restrant/WebRoot/WEB-INF/classes/com/restrant/action/
Restrant/WebRoot/WEB-INF/classes/com/restrant/action/CartAction.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/action/MealAction.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/action/OrdersAction.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/action/UserAction.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/MealBiz.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/MealSeriesBiz.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/OrderDtsBiz.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/OrdersBiz.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/UserBiz.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/MealBizImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/MealSeriesBizImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/OrderDtsBizImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/OrdersBizImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/UserBizImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/MealDAO.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/MealSeriesDAO.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/OrderDtsDAO.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/OrdersDAO.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/UserDAO.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/MealDAOImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/MealSeriesDAOImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/OrderDtsDAOImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/OrdersDAOImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/UserDAOImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Admin.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Admin.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/CartItemBean.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Meal.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Meal.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Mealseries.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Mealseries.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Orderdts.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Orderdts.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Orders.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Orders.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Pager.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Users.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Users.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/filter/
Restrant/WebRoot/WEB-INF/classes/com/restrant/filter/AuthFilter.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/interceptor/
Restrant/WebRoot/WEB-INF/classes/com/restrant/interceptor/AuthorityInterceptor.class
Restrant/WebRoot/WEB-INF/classes/struts.xml
Restrant/WebRoot/WEB-INF/lib/
Restrant/WebRoot/WEB-INF/lib/antlr-2.7.2.jar
Restrant/WebRoot/WEB-INF/lib/antlr-2.7.7.jar
Restrant/WebRoot/WEB-INF/lib/aopalliance-1.0.jar
Restrant/WebRoot/WEB-INF/lib/aspectjweaver-1.6.9.jar
Restrant/WebRoot/WEB-INF/lib/c3p0-0.9.1.2.jar
Restrant/WebRoot/WEB-INF/lib/c3p0-0.9.1.jar
Restrant/WebRoot/WEB-INF/lib/cglib-nodep-2.2.jar
Restrant/WebRoot/WEB-INF/lib/classworlds-1.1.jar
Restrant/WebRoot/WEB-INF/lib/commons-beanutils-1.7.0.jar
Restrant/WebRoot/WEB-INF/lib/commons-chain-1.2.jar
Restrant/WebRoot/WEB-INF/lib/commons-collections-3.2.jar
Restrant/WebRoot/WEB-INF/lib/commons-dbcp-1.4.jar
Restrant/WebRoot/WEB-INF/lib/commons-digester-2.0.jar
Restrant/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
Restrant/WebRoot/WEB-INF/lib/commons-fileupload-1.2.jar
Restrant/WebRoot/WEB-INF/lib/commons-httpclient-3.1.jar
Restrant/WebRoot/WEB-INF/lib/commons-io-1.3.2.jar
Restrant/WebRoot/WEB-INF/lib/commons-lang-2.3.jar
R
Restrant/.classpath
Restrant/.myhibernatedata
Restrant/.project
Restrant/.settings/
Restrant/.settings/.jsdtscope
Restrant/.settings/com.genuitec.runtime.libraries.xml
Restrant/.settings/org.eclipse.core.resources.prefs
Restrant/.settings/org.eclipse.jdt.core.prefs
Restrant/.settings/org.eclipse.wst.common.component
Restrant/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
Restrant/.settings/org.eclipse.wst.common.project.facet.core.xml
Restrant/.settings/org.eclipse.wst.jsdt.ui.superType.container
Restrant/.settings/org.eclipse.wst.jsdt.ui.superType.name
Restrant/.springBeans
Restrant/WebRoot/
Restrant/WebRoot/META-INF/
Restrant/WebRoot/META-INF/MANIFEST.MF
Restrant/WebRoot/WEB-INF/
Restrant/WebRoot/WEB-INF/classes/
Restrant/WebRoot/WEB-INF/classes/applicationContext.xml
Restrant/WebRoot/WEB-INF/classes/com/
Restrant/WebRoot/WEB-INF/classes/com/restrant/
Restrant/WebRoot/WEB-INF/classes/com/restrant/action/
Restrant/WebRoot/WEB-INF/classes/com/restrant/action/CartAction.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/action/MealAction.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/action/OrdersAction.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/action/UserAction.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/MealBiz.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/MealSeriesBiz.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/OrderDtsBiz.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/OrdersBiz.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/UserBiz.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/MealBizImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/MealSeriesBizImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/OrderDtsBizImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/OrdersBizImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/biz/impl/UserBizImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/MealDAO.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/MealSeriesDAO.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/OrderDtsDAO.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/OrdersDAO.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/UserDAO.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/MealDAOImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/MealSeriesDAOImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/OrderDtsDAOImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/OrdersDAOImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/dao/impl/UserDAOImpl.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Admin.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Admin.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/CartItemBean.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Meal.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Meal.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Mealseries.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Mealseries.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Orderdts.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Orderdts.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Orders.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Orders.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Pager.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Users.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/entity/Users.hbm.xml
Restrant/WebRoot/WEB-INF/classes/com/restrant/filter/
Restrant/WebRoot/WEB-INF/classes/com/restrant/filter/AuthFilter.class
Restrant/WebRoot/WEB-INF/classes/com/restrant/interceptor/
Restrant/WebRoot/WEB-INF/classes/com/restrant/interceptor/AuthorityInterceptor.class
Restrant/WebRoot/WEB-INF/classes/struts.xml
Restrant/WebRoot/WEB-INF/lib/
Restrant/WebRoot/WEB-INF/lib/antlr-2.7.2.jar
Restrant/WebRoot/WEB-INF/lib/antlr-2.7.7.jar
Restrant/WebRoot/WEB-INF/lib/aopalliance-1.0.jar
Restrant/WebRoot/WEB-INF/lib/aspectjweaver-1.6.9.jar
Restrant/WebRoot/WEB-INF/lib/c3p0-0.9.1.2.jar
Restrant/WebRoot/WEB-INF/lib/c3p0-0.9.1.jar
Restrant/WebRoot/WEB-INF/lib/cglib-nodep-2.2.jar
Restrant/WebRoot/WEB-INF/lib/classworlds-1.1.jar
Restrant/WebRoot/WEB-INF/lib/commons-beanutils-1.7.0.jar
Restrant/WebRoot/WEB-INF/lib/commons-chain-1.2.jar
Restrant/WebRoot/WEB-INF/lib/commons-collections-3.2.jar
Restrant/WebRoot/WEB-INF/lib/commons-dbcp-1.4.jar
Restrant/WebRoot/WEB-INF/lib/commons-digester-2.0.jar
Restrant/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
Restrant/WebRoot/WEB-INF/lib/commons-fileupload-1.2.jar
Restrant/WebRoot/WEB-INF/lib/commons-httpclient-3.1.jar
Restrant/WebRoot/WEB-INF/lib/commons-io-1.3.2.jar
Restrant/WebRoot/WEB-INF/lib/commons-lang-2.3.jar
R
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.