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

无限点餐系统

于 2018-05-18 发布 文件大小:4061KB
0 173
下载积分: 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 个回复

  • ConnectToBoss-master
    说明:  仿boos直销小程序,人才招聘。这是微信小程序的代码!请运行到微信开发者工具中!(Imitation boos direct selling small program, talent recruitment. This is the code of wechat applet! Please run to wechat developer tool!)
    2020-07-30 10:59:02下载
    积分:1
  • WeatherRadar-master
    说明:  一个天气雷达小网站,可以点开学习下前端知识(A small weather radar website, you can click to learn front-end knowledge)
    2019-03-04 11:28:00下载
    积分:1
  • 书剑江湖MUD源码
    喜欢书剑的朋友有福喽!经典的书剑源码,是开站版哦!敢快下载
    2020-12-06下载
    积分:1
  • iHaier
    Ihaier开发包,ihaier是一款办公聊天工具,这个包是开发代码(Ihaier development kit, ihaier is an office chat tool, this package is the development code)
    2020-06-25 19:40:02下载
    积分:1
  • dell-lee-Travel-master
    Vue2.5开发去哪儿网App 从零基础入门到实战项目(Where does Vue2.5 develop to App? From zero base entry to actual combat project)
    2021-03-20 13:59:18下载
    积分:1
  • 无限点餐系统
    实现点餐系统,运用jsp技术,servlet技术开发的点餐小程序(Implementation of ordering system, the use of JSP technology, Servlet Technology Development of small order program)
    2018-05-18 18:43:19下载
    积分:1
  • canvasPainter-master
    实现画布的功能还增加了炫的bg效果。。。只有画笔(画直线)和橡皮擦和保存功能(simple function canvaspainter)
    2017-11-14 21:08:08下载
    积分:1
  • 基于安卓的小车控制(视频回传,语音控制,重力控制等功能)
    如题所示,是基于安卓端的小车开发控制,包括视频回传(两部手机处于同一局域网即可),语音控制,重力控制等功能,已通过实际检测,可与另一份上传的单片机代码配套使用,实用eclipse编译。
    2022-02-16 05:30:06下载
    积分:1
  • iHaier
    说明:  Ihaier开发包,ihaier是一款办公聊天工具,这个包是开发代码(Ihaier development kit, ihaier is an office chat tool, this package is the development code)
    2020-06-25 19:40:02下载
    积分: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
  • 696518资源总数
  • 104384会员总数
  • 26今日下载