I2012届毕业生毕业设计说明书题目:基于JSP技术的网上订餐系统院系名称:专业班级:计算机应用技术0902班学生姓名:学号:2指导教师:教师职称:讲师2012年5月15日摘要II本课题分析了中、小型餐饮店订餐模式,发现传统的订餐模式(人工的方式来进行操作的各项管理比如人工进行记录,顾客订餐,订餐信息管理,通过电话或QQ等方式联系进行关于交易的信息传递与交流)已经不能适应市场发展的需求,传统的订餐模式信息交换慢(只能进行一对一的交流)、配送速度慢、配送成本高等特点。随着网络技术的发展、电子商务的普及,网上商城已经成为人类生活的一部分了,如淘宝网、QQ拍拍网等等。但网上订餐还处于形成的初期,主要原因在于网上订餐对商品的配送有严格的要求。网上订餐系统为中、小型快餐店提供一个较好的快餐销售平台,为顾客提供一个较好的订餐平台,为顾客提供更好更快的送餐服务让顾客满意,从而提高快餐的销量。本课题设计的是一个基于互联网的B/S模式的网上订餐系统,能为客户提供网上选择浏览菜品介绍、订餐和快速配送等服务。并为后台管理员提供一个服务平台实现用户信息与顾客订餐的管理,解决信息交换慢等问题,从而提高了服务的质量。本文详细介绍了系统需求分析、顾客订餐流程,点单管理流程及网上订餐系统。关键词:网上订餐系统订单JavaMySQLTitleonlinereservationsystemIIIAbstractThistopicanalyzesthemediumandsmallrestaurantsorderingpatterns,foundthatthetraditionalorderingpatterns(artificialapproachtothemanagementoperationssuchasmanualrecording,customerordering,orderinginformationmanagement,throughQQ,phoneorcontactforthetransmissionofinformationontradeandexchange)hasbeenunabletomeetmarketdemand,thetraditionalmodeofinformationexchangeorderingslow(onlyoneononeexchange),slowdelivery,andhighdistributioncosts.Withthedevelopmentofnetworktechnology,thepopularityofe-commerce,onlinestorehasbecomeapartofhumanlife,suchasTaobao,QQpatnetandsoon.Butonlineorderingisstillintheearlystagesofformation,mainlyduetoonlineorderinganddistributionofgoods,therearestrictrequirements.Onlineorderingsystemforsmall,mediumandfastfoodoutletssellingfastfoodagoodplatformtoprovidecustomerswithabetterorderingplatform,providecustomerswithbetterandfasterdeliveryserviceforcustomersatisfaction,therebyincreasingthesalesoffastfood.ThisdesignisanInternet-basedB/Smodelofonlinereservationsystem,providingcustomerschoosetoviewonlineDescriptiondishes,reservationandfastdeliveryandotherservices.andbackofficeadministratorforaserviceplatformtoprovideuserinformationandcustomerorderingthemanagementtoaddressinformationexchangeslowandotherissues,therebyimprovingservicequality.Thistopicdescribesthesystemrequirementsanalysis,customerorderingprocess,managementprocessesandasinglepointofonlinereservationsystem.Keywords:onlinereservationsystemreservationJavaMySQLIV目次1绪论...............................................................................................................................11.1课题开发背景........................................................................................................11.2课题实现意义........................................................................................................11.3网站建设技术介绍................................................................................................11.3.1、Java的简介:...........................................................错误!未定义书签。1.3.2MySQL的简介...........................................................................................32网站需求分析...............................................................................................................42.1总体需求分析........................................................................................................42.2模块需求分析........................................................................................................42.2.1用户需求42.2.1用户需求43网站概要设计...............................................................................................................53.1网站的系统功能模块设计....................................................................................53.1.1网站的体系结构..........................................................................................53.1.2网站功能模块的设计.................................................................................53.2网站的界面设计....................................................................................................63.3网站的数据库设计................................................................................................73.3.1数据库需求分析.........................................................................................73.3.2数据库概念结构设计.................................................................................83.3.3数据库逻辑结构设计.................................................................................94网站详细设计.............................................................................................................114.1系统首页设计与实现..........................................................................................114.2系统各模块的详细设计与实现..........................................................................124.2.1用户登录模块详细设计...........................................................................124.2.2用户登录后模块详细设计.......................................................................134.2.3网站后台管理模块详细设计...................................................................134.2.4餐品信息查询模块详细设计...................................................................144.3网站关键技术设计与实现................................................................................164.3.1存储过程的设计与实现...........................................................................164.3.2餐品管理设计与实现...............................................................................175测试...............................................