1、 毕业设计(论文)报告纸 毕 业 设 计 说 明 书 课题名称 网上订餐系统 院 系 专 业 班 级 学 号 学生姓名 指 导 教 师 : 年 月 日 毕业设计(论文)报告纸 摘摘 要要 论文主要探讨“网络订餐系统”的理论基础和设计思想,根据系统 的开发过程和系统的功能实现为主线来论述数据库管理软件的开发过 程。主要阐述以软件工程理论作为系统开发的理论基础,以客户机/服务 器模式的关系型数据库作为后台,以专业数据库开发语言作为实现手段 的数据库管理软件的开发过程分析和理论研究。 本系统是基于 Jsp 的网页式设计,企业可以通过一台服务器与多台 客户机相连接,通过后台数据库的建立与设置,软件界面
2、的设计与实现, 程序的编写与调试等几个阶段来完成对订餐管理系统的开发。 本论文详细地介绍了开发系统的具体步骤,以及应用的技术,以配 图例的方式详尽说明,并在文中对一些源程序作了详细的解释。 关键词:关键词: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
3、developing procedure and function realization. The essay also mentioned database management softwares 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 da
4、tabase 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 customers machine through a server .By building and setting up background database, designing and applying software interface, pro
5、grame 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
6、. Keywords: Web; Jsp; Making Restaurant Reservation on web ; Information Management 毕业设计(论文)报告纸 目目 录录 1 绪论 . 1 1.1 开发背景 . 1 1.2 研究意义 . 1 1.3 JSP 的运行原理 1 1.4 系统的运行环境 . 3 2 系统分析 4 2.1 需求分析 4 2.1.1 任务概述 . 4 2.1.2 需求描述 . 4 2.1.3 面向的用户群体 5 2.2 开发环境 5 2.3 功能分析 5 2.3.1 系统用例图 . 5 2.3.2 系统业务流程分析 7 3 数据库设计 . 9 3.1 数据库 E-R 图 . 9 3.2 数据库表的设计 . 10 4 系统详细设计 12 4.1 系统架构层次 . 12 4.2 系统模块设计 . 12 4.2.1 总体模块功能描述 12 4.2.2 用户模块功能描述 13 4.2.3 菜式模块共描述 14 4.2.4 留言板模块功能描述 15 4.2.5 后台管理员模块功能描述