基于JSP的网上订餐系统的设计与实现
基于JSP构建网上订餐系统的设计与实现

基于JSP构建网上订餐系统的设计与实现一、本文概述随着互联网技术的飞速发展和人们生活节奏的加快,网上订餐系统作为一种方便快捷的餐饮服务方式,受到了广大消费者的热烈欢迎。
本文旨在探讨基于Java Server Pages(JSP)技术的网上订餐系统的设计与实现过程。
我们将从系统的需求分析、架构设计、数据库设计、关键功能实现等多个方面展开详细的阐述,以期能为读者提供一个清晰、完整的网上订餐系统开发蓝图。
我们将对网上订餐系统的市场需求进行深入分析,明确系统的功能和特点。
接着,我们将设计一个合理的系统架构,包括前端页面展示、后端业务处理和数据存储等模块,以保证系统的稳定性和可扩展性。
在数据库设计方面,我们将根据业务需求选择合适的数据库管理系统,并设计合理的数据库表结构和关系,确保数据的完整性和安全性。
在实现过程中,我们将详细介绍JSP技术在系统中的应用,包括JSP页面的编写、Servlet控制器的设计、JavaBean模型的使用等。
我们还将探讨如何利用JSP技术实现用户注册、登录、浏览菜品、添加购物车、提交订单等关键功能,以及如何处理用户请求、验证用户身份、管理用户会话等安全问题。
我们将对系统进行测试和优化,确保系统的稳定性和性能。
通过本文的介绍,读者将能够了解到基于JSP的网上订餐系统的设计与实现过程,为开发类似的系统提供参考和借鉴。
二、系统需求分析在当今快节奏的生活中,网上订餐系统已经成为人们日常生活中不可或缺的一部分。
这种系统的出现,不仅为餐饮企业提供了一个全新的销售渠道,也为消费者提供了一个便捷、高效的订餐方式。
因此,构建一个稳定、可靠且易于使用的网上订餐系统显得尤为重要。
用户是网上订餐系统的核心,他们的需求直接影响着系统的设计和实现。
用户需要一个直观、友好的界面,以便他们能够轻松浏览菜单、选择菜品、下单并支付。
用户希望能够实时查看餐厅的营业状态、菜品库存以及配送时间等信息,从而做出更明智的订餐决策。
网上订餐系统_的设计与实现汇总

毕业论文(设计)网上订餐系统的设计与实现院系:计算机科学与技术学院专业:信息管理与信息系统班级:学号:姓名:导师:2014 年5 月10 日定稿网上订餐系统的设计与实现摘要随着电子商务的飞速发展,人们工作效率的逐渐提高。
方便、快捷、个性化的网上订餐服务正在进入人们的生活。
网上订餐系统为商家提供有效的管理方式,节省了宣传、店面等费用,为顾客提供了方便、快捷、优惠的订餐方式。
本论文对网上订餐系统的设计与实现进行了详细的分析与描述。
网上订餐的管理系统要既能满足客户的订餐需求,又要满足自己的业务流程需求。
本论文主要是从系统概述,系统分析,系统设计和系统实现这四方面来进行说明。
本系统采用B/S结构进行设计,使用SQL Server构建数据库,以MYECLIPSE 为设计语言,TOMCAT作为网页服务器来开发一个功能较为完善的订餐系统。
前台页面提供给顾客方便的实现网上订餐,而且能够查看本人信息、订单信息以及网上留言。
后台管理实现会员管理、菜单管理、订单管理、留言管理等基本网上订餐功能。
不仅方便顾客了解热销美食,而且利于商家制定销售策略。
关键词:网络订餐,B/S结构,JSP ,SQLTHE Design and implementation of XIAO PENG’S restaurantonline ordering systemABSTRACTWith 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.1SQL SERVER2005简介 (3)2.2TOMCAT简介 (3)2.3JA VA简介 (3)2.4MYECLIPSE简介 (4)2.5JSP简介 (4)2.6本章小结 (4)第三章系统规划与分析 (5)3.1系统的需求分析 (5)3.2业务流程分析 (7)3.3数据流程分析 (9)3.4数据字典 (12)3.5本章小结 (14)第4章系统设计 (14)4.1系统体系结构设计 (14)4.2系统的子模块功能介绍 (15)4.3数据库设计 (17)4.4系统开发工具与开发模式的选择 (20)4.5本章小结 (21)第 5 章系统的实现 (22)5.1系统首页 (22)5.2用户注册登录模块 (22)5.3系统后台登录模块 (23)5.4用户管理模块 (24)5.5菜品类别管理模块 (25)5.6菜品管理模块 (26)5.7订单管理模块 (26)5.8本章小结 (28)第 6 章系统测试与维护 (29)6.1系统测试 (29)6.2系统维护 (30)6.3本章小结 (31)总结 (32)参考文献 (33)致谢 (34)附录 (35)第一章概述1.1 课题背景随着21世纪互联网的普及,电子商务网站也随着互联网的普及而飞速的发展。
基于JSP的餐饮管理系统的设计与实现范本(doc 39页)

