摘 要
智能时代的到来,人们对生活效率的追求越来越高,以往的点餐系统效率低下浪费人力物力。小程序实现了应用的无处不在,随时可用,且不需要软件的安装和卸载,基于小程序的点餐系统从某种角度上方便了用户点餐。针对商户而言,可以满足简单的基础应用,非常适合生活服务类的线下商店,降低了餐厅的运营成本,减少人工雇佣费,吸引更多的潜在客户。对于点餐系统的用户来讲,小程序的点餐系统做到了“用完即走”的概念,减轻手机内存的负担,操作方便快捷,此系统将点餐与互联网相结合,避免了柜面上繁琐的点餐和付款排队环节,让用户可以直观方便的进行点餐和直接使用微信支付进行付款,想比传统的餐厅点餐更人性化,也更加注重用户体验,针对小程序开发者而言,软件的开发门槛相对其他较低,难度也不及app。
本次丽华快餐订餐系统运用MySQL进行数据库存储,采用了JavaWeb和springboot框架作为后台开发,HTML+JS+CSS和微信web开发工具作为前端开发。凭借使用windows操作技术完成数据的录入、修改、删除。学习使用了手机界面触摸滑动的实现。
关键词:微信小程序;丽华快餐订餐系统;Java;MySQL;SSM
Abstract
With the advent of the intelligent era, people's pursuit of life efficiency is getting higher and higher, and the previous ordering system is inefficient and waste human and material resources.Small program to achieve the application of everywhere, available at any time, and do not need the installation and uninstallation of software, based on small program ordering system from a certain point of view to facilitate users to order food.For merchants, they can meet simple basic applications and are very suitable for offline stores of life services, reduce the operating costs of restaurants, reduce labor employment fees, and attract more potential customers.For ordering system users, small program ordering system did the concept of "run out", reduce the burden of mobile phone memory, convenient and fast, the system will order with the Internet, avoid the counter on tedious order and payment queue, let users can intuitive convenient order and direct use WeChat payment, want to be more humane than the traditional restaurant order, also pay more attention to the user experience, for small program developers, software development threshold is relatively low, the app.
This Lihua fast food ordering system uses MySQL for database storage, using JavaWeb and springboot framework as background development, HTML + JS + CSS and wechat web development tools as front-end development.Enter, modify, and delete the data with the windows operation technology.Learning to use the implementation of the mobile phone interface touch sliding.
Key words: wechat mini program; selling meal system; Java; MySQL; SSM
目 录
摘 要 I
Abstract II
第一章 绪 论 1
一、选题背景 1
二、课题意义 1
三、研究主要内容 1
第二章 开发技术介绍 3
一、微信开发者工具 3
二、小程序框架以及目录结构介绍 3
三、Java简介 4
四、MySQL数据库 4
五、SSM三大框架 5
第三章 项目需求分析 6
一、系统设计目标 6
二、需求分析概述 6
三、系统可行性分析 7
四、经济可行性 8
五、操作可行性 8
六、系统流程和逻辑 8
第四章 项目概要设计 12
一、概述 12
二、系统结构 12
三、数据库设计 14
(一)数据库实体 14
(二)数据库设计表 15
第五章 项目详细设计与实现 19
一、数据库连接 19
二、用户模块实现 21
三、丽华快餐订餐小程序端界面实现 21
(一)登陆 21
(二)注册 22
(三)首页 23
(四)菜品信息 24
(五)点餐 25
(六)我的订单 26
(七)送餐员列表 27
(八)评价 28
四、丽华快餐订餐小程序后台管理界面实现 29
(一)后台登陆 29
(二)后台主页 30
(三)评价管理 31
(四)菜品管理 31
(五)菜品类型管理 32
(六)点餐 32
(七)订单管理 33
(八)送餐员管理 33
第六章 系统测试 34
一、测试理论 34
二、测试方法及用例 35
三、测试结果 36
第七章 总结 37
参考文献 38
附 录 40
I 英文原文 40
II 中文译文 47
致 谢 53