网上订餐系统 - 的设计与实现 联系客服

发布时间 : 星期二 文章网上订餐系统 - 的设计与实现更新完毕开始阅读b3e01d6d76c66137ee061970

毕业论文(设计)

网上订餐系统的设计与实现

院 系:计算机科学与技术学院

专 业:信息管理与信息系统

班 级:

学 号: 姓 名: 导 师:

2014 年 5 月 10 日 定稿

毕业论文 网上订餐系统的设计与实现

网上订餐系统的设计与实现

摘 要

随着电子商务的飞速发展,人们工作效率的逐渐提高。方便、快捷、个性化的网上订餐服务正在进入人们的生活。网上订餐系统为商家提供有效的管理方式,节省了宣传、店面等费用,为顾客提供了方便、快捷、优惠的订餐方式。

本论文对网上订餐系统的设计与实现进行了详细的分析与描述。网上订餐的管理系统要既能满足客户的订餐需求,又要满足自己的业务流程需求。本论文主要是从系统概述,系统分析,系统设计和系统实现这四方面来进行说明。

本系统采用B/S结构进行设计,使用SQL Server构建数据库,以MYECLIPSE为设计语言,TOMCAT作为网页服务器来开发一个功能较为完善的订餐系统。前台页面提供给顾客方便的实现网上订餐,而且能够查看本人信息、订单信息以及网上留言。后台管理实现会员管理、菜单管理、订单管理、留言管理等基本网上订餐功能。不仅方便顾客了解热销美食,而且利于商家制定销售策略。

关键词:网络订餐,B/S结构,JSP ,SQL

毕业论文 网上订餐系统的设计与实现

THE Design and implementation of XIAO PENG’S restaurant

online ordering system

ABSTRACT

With the rapid development of e-commerce, people gradually improve work efficiency. Convenient, fast, personalized online ordering services are entering people's lives. Online reservation system for businesses to provide effective management, saving publicity, stores and other costs, to provide customers with a convenient, fast, preferential ordering methods.

In this paper, the design and implementation of online ordering system for a detailed analysis and description. Online ordering management system must not only meet the needs of customers ordering, but also to meet the needs of their business processes. This paper mainly from the system overview, system analysis, system design and system implementation of these four areas to be explained.

The system uses B / S structure design, build databases using SQL Server, in MYECLIPSE design language, TOMCAT as a web server to develop a more

comprehensive reservation system function. Front page provided to facilitate the realization of the customer online ordering, but also be able to view my information, order information and online message. Manage achieve membership management, menu management, order management, message management and other basic online ordering capabilities. Customers will not only facilitate understanding of hot dishes, but also helps businesses develop marketing strategies.

Keywords: Ordering, B / S structure, JSP, SQL

毕业论文 网上订餐系统的设计与实现

目 录

摘 要 ................................................................................................................................................................ II ABSTRACT .................................................................................................................................................... II 第一章 概述 ..................................................................................................................................................... 1 1.1 课题背景 ................................................................................................................................................ 1 1.2 目的和意义 ............................................................................................................................................ 1 1.3总体设计原则 ......................................................................................................................................... 1 1.4 本章小结 ................................................................................................................................................ 2 第二章 系统开发技术 ................................................................................................................................... 3 2.1 SQL SERVER 2005简介 ........................................................................................................................ 3 2.2 TOMCAT简介 ........................................................................................................................................ 3 2.3 JAVA 简介 .............................................................................................................................................. 3 2.4 MYECLIPSE简介 .................................................................................................................................. 4 2.5 JSP简介 .................................................................................................................................................. 4 2.6 本章小结 ................................................................................................................................................ 4 第三章 系统规划与分析 ............................................................................................................................... 5 3.1 系统的需求分析 .................................................................................................................................... 5 3.2 业务流程分析 ........................................................................................................................................ 7 3.3 数据流程分析 ........................................................................................................................................ 9 3.4 数据字典 .............................................................................................................................................. 12 3.5 本章小结 .............................................................................................................................................. 14 第4章 系统设计 ........................................................................................................................................... 14