《网上订餐系统-毕业设计.docx》由会员分享,可在线阅读,更多相关《网上订餐系统-毕业设计.docx(7页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、网上订餐系统-毕业设计 毕业设计(论文)设计(论文)题目:网上订餐系统 摘要 随着人们生活节奏的加快,网络的迅速发展,网络应用也更加广泛,互联网已经逐步成为人们获取信息的重要渠道。在电子商务、网上教学、网络游戏等方面尤为突出。网上订餐系统是通过互联网建立了一个虚拟的订餐平台,与传统形式的餐馆相比,网上订餐不仅能够为顾客提供更为详尽的菜单信息,让顾客订餐更加方便、快捷,而且也为店家解决了因为店面小而没有办法提高营业额的困扰。网上订餐系统也是在这个背景下提出来的。 本系统是在Windows7操作系统下,以MyEclipse8.5为编译器,SQL Server 2022为数据库,Tomcat为服务器
2、,采用JSP技术开发的。本文详细介绍了网上订餐系统的开发背景,需求分析,系统模块的设计与实现,数据库的设计与实现以及系统测试。本系统共分为前台订餐和后台管理两个部分,前台主要实现了用户注册、登录、管理个人信息,菜单查询,购物车,下订单,订单查询,留言等多种功能。后台实现了管理员对订单的处理,菜单管理,类别管理,留言管理,会员管理,管理员管理等功能。通过系统测试后,本系统的功能都能够正常使用,并且操作简单、安全,界面简洁、友好。 本系统的实现满足了消费者足不出户,通过网络就可以轻松的完成订餐,尤其是对于当代大学生和上班忙碌的白领,并且他们能够熟练地操作计算机相关设备,思想超前,本系统有着广阔的发
3、展空间。 JSP 网上订餐系统 SQL Server ABSTRACT With the accelerated pace of life, and the rapid development of the Internet, Internet applications are more widely used, the Internet has gradually become an important way to obtain information for people. The e-commerce, teaching,online games are particularly pr
4、ominent. Online ordering system for ordering the food through the Internet, compared with traditional restaurants , online ordering is not only able to provide more detailed information for customers ,and dishes for customers ordering more convenient, but also to solve the reason why the small store
5、front shops couldnt improve the turnover problems. Online ordering system is also in this context of the initiative. This system is in Windows7,and with MyEclipse8.5 compiler, SQL Server 2022 database, Tomcat server, using JSP technology development. This paper describes the background of the online
6、 ordering system development, requirements analysis, design and implementation of system modules, database design and implementation, and system testing. The system is divided into two parts ,the foreground and background, foreground main achievement of the membership registration, login, manage per
7、sonal information, menus, queries, multi-functional shopping cart, order, order inquiries, comments and so onThe Background to achieve the administrator for order handling,menu management category management, membership management, message management, administrators and management functions. By test
8、ing the system, the system can function normally. And a simple, safe, simple interface, friendlyRealization of the system to meet the consumer without going through the network can easily complete ordering, especially for the busy work of contemporary college students and white-collar workers, and t
9、hey are more familiar with the application of the computer, thinking ahead, this system has broad development. JSP Online ordering system SQL Server database 目录 前言 (1) 第一章绪论 (1) 第一节课题研究背景 (2) 第二节课题发展现状 (2) 第三节本文结构 (3) 第二章开发工具及技术简介 (4) 第一节开发工具 (4) 一、SQL Server 2022数据库 (4) 二、MyEclipse8.5 (4) 三、Tomcat应
10、用服务器 (4) 第二节开发技术 (5) 第三节本章小结 (5) 第三章需求分析 (6) 第一节可行性分析 (6) 一、经济可行性 (6) 二、技术可行性 (6) 三、运行可行性 (6) 第二节功能需求分析 (7) 第三节本章小结 (7) 第四章系统设计 (8) 第一节系统功能模块 (8) 一、前台系统功能模块 (8) 二、后台系统功能模块 (9) 第二节业务流程图 (10) 第三节数据流图 (11) 一、系统顶层数据流图 (12) 二、系统中层数据流图 (12) 三、系统底层数据流图 (13) 第四节本章小结 (14) 第五章数据库设计 (15) 第一节数据分析 (15) 第二节数据库的详细
11、设计 (15) 第三节本章小结 (21) 第六章详细设计与实现 (22) 第一节系统前台基本功能设计与实现 (22) 一、首页设计 (22) 二、菜单展示模块 (23) 三、菜单查询模块 (24) 四、用户注册模块 (24) 五、用户登录模块 (25) 六、用户信息修改模块 (25) 七、购物车模块 (26) 八、下订单模块 (26) 九、订单查询模块 (26) 十、菜单留言模块 (27) 第二节系统后台基本功能设计与实现 (27) 一、首页设计 (28) 二、订单管理模块 (28) 三、菜单管理模块 (29) 四、类别管理模块 (30) 五、会员管理模块 (31) 六、留言管理模块 (31) 七、管理员信息模块 (32) 第三节本章小结 (32) 第七章系统测试 (33) 第一节测试目的与方法 (33) 一、测试目的 (33) 二、测试方法 (33) 第二节系统测试 (34) 第三节本章小结 (36) 结论 (37) 致谢 (38) 参考文献 (38) 附录 (39) 一、英文原文: (39) 二、英文翻译: (49)