摘 要
社会的发展和科学技术的进步,互联网技术越来越受欢迎。手机也逐渐受到广大人民群众的喜爱,也逐渐进入了每个用户的使用。手机具有便利性,速度快,效率高,成本低等优点。 因此,构建符合自己要求的操作系统是非常有意义的。
本文从管理员、用户和商家的功能要求出发,微信外卖小程序中的功能模块主要是实现管理员服务端;首页、个人中心、食品类型管理、商户信息管理、外卖信息管理、用户管理、商家管理、系统管理、订单管理,商家服务端:首页、个人中心、商户信息管理、外卖信息管理、用户管理、订单管理,用户客户端:首页、商户信息、外卖信息、我的。
本微信外卖小程序系统经过认真细致的研究,精心准备和规划,最后测试成功,系统可以正常使用。分析功能调整与微信外卖小程序实现的实际需求相结合,讨论了微信开发者技术与后台结合java语言和mysql数据库开发微信外卖小程序的使用。
关键字:微信外卖小程序 微信开发者 Java技术 mysql数据库
Abstracts
With the development of society and the progress of science and technology, Internet technology is becoming more and more popular. Mobile phones are also gradually loved by the masses of the people, and gradually enter the use of each user. Mobile phone has the advantages of convenience, fast speed, high efficiency and low cost. Therefore, it is very meaningful to build an operating system that meets its own requirements.
This paper starts from the functional requirements of administrator, user and merchant, and the function modules in wechat take-out applet are mainly to realize the administrator service end; home page, personal center, food type management, merchant information management, takeout information management, user management, business management, system management, order management, business service end: home page, personal center, merchant information management, external management Sales information management, user management, order management, user client: home page, merchant information, take out information, my.
After careful research, careful preparation and planning, the wechat take-out system was successfully tested and the system can be used normally. The paper analyzes the combination of the function adjustment and the actual requirements of wechat take-out program. The application of wechat developer technology and background combined with Java language and MySQL database is discussed.
Keywords: wechat take out widget wechat Developer Java technology MySQL database
目 录
摘 要
Abstracts
目 录
第1章 绪论
1.1课题背景
1.2研究意义
1.3研究内容
第2章 技术介绍 2
2.1 微信开发者工具 3
2.2 小程序框架以及目录结构介绍 3
2.3 JAVA技术 4
2.4 Mysql数据库 4
2.5 SSM框架 4
第3章 需求分析 5
3.1需求分析概述 6
3.2可行性分析 6
3.2.1经济可行性 6
3.2.2技术可行性 7
第4章 系统设计
4.1系统结构设计
4.2数据库设计
4.2.1实体ER图
4.2.2数据表
第5章 系统实现
5.1管理员服务端功能模块
5.2商家服务端端功能模块
5.3用户微信端功能模块
第6章 系统测试
6.1测试定义及目的
6.2测试方法
6.3测试模块
6.4测试结果
结 论
致 谢
参考文献