CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 Web服务器

文件名称: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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com