设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
“李记餐厅”微信点餐小程序的设计与实现毕业论文+开题报告+开题答辩PPT+中期报告+小程序前后台(Java+mysql)源码+运行图解
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘要

基于微信的“李记餐厅”微信点餐小程序是利用微信中的小程序功能来实现,自2011年微信诞生以来,微信的使用越来越普遍,尤其最近几年微信旗下的微信小程序因其不占内存,用完即走的特点吸引越来越多用户,使用微信小程序设计的系统也越来越多。本课题利用了发展至今逐渐趋于成熟的小程序来满足餐厅顾客的需求,优化了传统人工点餐的流程,使得用户可以通过微信小程序进行下单,商家接收到订单信息后,可以对用户提供相关服务。

本系统主要使用了微信小程序制作前端,后台利用MySQL数据库来保存点餐所需的相关数据,实现了餐厅内点餐的基本功能。本系统主要包括两个模块,用户可以查看菜品,进行店内点餐工作,并可对菜品进行评价;商家则对店内菜品进行管理以及对用户的订单进行处理等操作;并且可以在云开发中进行系统版本更迭和备份。通过系统开发与测试,本系统基本已经达到了软件本身所设计的目标。

关键词  微信  小程序  餐厅点餐  MySQL

Abstract

WeChat based restaurant ordering system is realized by using the small program function Since the birth of WeChat in 2011, the use of WeChat has become more and more common, especially in recent years, WeChat's WeChat applet is used because it does not occupy memory. The characteristics of the end-to-end approach attract more and more users, and more and more systems are designed using WeChat applets. This topic utilizes the small program that has been gradually matured to meet the needs of restaurant customers, and optimizes the traditional manual ordering process, so that users can place orders through WeChat applet. After receiving the order information, the merchant can Provide related services.

This system mainly uses the WeChat applet production front end, and the background uses the MySQL database to save the relevant data needed for ordering, and realizes the basic functions of ordering in the restaurant. The system mainly includes two modules, the user can view the dishes, carry out the ordering work in the store, and can evaluate the dishes; the merchant manages the dishes in the store and processes the orders of the users; and can be carried out in the cloud development System version changes and backups. Through system development and testing, the system has basically reached the goal of the software itself.

Keywords  WeChat  Applets  Restaurant order  MySQL


目录

1.前言 1

1.1 课题背景 1

1.2 课题意义 1

1.3 论文结构 2

2.相关技术 3

2.1 Java语言 3

2.2 Spring框架 4

2.3 Vue.js框架 5

2.4 IntelliJ IDEA开发工具 6

2.5 数据库 7

3.可行性与需求分析 9

3.1 系统可行性分析 9

3.2 系统功能需求分析 10

3.3 系统性能需求分析 11

3.5 系统业务流程分析 11

3.6 开发环境与开发工具 12

4.系统设计 13

4.1系统功能结构设计 13

4.1.1 系统总体功能结构 13

4.1.2 用户功能结构 13

4.1.3 管理员功能结构 14

4.2 系统数据库设计 15

4.2.1 数据库E-R图设计 15

4.2.2 数据库表的设计 16

5.系统实现 19

5.1 数据库连接 19

5.2 用户模块实现 20

5.2.1 登录管理模块实现 20

5.2.2 用户信息管理模块实现 22

5.2.3 订单管理模块实现 24

5.2.4 评价管理模块实现 25

5.3 管理员模块实现 27

5.3.1 菜品管理模块实现 27

5.3.2 系统管理模块实现 29

5.3.3 订单管理模块实现 30

6.系统测试 33

6.1系统测试的目的与意义 33

6.2 系统模块测试用例 33

6.2.1 用户登录模块 33

6.2.2 扫码点餐模块 33

6.2.3 购物车模块 34

6.2.4 接单提醒模块 34

6.2.5 菜品新增模块 35

6.2.6 新增菜品类目模块 35

7.结论 36

7.1 系统技术总结 36

7.2 系统功能总结 38

7.3 系统展望 38

致谢 40

参考文献 41

















  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
Meshkov不稳定性的激波管实 850nm附近具有平坦色散的光子 基于前馈控制的动态电压恢复器(D
光纤的色散补偿方式及应用分析 毕 基于10kV配电网线损的仿真计算 华兴科技公司网络规划与设计 毕业
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!