1 / 36
文档名称:

网上订餐系统毕业设计论文.doc

格式:doc   页数:36
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

网上订餐系统毕业设计论文.doc

上传人:799474576 2013/11/7 文件大小:0 KB

下载得到文件列表

网上订餐系统毕业设计论文.doc

文档介绍

文档介绍:毕业设计说明书
课题名称
网上订餐系统
院系
专业
班级
学号
学生姓名
指导教师:

年月日
计算机与软件学院
毕业设计(论文)诚信承诺

我谨在此承诺:本人所写的毕业论文《网上订餐系统》,系本人独立完成,没有抄袭行为,凡涉及其他作者的观点和材料,均作了注释与说明,若有不实,后果由本人承担。
承诺人(签名):
年月日
摘要
论文主要探讨“网络订餐系统”的理论基础和设计思想,根据系统的开发过程和系统的功能实现为主线来论述数据库管理软件的开发过程。主要阐述以软件工程理论作为系统开发的理论基础,以客户机/服务器模式的关系型数据库作为后台,以专业数据库开发语言作为实现手段的数据库管理软件的开发过程分析和理论研究。
本系统是基于Jsp的网页式设计,企业可以通过一台服务器与多台客户机相连接,通过后台数据库的建立与设置,软件界面的设计与实现,程序的编写与调试等几个阶段来完成对订餐管理系统的开发。
本论文详细地介绍了开发系统的具体步骤,以及应用的技术,以配图例的方式详尽说明,并在文中对一些源程序作了详细的解释。
关键词:Web;Jsp;订餐;信息管理
Abstract
This dissertation mainly discussed the basic theory and designation of “Making Restaurant Reservation on web”, and the developing procedure according to system developing procedure and function realization. The essay also mentioned database management software's developing procedure analyse and theory study by using software project theory as the theoretic basis of system developing , the C/S model relating database as the background and the professional database as the developing language applying method.
This system is according to Jsp web page type design, the business enterprise can connect with each other with several customer's machine through a server .By building and setting up background database, designing and applying software interface, programe writing and debugging, developed “House Agency Management Information System”.
This dissertation introduced the specific steps in developing the system ,as well as the technical skill applied, presented with graphics and specific instruction and some source code has been explained particularly.
Keywords: Web;Jsp;Making Restaurant Reservation on web ;Information Management
目录
1 绪论 1
开发背景 1
1
JSP的运行原理 1
系统的运行环境 3
2 系统分析 4
需求分析 4
任务概述 4
需求描述 4
面向的用户群体 5
开发环境 5
功能分析 5
系统用例图 5
系统业务流程分析 7
3数据库设计 9
数据库E-R图 9
数据库表的设计 10
4 系统详细设计 12
系统架构层次 12
系统模块设计 12
总体模块功能描述 12
用户模块功能描述 13
菜式模块共描述 14
留言板模块