登录
首页 » Java » 无限点餐系统

无限点餐系统

于 2018-05-18 发布 文件大小:4061KB
0 268
下载积分: 1 下载次数: 7

代码说明:

  实现点餐系统,运用jsp技术,servlet技术开发的点餐小程序(Implementation of ordering system, the use of JSP technology, Servlet Technology Development of small order program)

文件列表:

无限点餐系统, 0 , 2017-04-24
无限点餐系统\OrderDishes, 0 , 2017-04-24
无限点餐系统\orderdishes.sql, 5766 , 2017-04-18
无限点餐系统\OrderDishes\.classpath, 628 , 2017-04-14
无限点餐系统\OrderDishes\.project, 1044 , 2017-04-12
无限点餐系统\OrderDishes\.settings, 0 , 2017-04-24
无限点餐系统\OrderDishes\.settings\.jsdtscope, 503 , 2017-04-12
无限点餐系统\OrderDishes\.settings\org.eclipse.core.resources.prefs, 659 , 2017-04-18
无限点餐系统\OrderDishes\.settings\org.eclipse.jdt.core.prefs, 364 , 2017-04-12
无限点餐系统\OrderDishes\.settings\org.eclipse.wst.common.component, 485 , 2017-04-12
无限点餐系统\OrderDishes\.settings\org.eclipse.wst.common.project.facet.core.xml, 345 , 2017-04-12
无限点餐系统\OrderDishes\.settings\org.eclipse.wst.jsdt.ui.superType.container, 49 , 2017-04-12
无限点餐系统\OrderDishes\.settings\org.eclipse.wst.jsdt.ui.superType.name, 6 , 2017-04-12
无限点餐系统\OrderDishes\build, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\c3p0-config.xml, 2496 , 2017-04-17
无限点餐系统\OrderDishes\build\classes\com, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\com\lh, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\com\lh\food, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao\IDeskDao.class, 566 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao\IFoodDao.class, 697 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao\IFoodTypeDao.class, 594 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao\impl, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao\impl\DeskDaoImpl.class, 3889 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao\impl\FoodDaoImpl.class, 5912 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao\impl\FoodTypeDaoImpl.class, 4384 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao\impl\OrderDaoImpl.class, 4575 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao\impl\OrderDetailDaoImpl.class, 3856 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao\IOrderDao.class, 417 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\dao\IOrderDetailDao.class, 440 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\entity, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\com\lh\food\entity\Desk.class, 1307 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\entity\Food.class, 1986 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\entity\FoodType.class, 874 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\entity\Order.class, 1537 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\entity\OrderDetail.class, 1514 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\entity\PageBean.class, 1442 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\normal, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\com\lh\food\normal\CharsetFilter.class, 1173 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\service, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\com\lh\food\service\IDeskService.class, 578 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\service\IFoodService.class, 709 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\service\IFoodTypeService.class, 606 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\service\impl, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\com\lh\food\service\impl\DeskService.class, 1579 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\service\impl\FoodService.class, 2050 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\service\impl\FoodTypeService.class, 1637 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\service\impl\OrderDetailService.class, 1308 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\service\impl\OrderService.class, 2034 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\service\IOrderDetailService.class, 452 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\service\IOrderService.class, 429 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\CaixiangxiServlet.class, 2128 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\CartServlet.class, 3350 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\ClientOrderServlet.class, 1125 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\DeskServlet.class, 4073 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\FoodServlet.class, 6067 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\FoodTypeServlet.class, 3968 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\MenuServlet.class, 2881 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\OrderDesk.class, 2841 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\OrderDetailServlet.class, 2664 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\OrderFood.class, 3997 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\OrderServlet.class, 2262 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\Qingdan.class, 1419 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\SelectFoodType.class, 2317 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\servlet\UserIndexServlet.class, 1788 , 2017-04-20
无限点餐系统\OrderDishes\build\classes\com\lh\food\util, 0 , 2017-04-24
无限点餐系统\OrderDishes\build\classes\com\lh\food\util\JDBCUtil.class, 707 , 2017-04-20
无限点餐系统\OrderDishes\src, 0 , 2017-04-24
无限点餐系统\OrderDishes\src\c3p0-config.xml, 2496 , 2017-04-17
无限点餐系统\OrderDishes\src\com, 0 , 2017-04-24
无限点餐系统\OrderDishes\src\com\lh, 0 , 2017-04-24
无限点餐系统\OrderDishes\src\com\lh\food, 0 , 2017-04-24
无限点餐系统\OrderDishes\src\com\lh\food\dao, 0 , 2017-04-24
无限点餐系统\OrderDishes\src\com\lh\food\dao\IDeskDao.java, 406 , 2017-04-20
无限点餐系统\OrderDishes\src\com\lh\food\dao\IFoodDao.java, 502 , 2017-04-20
无限点餐系统\OrderDishes\src\com\lh\food\dao\IFoodTypeDao.java, 443 , 2017-04-20
无限点餐系统\OrderDishes\src\com\lh\food\dao\impl, 0 , 2017-04-24
无限点餐系统\OrderDishes\src\com\lh\food\dao\impl\DeskDaoImpl.java, 2534 , 2017-04-20
无限点餐系统\OrderDishes\src\com\lh\food\dao\impl\FoodDaoImpl.java, 3864 , 2017-04-20
无限点餐系统\OrderDishes\src\com\lh\food\dao\impl\FoodTypeDaoImpl.java, 2820 , 2017-04-20
无限点餐系统\OrderDishes\src\com\lh\food\dao\impl\OrderDaoImpl.java, 2889 , 2017-04-18
无限点餐系统\OrderDishes\src\com\lh\food\dao\impl\OrderDetailDaoImpl.java, 2415 , 2017-04-18
无限点餐系统\OrderDishes\src\com\lh\food\dao\IOrderDao.java, 363 , 2017-04-18
无限点餐系统\OrderDishes\src\com\lh\food\dao\IOrderDetailDao.java, 325 , 2017-04-16
无限点餐系统\OrderDishes\src\com\lh\food\entity, 0 , 2017-04-24
无限点餐系统\OrderDishes\src\com\lh\food\entity\Desk.java, 817 , 2017-04-13
无限点餐系统\OrderDishes\src\com\lh\food\entity\Food.java, 1448 , 2017-04-13
无限点餐系统\OrderDishes\src\com\lh\food\entity\FoodType.java, 475 , 2017-04-13
无限点餐系统\OrderDishes\src\com\lh\food\entity\Order.java, 1010 , 2017-04-18
无限点餐系统\OrderDishes\src\com\lh\food\entity\OrderDetail.java, 990 , 2017-04-16
无限点餐系统\OrderDishes\src\com\lh\food\entity\PageBean.java, 1114 , 2017-04-18
无限点餐系统\OrderDishes\src\com\lh\food\normal, 0 , 2017-04-24
无限点餐系统\OrderDishes\src\com\lh\food\normal\CharsetFilter.java, 809 , 2017-04-18
无限点餐系统\OrderDishes\src\com\lh\food\service, 0 , 2017-04-24
无限点餐系统\OrderDishes\src\com\lh\food\service\IDeskService.java, 377 , 2017-04-20
无限点餐系统\OrderDishes\src\com\lh\food\service\IFoodService.java, 510 , 2017-04-20
无限点餐系统\OrderDishes\src\com\lh\food\service\IFoodTypeService.java, 451 , 2017-04-20
无限点餐系统\OrderDishes\src\com\lh\food\service\impl, 0 , 2017-04-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • test_hibernate_emp
    使用java,hibernate,连接oracle数据库制作的简易增删改查(Using Java and hibernate to connect Oracle Database)
    2019-01-09 09:48:08下载
    积分:1
  • h5德州代码
    H5开发的德州扑克,支持手机,PC,只支持单人玩(Texas Poker, developed by H5, supports mobile phones, PC)
    2019-01-23 02:49:30下载
    积分:1
  • 数据库可视化大屏展示DEMO
    说明:  一个数据库可视化大屏展示DEMO,可以修改自用,用于监控室(A database visualization large screen display demo, which can be modified for self use and used in the monitoring room)
    2020-05-03 14:43:49下载
    积分:1
  • migomiddle-xms-master
    说明:  VS2019 + Vue + ElementUI一款不错的组合(Vs2019 + Vue + elementui is a good combination)
    2020-04-11 16:08:04下载
    积分:1
  • 录音
    前端录音后,把音频文件上传到后台上传文件到后台(After the front-end recording, upload the audio file to the background and upload the file to the background.)
    2019-07-09 20:01:15下载
    积分:1
  • 三级导航
    网页左侧三级导航菜单代码,用于网页展示用。(The three-level navigation menu code on the left side of the web page is used for the display of the web page.)
    2020-06-20 10:40:01下载
    积分:1
  • 三级导航
    说明:  网页左侧三级导航菜单代码,用于网页展示用。(The three-level navigation menu code on the left side of the web page is used for the display of the web page.)
    2020-06-20 10:40:01下载
    积分:1
  • 各个国家的 地图GeoJSON 文件
    说明:  各个国家的地图GeoJSON 文件,主要用于Echarts(Maps of various countries GeoJSON files)
    2021-02-01 10:00:00下载
    积分:1
  • resume-master
    说明:  最新前端技术:使用vue 和 animate.css 制作个人在线简历,效果比较接近于H5页面,支持鼠标滑动切换。(The latest front end technology: using Vue and animate.css Production of personal online resume, the effect is close to H5 page, support mouse sliding switch.)
    2021-02-02 10:43:37下载
    积分:1
  • HTML5商城
    HTML5的一套商城网站,比较齐全,适合一般人员练习参考(HTML5, a set of mall websites, more complete, suitable for general practitioners reference)
    2018-12-04 13:26:13下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载