实例介绍
jsp+mysql+mvc在线点餐系统 代码完整
【实例截图】
【核心代码】
jsp美食网站
└── jsp美食网站
├── BookMeals
│ ├── databases
│ │ └── mydb.sql
│ ├── doc
│ │ └── 12.27第五组.doc
│ ├── src
│ │ ├── c3p0-config.xml
│ │ └── com
│ │ ├── db
│ │ │ ├── Db.java
│ │ │ └── DbTest.java
│ │ ├── hou
│ │ │ └── servlet
│ │ │ ├── AdminLogin.java
│ │ │ ├── CategoriesServlet.java
│ │ │ ├── ProductServlet.java
│ │ │ └── TableServlet.java
│ │ ├── qian
│ │ │ └── servlet
│ │ │ ├── FindProductServlet.java
│ │ │ ├── OrderListServlet.java
│ │ │ ├── ProductInfoServlet.java
│ │ │ ├── SelectCateServlet.java
│ │ │ ├── ShoppingCarServlet.java
│ │ │ └── TableStateServlet.java
│ │ ├── service
│ │ │ ├── AdminService.java
│ │ │ ├── CategoriesService.java
│ │ │ ├── FindProductService.java
│ │ │ ├── OrderListService.java
│ │ │ ├── ProductInfoService.java
│ │ │ ├── ProductService.java
│ │ │ ├── SelectCateService.java
│ │ │ ├── ShoppingCarService.java
│ │ │ ├── TableService.java
│ │ │ └── TableStateService.java
│ │ ├── tables
│ │ │ ├── Admin.java
│ │ │ ├── Categories.java
│ │ │ ├── OrderDetails.java
│ │ │ ├── OrderList.java
│ │ │ ├── Products.java
│ │ │ └── Table.java
│ │ └── util
│ │ └── JDBCUtil.java
│ └── WebRoot
│ ├── admin.jsp
│ ├── css
│ │ ├── common_style_blue.css
│ │ ├── dis_message.css
│ │ ├── images
│ │ │ ├── aa.gif
│ │ │ ├── bg2.gif
│ │ │ ├── btn2.gif
│ │ │ ├── btn_Bg.png
│ │ │ ├── btndish.gif
│ │ │ ├── btn.gif
│ │ │ ├── button_bg.png
│ │ │ ├── cai.gif
│ │ │ ├── call2.gif
│ │ │ ├── call.gif
│ │ │ ├── circle.gif
│ │ │ ├── dishbg.gif
│ │ │ ├── dish_circle.gif
│ │ │ ├── first_page.png
│ │ │ ├── flower.gif
│ │ │ ├── func_btn_bg.gif
│ │ │ ├── func_btn_head_bg.gif
│ │ │ ├── func_btn_tail_bg.gif
│ │ │ ├── Header_back.gif
│ │ │ ├── Header_forward.gif
│ │ │ ├── Header_refresh.gif
│ │ │ ├── hua.gif
│ │ │ ├── index
│ │ │ │ ├── client.gif
│ │ │ │ ├── help1.gif
│ │ │ │ ├── help2.gif
│ │ │ │ ├── info.gif
│ │ │ │ ├── logout.gif
│ │ │ │ ├── mail.gif
│ │ │ │ ├── msg.gif
│ │ │ │ ├── record.gif
│ │ │ │ ├── sendDoc.gif
│ │ │ │ ├── task.gif
│ │ │ │ ├── text.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── top_head1_bg.gif
│ │ │ │ ├── top_head2_bg.gif
│ │ │ │ ├── trace.gif
│ │ │ │ ├── user.gif
│ │ │ │ ├── user_setup.gif
│ │ │ │ ├── version.gif
│ │ │ │ └── wait.gif
│ │ │ ├── index.jpg
│ │ │ ├── index_menu.gif
│ │ │ ├── input2.gif
│ │ │ ├── input.gif
│ │ │ ├── inputPageHeadBg.gif
│ │ │ ├── item_point.gif
│ │ │ ├── last_page.png
│ │ │ ├── look.gif
│ │ │ ├── mbi_003.gif
│ │ │ ├── mbi_005.gif
│ │ │ ├── menubg.gif
│ │ │ ├── menuIcon
│ │ │ │ ├── address.gif
│ │ │ │ ├── clock.gif
│ │ │ │ ├── func20001.gif
│ │ │ │ ├── func20007.gif
│ │ │ │ ├── func20022.gif
│ │ │ │ ├── func20024.gif
│ │ │ │ ├── func20029.gif
│ │ │ │ ├── func20030.gif
│ │ │ │ ├── func20054.gif
│ │ │ │ ├── func20056.gif
│ │ │ │ ├── func20057.gif
│ │ │ │ ├── func20064.gif
│ │ │ │ ├── func20065.gif
│ │ │ │ ├── func20069.gif
│ │ │ │ ├── func20070.gif
│ │ │ │ ├── func20071.gif
│ │ │ │ ├── func20076.gif
│ │ │ │ ├── func20077.gif
│ │ │ │ ├── func20082.gif
│ │ │ │ ├── func20088.gif
│ │ │ │ ├── func20101.gif
│ │ │ │ ├── func220000.gif
│ │ │ │ ├── func235000.gif
│ │ │ │ ├── func23700.gif
│ │ │ │ ├── func241000.gif
│ │ │ │ ├── func249000.gif
│ │ │ │ ├── func251000.gif
│ │ │ │ ├── func261000.gif
│ │ │ │ ├── func55000.gif
│ │ │ │ ├── ie.gif
│ │ │ │ ├── mail.gif
│ │ │ │ ├── menu_arrow_close.gif
│ │ │ │ ├── menu_arrow_open.gif
│ │ │ │ ├── menu_arrow_single.gif
│ │ │ │ ├── menu_btn_bg.gif
│ │ │ │ ├── menu_line_2.gif
│ │ │ │ ├── menu_line_3.gif
│ │ │ │ ├── msg.gif
│ │ │ │ ├── radio_blue.gif
│ │ │ │ ├── radio_green.gif
│ │ │ │ ├── radio_red.gif
│ │ │ │ ├── shoutCut.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── trace.gif
│ │ │ │ ├── userMenuDefault.gif
│ │ │ │ └── waitThing.gif
│ │ │ ├── middle_bg.gif
│ │ │ ├── middle_left2.gif
│ │ │ ├── middle_left.gif
│ │ │ ├── numbg.gif
│ │ │ ├── order_bg.png
│ │ │ ├── order_detials_bg.png
│ │ │ ├── order_left_corner_bg.png
│ │ │ ├── order_right_corner_bg.png
│ │ │ ├── pageNum_bg.png
│ │ │ ├── pageSelector_GoButton.png
│ │ │ ├── pagination
│ │ │ │ ├── firstPage2.png
│ │ │ │ ├── first_page.png
│ │ │ │ ├── lastPage2.png
│ │ │ │ ├── last_page.png
│ │ │ │ ├── next_page.png
│ │ │ │ ├── pageNum_bg.png
│ │ │ │ ├── pageSelector_bg.gif
│ │ │ │ ├── pageSelector_GoButton.png
│ │ │ │ ├── previous_page.png
│ │ │ │ └── Thumbs.db
│ │ │ ├── pic10.jpg
│ │ │ ├── pic11.jpg
│ │ │ ├── pic12.jpg
│ │ │ ├── pic13.jpg
│ │ │ ├── pic1.jpg
│ │ │ ├── pic2.jpg
│ │ │ ├── pic3.jpg
│ │ │ ├── pic4.jpg
│ │ │ ├── pic5.jpg
│ │ │ ├── pic6.jpg
│ │ │ ├── pic7.jpg
│ │ │ ├── pic8.jpg
│ │ │ ├── pic9.jpg
│ │ │ ├── pic_chicken.gif
│ │ │ ├── QueryArea_bg.png
│ │ │ ├── right_input.gif
│ │ │ ├── rotation_bg.png
│ │ │ ├── search_index.html
│ │ │ ├── search_result.html
│ │ │ ├── select.gif
│ │ │ ├── table_1.gif
│ │ │ ├── table.gif
│ │ │ ├── TableTail_bg.png
│ │ │ ├── TableTitle_bg.png
│ │ │ ├── Thumbs.db
│ │ │ ├── title_arrow.gif
│ │ │ ├── title_bg_end.gif
│ │ │ ├── title_bg.gif
│ │ │ └── title_bg_head.gif
│ │ ├── index_1.css
│ │ └── index.css
│ ├── front
│ │ ├── call_dish.jsp
│ │ ├── counter.jsp
│ │ ├── dish_message.jsp
│ │ ├── menu.jsp
│ │ └── next_dish.jsp
│ ├── hou.jsp
│ ├── images
│ │ ├── pic10.jpg
│ │ ├── pic1_10.jpg
│ │ ├── pic1_1.jpg
│ │ ├── pic11.jpg
│ │ ├── pic1_2.jpg
│ │ ├── pic12.jpg
│ │ ├── pic1_3.jpg
│ │ ├── pic13.jpg
│ │ ├── pic1_4.jpg
│ │ ├── pic1_7.jpg
│ │ ├── pic1_8.jpg
│ │ ├── pic1_9.jpg
│ │ ├── pic1.jpg
│ │ ├── pic2_10.jpg
│ │ ├── pic2_1.jpg
│ │ ├── pic2_2.jpg
│ │ ├── pic2_3.jpg
│ │ ├── pic2_4.jpg
│ │ ├── pic2_5.jpg
│ │ ├── pic2_6.jpg
│ │ ├── pic2_7.jpg
│ │ ├── pic2_8.jpg
│ │ ├── pic2_9.jpg
│ │ ├── pic2.jpg
│ │ ├── pic3_1.jpg
│ │ ├── pic3_3.jpg
│ │ ├── pic3_4.jpg
│ │ ├── pic4_1.jpg
│ │ ├── pic4_2.jpg
│ │ ├── pic4_3.jpg
│ │ ├── pic4_4.jpg
│ │ ├── pic4_5.jpg
│ │ ├── pic4_6.jpg
│ │ ├── pic4_7.jpg
│ │ ├── pic4_8.jpg
│ │ ├── pic4_9.jpg
│ │ └── Thumbs.db
│ ├── index.jsp
│ ├── js
│ │ ├── jquery.js
│ │ └── page_common.js
│ ├── manage
│ │ ├── food
│ │ │ ├── list.jsp
│ │ │ ├── saveUI.jsp
│ │ │ └── saveupdatefood.jsp
│ │ ├── foodType
│ │ │ ├── list.jsp
│ │ │ ├── saveUI.jsp
│ │ │ └── saveupdata.jsp
│ │ ├── home
│ │ │ ├── bottom.jsp
│ │ │ ├── left.jsp
│ │ │ ├── right.jsp
│ │ │ └── top.jsp
│ │ └── table
│ │ ├── saveUI.jsp
│ │ ├── tableaddUI.jsp
│ │ └── tablelist.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── qian.jsp
│ ├── showtest.jsp
│ └── WEB-INF
│ ├── classes
│ │ ├── c3p0-config.xml
│ │ └── com
│ │ ├── db
│ │ │ ├── Db.class
│ │ │ └── DbTest.class
│ │ ├── hou
│ │ │ └── servlet
│ │ │ ├── AdminLogin.class
│ │ │ ├── CategoriesServlet.class
│ │ │ ├── ProductServlet.class
│ │ │ └── TableServlet.class
│ │ ├── qian
│ │ │ └── servlet
│ │ │ ├── FindProductServlet.class
│ │ │ ├── OrderListServlet.class
│ │ │ ├── ProductInfoServlet.class
│ │ │ ├── SelectCateServlet.class
│ │ │ ├── ShoppingCarServlet.class
│ │ │ └── TableStateServlet.class
│ │ ├── service
│ │ │ ├── AdminService.class
│ │ │ ├── CategoriesService.class
│ │ │ ├── FindProductService.class
│ │ │ ├── OrderListService.class
│ │ │ ├── ProductInfoService.class
│ │ │ ├── ProductService.class
│ │ │ ├── SelectCateService.class
│ │ │ ├── ShoppingCarService.class
│ │ │ ├── TableService.class
│ │ │ └── TableStateService.class
│ │ ├── tables
│ │ │ ├── Admin.class
│ │ │ ├── Categories.class
│ │ │ ├── OrderDetails.class
│ │ │ ├── OrderList.class
│ │ │ ├── Products.class
│ │ │ └── Table.class
│ │ └── util
│ │ └── JDBCUtil.class
│ ├── lib
│ │ ├── c3p0-0.9.2-pre1.jar
│ │ ├── c3p0-oracle-thin-extras-0.9.2-pre1.jar
│ │ ├── commons-dbutils-1.2.jar
│ │ ├── commons-fileupload-1.2.1.jar
│ │ ├── commons-fileupload-1.2.1-sources.jar
│ │ ├── commons-io-1.4.jar
│ │ ├── jstl.jar
│ │ ├── mchange-commons-0.2.jar
│ │ ├── mysql-connector-java-5.1.0-bin.jar
│ │ └── standard.jar
│ └── web.xml
└── mydb.sql
41 directories, 288 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论