JSP网络订餐系统的设计与实现(SQL2000)含录像

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘 要
二十一世纪是一个集数字化,网络化,信息化的,以网络为核心的社会。中国的网民充分领略到“畅游天地间,网络无极限” 所带来的畅快。随着Internet的飞速发展,使得网络的应用日益的广泛。如电子商务,电子政务,网上医疗,网上娱乐,网络游戏,网络教学等。本次毕业设计的题目就是网络订餐系统。
本论文就毕业设计的内容,系统地阐述了整个网络订餐系统的功能及实现。实现了从菜品管理,菜品分类和查询,到订餐车实现,用户订单处理,再到系统管理。基本上实现了网上购物的功能流程,能够实现用户与商家在网上进行订餐交易。本系统界面简单直观,易于操作和使用,交互性强,完全基于Internet网络。
经过分析,我们使用 SUN公司的JSP开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成满意的可行系统。
关键词:网络订餐系统、JSP、信息时代
 
Abstract
The 21st century is a collection digitization, the network, the informationization, take network as core society. When Qian Tian taught without charge gives sends out the first email in September 14, 1986 in Beijing computer applied technology research institute introversion Germany Karlsruhe University “to pass through the Great Wall, moved toward the world” time, perhaps he did not know that he has opened China information age front door; on April 20, 1994, the Chinese Academy of Science computer center entered Internet through the American Sprint Corporation company the 64K international special line clear, has realized internet's entire function binding, henceforth China entered into the Internet information age. The Internet had 10 remaining years of life development in a moment in China, China's web cams understands fully “enjoys a trip to between the world, the network does not have carefree which the limit” brings. Along with the Internet swift development, causes the network application day-by-day widespread. If electronic commerce, E-government, on-line medical service, on-line entertainment, network game, network teaching and so on.
This graduation project's topic is on-line books management system management system.
The present paper on graduation project's content, elaborated systematically the entire on-line books management system management system's function and realizes. Has realized from the merchandise control, the classification of goods and the inquiry, realizes to the shopping cart, user order form processing, arrives at the chatroom again, the manager system. Basically has realized the electronic commerce function flow, can realize the user and the business on-line carries on the commodity exchange. This system contact surface simple direct-viewing, simplify operation and use, interactive is strong, completely based on the Internet network.
Key word: On-line purchase books system ,JSP, Information age

需求分析
“民以食为天”,随着人民生活水平的提高,餐饮业在服务行业中占有越来越重要的地位。努力在当前餐饮行业日趋激烈的竞争中脱颖而出,已成为每位餐饮业经营者 所追求的目标。网络订餐实现了小店面大作为的成本效益,解决了因为店面小的限制而无法提高营业额的难题,是一个小投入大成效的经营新模式。
在网上参观订餐的人相对网下人来说还是比较少,一个是对网上餐馆的信用度持疑虑态度;另一个是网上订餐只可以看到物品的说明简介和外观,没有看到实体于细节处,无法通过快速浏览确定是不是自己想要的菜品。而这正是传统的实体餐馆优于网上餐馆的地方。而在网上订餐的人都是一般都是对电脑比较熟练的人,也就就是比较年青化的消费群体。就是白领、大学生、高中生和对计算机操作相对比较熟的人。因为这些人工作都比较忙,而且对计算机也比较熟,思想也比较超前,对于在网上订餐能够接受,并经常上网订餐。

模块设计
(a)用户注册
(b)用户登录
(c)菜品浏览
(d)菜品订购
(e)菜品查询
(f)订单修改
(g)修改密码
(h)修改个人信息
(i)管理员

JSP网络订餐系统的设计与实现
JSP网络订餐系统的设计与实现
JSP网络订餐系统的设计与实现
JSP网络订餐系统的设计与实现
JSP网络订餐系统的设计与实现
JSP网络订餐系统的设计与实现


目 录   17000字
1 绪论    1
1.1 网上订餐的前景    1
1.2 网上订餐系统市场分析    1
1.3 计算机信息系统的发展    1
1.4 管理信息系统的发展现状    2
1.5 开发管理信息系统应注意的问题    3
1.7 系统开发步骤    4
2 开发环境    4
2.1 软件工程介绍    4
2.2开发环境及工具    5
2.1.1选择JSP 2.0作为开发语言    5
2.2.3选择SQL2000 作为后台数据库    6
2.3 JSP数据库开发技术    6
2.3.1.JDBC开发数据库    6
2.3.2.BDE开发数据库    7
2.4 开发方法整体选择    8
3 系统分析    9
3.1 需求分析    9
3.1 模块设计    9
3.2 功能模块图    10
3.3 数据库设计概述    12
3.4 数据库设计周期    12
3.5 SQL查询语言及使用    13
3.6 系统数据分析    14
3.7 系统数据库设计    17
4 详细设计    20
4.1主页面模块    20
4.2用户注册模块    21
4.3用户登录模块    21
4.4菜品浏览模块    22
4.5订餐车模块    23
4.6订单确认模块    24
4.7订单提交模块    25
4.8后台管理员登陆    25
4.9 后台主界面    27
4.10 菜品类别管理    27
4.11 菜品管理    28
4.12 订单管理    29
5 系统调试与测试    29
5.1 程序调试    29
5.2 程序的测试    30
5.2.1 测试的重要性及目的    30
5.2.2 测试的步骤    31
5.2.3 测试的主要内容    31
6 结  论    32
致  谢    34
参考文献    35