摘 要
本文对网络订餐系统的设计与开发过程进行了分析与叙述。依照系统开发的实际操作步骤,文章从系统概述、系统分析、系统设计和系统实现这四大章节对系统开发过程进行分别阐述。系统概述中主要进行了课题背景、课题意义和现状分析;系统分析中主要包括了系统设计前的需求分析、业务流程分析、数据流程分析和数据字典分析;而系统设计则是对系统体系结构、各功能模块、数据库结构设计等具体的系统实现过程进行剖析展示,在系统设计章节中有详细的文字解释并配有表图说明。文章还列举了关键的功能模块实现代码。
本文力求可以网络订餐系统的开发设计找到一种切实可行的解决方案,在分析了目前国内外网络订餐系统的现状的基础上,并经过反复摸索和学习研究后,借助编程语言JSP和SQL 数据库最终实现了网络订餐系统的开发,并在一系列测试后,达成了人性化、所需功能完善、操作清晰的设计目标。
关键词:JSP;SQL Server 2005;订餐
Abstract
In this paper, the network system design and development of roscoe process are analyzed and described. In accordance with the actual operation of the system development steps, this article from the system overview, system analysis, system design and system to realize the four chapters on the system development process are expounded. In the main system this topic background, subject to analyze the current situation and meaning; System analysis, which includes the analysis of the demand before system design, business process analysis, data flow analysis and data dictionary analysis; And the system design is on the system structure, the function module and database structure design and so on the concrete system realization process analysis show, in a section of the system design of the detailed explanation and text with a chart shows. The article also listed some key function modules realize code。
This paper tries to can order food network system development design find a practical solutions, in the analysis of the current situation of domestic and foreign network order system, on the basis of after repeated exploration and study and research, using a programming language JSP and SQL database finally realize the network order system development, and in a series of tests, the human nature, required a perfect function and operation clear design goal。
Key Words:JSP;MYSQL; Order food
目 录
Abstract IV
第1章 概述 1
1.1 课题背景 1
1.2 课题意义 1
1.3 文献综述 1
1.3.1 技术综述 1
1.4 总体设计原则 2
第2章 系统分析 3
2.1 系统的需求分析 3
2.2 业务流程分析 4
2.2.1 注册会员业务流程分析 4
2.2.2 系统管理员业务流程分析 5
2.3 数据流程分析 6
2.3.1 订餐车管理模块 6
2.3.2 订单管理模块 7
2.3.3 会员管理模块 7
2.3.4 菜品分类管理模块 8
2.3.5 菜品管理模块 8
2.3.6 修改密码模块 9
2.4 数据字典 10
2.4.1 数据项的描述 10
2.4.2 数据流的描述 11
2.4.3 外部实体的描述 11
第3章 系统设计 13
3.1 系统体系结构设计 13
3.2 系统子模块功能介绍 14
3.3 数据库设计 14
3.3.1 数据库概念设计——E-R模型 14
3.3.2 数据库逻辑设计——关系模型 15
3.3.3 数据库选型 16
3.3.4 数据库表结构设计 16
3.3.5 数据库表间关系设计 19
3.4 系统开发工具与开发模式的选择 19
3.4.1 系统开发工具 19
3.4.2 系统设计模式 21
第4章 系统实现 23
4.1系统首页 23
4.2用户注册模块 23
4.3系统后台登陆模块 24
4.4 会员管理模块 26
4.5 菜品类别管理模块 28
4.6 菜品管理模块 30
4.7 订单管理模块 33
第5章 系统测试 36
5.1 测试目的 36
5.2 测试方法 36
5.3 测试结果 36
第6章 总结 37
参 考 文 献 38
致 谢 39