基于JSP的餐饮管理系统的设计与实现范本(doc 39页)to identify a small catering management information system demand of the survey, based on the analysis of, get the catering services business process, this paper puts forward a set of effective data processing scheme.The system uses the current popular B/S architecture, will small-sized management aspects information for centralized storage in SQLServer database, realizing the information share real-time, suit the needs of the development of catering industry. System has stable operation, data structure rigorous, strong stability etc. characteristics.Key words:Restaurant Management JSP SQLServer目录前言 0第1章课题研究背景与意义 (1)第1.1节选题背景 (1)第1.2节国内外研究现状 (2)第1.3节本文研究的内容 (3)第1.4节本文研究的意义 (4)第2章系统的开发工具与环境 (5)第2.1节 JSP技术 (5)第2.2节数据库及相关技术简介 (6)第2.3节开发工具简介 (7)第3章需求分析 (9)第3.1节系统需求分析 (9)第3.2节数据流程图分析 (10)第3.3节业务流程图分析 (10)第4章系统设计 (12)第4.1节系统概要设计 (12)第4.2节系统详细设计 (13)第5章系统的实施与测试 (24)第5.1节用户登录界面实施 (24)第5.2节主界面实施 (25)第5.3节系统测试与维护 (28)结论 (30)参考文献 (31)致谢 (33)前言随着计算机技术的发展,特别是计算机网络技术与数据库技术的发展,使人们的生活方式发生了巨大的改变。
基于JSP的网上订餐管理系统

