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

无限点餐系统

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

  • 监控室数据可视化大屏的DEMO
    说明:  数据可视化大屏的DEMO,用于大屏数据的展示,用于监控室(Data visualization large screen demo, used for large screen data display, used for monitoring room)
    2020-05-03 14:41:54下载
    积分:1
  • leaflet-velocity-master
    用于实现动态风向、洋流等气象地图显示,输入数据格式为grib2转换成的json文件(a leaflet plugin,for Meteorological map to show windy direction or sea flow info)
    2018-09-06 09:47:51下载
    积分:1
  • migomiddle-xms-master
    说明:  VS2019 + Vue + ElementUI一款不错的组合(Vs2019 + Vue + elementui is a good combination)
    2020-04-11 16:08:04下载
    积分: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
  • mcp
    说明:  网站的风数据处理,上传数据然后得出风谱图,以及导出数据(Wind data processing of the website, uploading data and then getting wind spectrogram, as well as exporting data)
    2019-06-13 10:14:38下载
    积分:1
  • 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
  • 录音
    说明:  前端录音后,把音频文件上传到后台上传文件到后台(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
  • vue.js项目实战
    说明:  vue实战开发.快速上手.好不容易找到电子版.非PDF版(Vue practical development, quick start)
    2020-05-03 15:43:52下载
    积分:1
  • jqgrid-tree
    十分好用的表格插件,你所没没有见过的功能,赶快来试一试吧。(Very good use of the form plug-in, you have not seen the function, hurry to try it.)
    2017-12-12 10:06:05下载
    积分:1
  • 半透明背景
    html开发一款简单的半透明背景实现方法,(A simple method of semitransparent background implementation)
    2018-07-13 17:35:03下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载