网上订餐系统的设计与实现
论文题目
网上订餐系统的设计与实现
专业学位类别
学
号
作者姓名
指导教师
工程硕士 201091231212
秦晴 尚明生 教授
分类号 UDC 注 1
密级
学位论文
网上订餐系统的设计与实现
(题名和副题名)
秦晴
(作者姓名)
指导教师
尚明生 电子科技大学
刘伟艳 潍坊世纪恒兴电子科技中心
教授 成都 高工 潍坊
(姓名、职称、单位名称)
第二章 技术基础 ............................................................................................................ 5 2.1 系统软硬件基础................................................................................................. 5 2.1.1 系统硬件体系 .......................................................................................... 5 2.1.2 系统软件体系 .......................................................................................... 5 2.2 开发技术基础..................................................................................................... 6 2.2.1 B/S 结构 .................................................................................................... 6 2.2.2 JSP 技术 .................................................................................................... 8 2.2.3 MVC 模式 ................................................................................................. 9 2.2.5 SQL 的简介............................................................................................. 10 2.3 本章小结............................................................................................................11
With the continuous development of communication technology, it is increasingly inseparable from the network. So along with the rapid development of network information technology, ordering work is also an urgent need to adapt to the times be improved, which leads to rely on traditional manual ordering methods, is no longer able to adapt to the rhythm of the restaurant industry. By ordering the functional requirements for the network to analyze the feasibility of developing, the same time to develop a network of integrated reservation system considerations, scalability and high performance of the system development as the focus.
A Master Thesis Submitted to University of Electronic Science and Technology of China
Major:
Master of Engineering
Author:
Qin Qing
Advisor:
Shang Mingsheng
本文开发的是网上订餐系统,系统开发语言采用的是 JSP 开发语言,结构模 式是使用的浏览器/服务器(B/S)结构,开发模式选用的是 MVC 模式,MVC 模 式的特点是将软件开发分为模型层,视图层,控制层三层,这样的设计可以很好 的实现系统的可移植性和调用灵活性。
系统的开发方式采用的是周期性的开发方式,从需求分析开始,对系统进行功 能分析,然后对系统的从经济、技术等几个方面的进行了可行性研究,证实了开 发本系统的可行性;进一步对系统进行了功能模块的概要设计,概要设计主要是 设计两个部分的内容,分别是数据库表单设计和系统的功能的划分,然后是系统 的具体设计,这个部分的设计就可以在之前的概要设计基础上进行,系统的设计 是采用的 Myeclipse 工具进行的,系统界面的设计使用的是专门的界面设计工具 Dreamwaver,编码采用的是 JSP 语言进行的,测试是选择的忽略内部结构而只进 行功能测试的黑盒测试的方式。
II
ABSTRACT
basic requirements of the network ordering , reaching the purpose of the predevelopment system to improve the overall efficiency of ordering . Keywords: Online Ordering Management System, B/S, JSP, JavaBean
Through the system of progressive design , the system functions in the early requirements analysis , the need for the design of functional analysis are all achieved through both functional and performance testing , the implemented system meets the
III
目录
目录
第一章 绪论 .................................................................................................................... 1 1.1 课题选择背景..................................................................................................... 1 1.2 国内外研究现状................................................................................................. 2 1.3 本文主要工作..................................................................................................... 3 1.4 本文组织结构 ................................................................................................... 3
This paper develops a network reservation system, the system uses a JSP development language development language, structure model is the browser / server uses (B / S) structure, the development model of choice is the MVC pattern, characterized by the MVC pattern is the software development into the model layer, view layer, control layer three, this design can achieve very good portability of the system and call flexibility.
R & D management system for online ordering of goods belonging to a subsystem management automation system, it is also a separate fully functional system, in which the system analysis and design just in terms relative to the general community. Using B / S (Browser / Server) structure develop the design. Using MySQL industry-leading position with a relational database manages system, to make the system secure higher performance. While using the currently popular JSP (Java Server Pages) program, more user-friendly.