基于JSP的网上订餐管理系统摘要随着互联网的发展和普及,网上订餐也越来越普遍,设计开发一种更高效更方便的网上订餐系统已经显得十分必要了,将来网上订餐服务有望发展成一种非常受欢迎的订餐方式,将成为餐饮业销售的新模式和新的增长点。
本课题的任务是开发一套基于web的订餐系统,旨在通过网站的形式实现顾客的订餐过程。
本系统使用Java语言开发,采用SH框架,利用JSP技术结合MySQL数据库来实现的B/S结构。
系统是根据顾客和管理员两种不同用户的使用范围进行功能划分和设计,实现了订餐系统的基本功能。
顾客通过访问订餐系统的前台页面,注册成为会员,浏览餐饮,搜索餐饮,发表留言,订购餐饮等。
餐馆经营者以管理员的身份登录系统后台,管理会员,订单,餐饮,公告等。
本设计与现有的其他案例比较,具有界面直观,操作简便等优点,方便订餐者和餐饮管理着进行使用。
关键词网上订餐;JSP;MVC;B/SOnline meal orderingmanagement systembased on JSPAbstractWith the development and popularization of Internet, online meal ordering is more and more popular, the development of a more efficient and more convenient online meal ordering system has become very necessary, the future online meal ordering service is expected to develop into a very popular meal mode, will become a new mode of catering sales and new point of growth.The task of this project is to develop a set of ordering system based on Web, to achieve customer ordering process through the website form. This system is developed by Java language, using SH framework, B/S structure with MySQL database using JSP technology. The system is according to the customer and manager of two different user scope of functions and design, to achieve the basic functions of the ordering system. The customer through the access reservation system front page, registered as a member, browse search catering, catering, published message, ordering food etc.. Restaurant operators to log in to the system administrator backstage, member management, order, catering, announcements.Compared with other current cases of this design, has the advantages of simple operation, intuitive interface, easy ordering, and catering management for use.Key words Online Ordering; JSP; MVC; B/S目录摘要 (i)Abstract (ii)1 绪论 (1)1.1 订餐系统的研究背景 (1)1.2 订餐系统的研究目的及意义 (1)1.3 相关技术简介 (2)1.3.1 JSP技术 (2)1.3.2 MVC开发模式 (3)1.3.3 SH框架技术 (4)1.3.4 Hibernate框架 (5)1.4 MySQL数据库 (5)2 订餐系统分析 (7)2.1 系统可行性分析 (7)2.2 需求分析 (8)2.2.1 系统功能需求 (8)2.2.2 系统性能需求 (8)2.2.3 系统重要用例分析 (9)2.2.4 业务流程分析 (10)2.2.5 数据流分析 (11)3 订餐系统总体设计 (13)3.1 系统设计原则 (13)3.2 系统结构设计 (13)3.3 功能模块设计 (13)3.3.1 前台显示的功能模块设计 (14)3.3.2 后台管理的功能模块设计 (15)3.4 数据库设计 (15)3.4.1 数据库表设计 (16)3.4.2 数据库概念模型设计(E-R图) (16)3.4.3 数据库逻辑结构设计 (17)4 订餐系统编码与实现 (22)4.1 系统的分层设计与实现 (22)4.1.1 表现层(UI) (22)4.1.2 业务逻辑层(BLL) (23)4.1.3 数据库访问层(DAL) (24)4.2 前台显示模块的实现 (25)4.2.1 会员注册模块的实现 (25)4.2.2 搜索餐饮模块的实现 (26)4.2.3 订餐功能模块的实现 (26)4.2.4 留言评价模块的实现 (29)4.3 后台管理模块的实现 (30)4.3.1 公告管理模块的实现 (30)4.3.2 餐饮管理模块的实现 (31)4.3.3 管理员管理模块的实现 (32)4.3.4 订单管理模块的实现 (34)4.3.5 会员管理模块的实现 (35)5 订餐系统测试与运行 (37)5.1 测试的定义 (37)5.2 测试的原则 (37)5.3 测试的目的 (37)5.4 系统运行环境要求 (38)5.5 系统测试基本要求 (38)5.5.1 界面测试 (38)5.5.2 功能测试 (38)5.5.3 性能测试 (38)5.6 系统测试用例 (38)5.7 系统测试结果 (39)结论 (40)参考文献 (41)致谢 (42)外文原文 (43)中文翻译 (49)1 绪论1.1 订餐系统的研究背景餐饮业是一个古老的行业,随着我国经济的快速发展,人民生活水平的不断提高,我国的餐饮业必将有巨大的发展。
基于JSP技术的网上订餐系统

2012届毕业生毕业设计说明书题目: 基于JSP技术的网上订餐系统院系名称:专业班级:计算机应用技术0902班学生姓名:学号: 2指导教师:教师职称:讲师2012 年 5 月 15 日摘要本课题分析了中、小型餐饮店订餐模式,发现传统的订餐模式(人工的方式来进行操作的各项管理比如人工进行记录,顾客订餐,订餐信息管理,通过电话或QQ等方式联系进行关于交易的信息传递与交流)已经不能适应市场发展的需求,传统的订餐模式信息交换慢(只能进行一对一的交流)、配送速度慢、配送成本高等特点。
随着网络技术的发展、电子商务的普及,网上商城已经成为人类生活的一部分了,如淘宝网、QQ 拍拍网等等。
但网上订餐还处于形成的初期,主要原因在于网上订餐对商品的配送有严格的要求。
网上订餐系统为中、小型快餐店提供一个较好的快餐销售平台,为顾客提供一个较好的订餐平台,为顾客提供更好更快的送餐服务让顾客满意,从而提高快餐的销量。
本课题设计的是一个基于互联网的B/S模式的网上订餐系统,能为客户提供网上选择浏览菜品介绍、订餐和快速配送等服务。
并为后台管理员提供一个服务平台实现用户信息与顾客订餐的管理,解决信息交换慢等问题,从而提高了服务的质量。
本文详细介绍了系统需求分析、顾客订餐流程,点单管理流程及网上订餐系统。
关键词:网上订餐系统订单 Java MySQLTitle online reservation systemAbstractThis topic analyzes the medium and small restaurants ordering patterns, found that the traditional ordering patterns (artificial approach to the management operations such as manual recording, customer ordering, ordering information management, through QQ, phone or contact for the transmission of information on trade and exchange) has been unable to meet market demand, the traditional mode of information exchange ordering slow (only one on one exchange), slow delivery, and high distribution costs . With the development of network technology, the popularity of e-commerce, online store has become a part of human life, such as Taobao, QQ pat net and so on. But online ordering is still in the early stages of formation, mainly due to online ordering and distribution of goods, there are strict requirements. Online ordering system for small, medium and fast food outlets selling fast food a good platform to provide customers with a better ordering platform, provide customers with better and faster delivery service for customer satisfaction, thereby increasing the sales of fast food.This design is an Internet-based B / S model of online reservation system, providing customers choose to view online Description dishes,reservation and fast delivery and other services. and back office administrator for a service platform to provide user information and customer ordering the management to address information exchange slow and other issues, thereby improving service quality. This topic describes the system requirements analysis, customer ordering process, management processes and a single point of online reservation system.Key words: online reservation system reservation Java MySQL目次1 绪论 ................................................................课题开发背景......................................................课题实现意义......................................................网站建设技术介绍................................................................................................................ (3)2 网站需求分析 (4)总体需求分析 (4)模块需求分析 (4)443 网站概要设计 (5)网站的系统功能模块设计 (5)网站的体系结构 (5)网站功能模块的设计 (5)网站的界面设计 (6)网站的数据库设计 (7)数据库需求分析 (7)数据库概念结构设计 (8)数据库逻辑结构设计 (9)4 网站详细设计 (11)系统首页设计与实现 (11)系统各模块的详细设计与实现........................................用户登录模块详细设计.........................................用户登录后模块详细设计.......................................网站后台管理模块详细设计.....................................餐品信息查询模块详细设计.....................................网站关键技术设计与实现 (16)存储过程的设计与实现 (16) (17)5 测试................................................................ (30)1 绪论课题开发背景21世纪,全球网络化,科技在突飞猛进。
网上订餐系统的设计与实现资料

教学单位计算机学院学生学号201196014041编号本科毕业设计题目茹乐餐饮管理系统学生姓名吴巧娟专业名称计算机科学与技术指导教师张晓孪2015年5月25日茹乐餐饮管理系统摘要:现阶段,大多数的餐馆以及酒店的餐饮管理系统都是采用比较传统的方式,虽然现在计算机技术迅速发展,但是还有好多的餐馆以及酒店在智能化方面还都跟不上时代的步伐,造成人力、物力及财力的浪费,这样的管理模式已经无法适应时代的要求,需要设计新的餐饮管理系统来解决现在存在的问题。
本系统采用JA V A/JSP技术设计,包括JavaBean技术,使用tomcat应用服务器,数据库使用SQL Server 2005开发基于MVC模式的网上订餐管理系统,主要有系统管理、会员管理、菜品类别、菜品管理、菜品录入、公告管理、订单管理和留言管理等功能,可以实现用户在线订餐,餐饮公司配送以及对订单、菜品的管理等。
本系统在测试和运行的过程中,设计测试方案的目标是选用少量的高效测试数据,尽可能多地发现软件中的问题,提高软件系统的可靠性、实用性,从而使系统能够正常运行。
关键词:订餐系统;JSP;SQL Server 2005;菜品;用户RuLe catering management systemAbstract:At present,the majority of restaurant and hotel catering management system is the more traditional way,although now computer technology is developing rapidly,they couldn't keep up with the pace of The Times in the aspect of intelligent for a lot of restaurants and hotels,a waste of manpower,material and financial resources, this management mode has been unable to adapt to the requirements of The Times,need to design a new catering management system to solve the problems existing now.This system uses JA V A/JSP technology design, including the javabeans technology,using tomcat application Server,database using SQL Server 2005 to develop the online and order management system based on MVC pattern,system management,member management,food categories and food management,food entry,public announcement management, order management and message management,and other functions,can realize the user online reservation, catering company distribution as well as to the order,and the management of the food。
基于JSP技术的网上自助点餐系统的设计与实现

基于JSP技术的网上自助点餐系统的设计与实现作者:邹钦忠孔令美张艳红来源:《电脑知识与技术》2015年第33期摘要:网络的广泛应用使人们的工作和日常生活都发生了质的变化,大家开始使用网络开展电子商务、电子政务、网上医疗、网络教学及网上订餐等活动。
该文系统地阐述了网络订餐系统的设计及实现过程,系统具备菜品管理、菜品查询、菜品预订、订单处理和系统管理功能,基本上实现了在线订餐的整个流程。
在系统开发过程中,以Eclipse作为集成开发环境,利用MySQL数据库进行数据存储,首先建立系统应用原型,然后对初始原型系统进行需求迭代,不断修正和改进,直到形成满意可行的系统。
关键词:自助订餐;网上订餐;JSP技术中图分类号:TP393 文献标识码:A 文章编号:1009-3044(2015)33-0178-03Design and Implementation of the Online Self-Help Ordering System Based on JSP Technology ZOU Qin-zhong, KONG Ling-mei, ZHANG Yan-hong(Guangdong Polytechnic Normal University, Tianhe College, Guangzhou 510540,China)Abstract: Widely used network makes people work and everyday life have undergone a qualitative change, we began to use the network to carry out e-commerce, e-government, online medical, online teaching and online ordering and other activities. This paper systematically describes the design and realization of network ordering system process management system with dishes, dishes inquiry, dishes book, order processing and system management functions, and virtually the entire ordering process online. In the system development process, with Eclipse as an integrated development environment, use MySQL database for data storage, first established the system application prototype, then the initial prototype system needs iteration, constantly revised and improved until a satisfactory workable system.Key words: self-help ordering;the online ordering;JSP technology1 概述电子商务便捷、快速的交易形式广受欢迎,这种模式应用在餐饮行业为人们提供了良好的服务。
基于JSP的网上订餐系统

目录摘要 (I)Abstract (II)1.概述 (1)1.1 课题背景 (1)1.2 课题意义 (1)1.3 技术方案的选取 (1)1.4 系统设计原则 (2)2.系统概述 (3)2.1 可行性分析 (3)2.2 系统模块的需求分析 (3)2.3 业务流程分析 (5)2.3.1 会员业务流程分析 (5)2.3.2 后台操作业务流程分析 (6)2.4数据流的组成 (7)3.系统设计 (8)3.1 系统体系结构设计 (8)3.2 数据流程分析 (9)3.2.1客户订单管理 (9)3.2.2用户信息管理 (9)3.2.3菜品类别管理 (10)3.2.4菜品信息管理 (10)3.2.5密码修改 (11)3.3 数据库设计 (11)3.3.1 数据库E-R图 (11)3.3.2 数据库表结构设计 (12)3.3.5 数据库表间关系设计 (15)3.4系统实现主要技术 (16)3.4.1 JSP技术 (16)3.4.2系统体系结构分析 (16)4.系统实现 (19)4.1系统首页 (19)4.2用户注册模块 (20)4.3系统后台登陆模块 (21)4.4 会员管理模块 (23)4.5 菜品类别管理模块 (24)4.6 菜品管理模块 (26)4.7 订单管理模块 (29)5.系统测试 (31)5.1 测试目的 (31)5.2 系统测试具体步骤 (31)5.3 测试结果 (32)6.总结 (32)致谢 (34)参考文献 (35)基于JSP的网上订餐系统摘要伴随着经济科学的进步,生活节奏的加快,人们对进餐的要求越来越高,开始选择在繁杂的工作时通过网络点餐,节省平时到餐馆进餐时所花费的精力和时间。
网上订餐作为一种全新的订餐模式,通过提供商家的菜品信息,让顾客能够在足不出户的情况下,既能品尝到美食也大幅度减少了就餐所需要花费的时间。
本系统就是着眼于这样的背景下,采用了现在广泛使用的编程语言JSP和SQL Server 2008数据库来实现网络订餐系统的开发与设计,从而加强了数据信息的安全管理。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
基于JSP的网上订餐系统的设计与实现JSP-based online ordering system基于JSP的在线订餐系统的设计与实现摘要:随着生活节奏的不断加快,越来越多的人因为工作忙而没有时间自己出去订购喜欢的菜品。
随着Internet的飞速发展,网络已经成为我们日常生活中必不可少的部分,越来越多的人也接受了电子商务这种快捷、方便的交易方式。
网上订餐其独有的便捷性和直观性,能轻而易举的被当代人所接受,另一方面网上订餐同时推动着电子商务的发展。
因此,作为互联网的新形式,网上订餐是十分必要的。
本系统就是为了满足消费者足不出户,通过网络轻松闲逸的完成订购餐饮和食品,尤其是当代学生及白领,这些人一般都工作比较忙,并且对计算机比较熟悉,思想也比较超前,能够接受网上订餐。
网上订餐系统就是基于上述现状而开发出来的,该设计是基于互联网的B/S 模式的网上订餐系统,系统运用JSP技术,数据库采用MySQL,以Tomcat 6为Web 服务器。
关键词:在线订餐系统;MySQL;MyEclipse;B/S毕业设计(论文)外文摘要JSP-based online ordering systemAbstract:With the accelerating pace of life, more and more people are busy with work and time out on order delicious dishes.With the rapid development of Internet, the network has become an essential part of our daily lives, more and more people accepted the e-commerce such a fast, convenient way to trade.Online ordering of its convenient and intuitive, can easily be accepted by the contemporary people, on the other hand, it also promote the development of electronic commerce. Therefore, as a new form of the Internet, Online ordering is very necessary.This system is in order to meet the needs of consumers remain within doors, through a network of relaxed leisurely complete ordering of catering and food, especially the contemporary students and white-collar, these people are usually busy with work, and are more familiar with the computer, thought also compares lead, can easily accept online meal ordering.The online ordering system is developed based on the above-mentioned status quo, the design is based on Internet B / S mode, the system using JSP technology, database using the MySQL and Tomcat 6 as a Web server.Keywords:Online reservation system;MySQL;MyEclipse;B/S目录第一章引言..................................................................................................... - 1 -1.1 课题研究的意义和背景.................................................................... - 1 -1.2 问题的定义与简介............................................................................ - 1 -1.3 可行性分析........................................................................................ - 2 -1.4课题的调研......................................................................................... - 2 -1.5 论文各章简介.................................................................................... - 2 - 第二章需求分析............................................................................................. - 3 -2.1 功能需求............................................................................................ - 3 -2.2 功能模块分析.................................................................................... - 3 -2.3 性能需求............................................................................................ - 3 - 第三章系统设计............................................................................................. - 4 -3.1 数据概念结构设计——E-R模型 .................................................... - 4 -3.2 数据逻辑结构设计——关系模型.................................................... - 6 -3.3 数据结构优化——关系规范化........................................................ - 6 -3.4 开发环境和运行环境设计................................................................ - 7 - 第四章详细设计........................................................................................... - 10 -4.1 会员功能的设计与实现.................................................................. - 10 -4.2 管理员功能的设计与实现.............................................................. - 18 -4.3 主要问题及其解决方案.................................................................. - 19 - 第五章用户手册........................................................................................... - 19 -5.1 系统功能简介.................................................................................. - 19 -5.2 系统运行环境与系统安装.............................................................. - 19 -5.3 系统操作指南.................................................................................. - 19 - 结论............................................................................................................. - 20 - 致谢............................................................................................................. - 21 - 参考文献................................................................................................... - 23 -第一章引言1.1 课题研究的意义和背景计算机已经变得十分普遍了,人们已经渐渐离不开计算机了,如同我们离不开的自行车、汽车一样。
餐饮行业是一个具有悠久历史的行业,但大部分餐饮企业的运作管理模式仍基本沿袭传统的方法。
依靠人工录写菜单,然后由跑菜员将菜单送入厨房,房依据菜单制作菜肴,再由服务员将菜肴送至顾客。
但随着社会的不断进步,生活节奏的不断加快。
这种传统的运作模式已经面临挑战,人们没有那么多的时间等待,尤其是当代学生和一些白领。