本科毕业设计论文
题目:基于微信小程序的快递管理平台设计与实现
系 别:
|
XX系(全称)
|
专 业:
|
软件工程
|
班 级:
|
软件工程15201
|
学生姓名:
|
|
学生学号:
|
|
指导教师:
|
导师1 导师2
|
202X年5月
摘 要
社会发展日新月异,用计算机应用实现数据管理功能已经算是很完善的了,但是随着移动互联网的到来,处理信息不再受制于地理位置的限制,处理信息及时高效,备受人们的喜爱。所以各大互联网厂商都瞄准移动互联网这个潮流进行各大布局,经过多年的大浪淘沙,各种移动操作系统的不断面世,而目前市场占有率最高的就是微信小程序,本次开发一套基于微信小程序的快递管理平台,有管理员,用户,配送员,实现了个人中心,用户管理,配送员管理,快递信息管理,配送快递管理,配送信息管理,配送完成管理,确认完成管理,系统管理。基于微信小程序的快递管理平台服务端用Java开发的网站后台,接收并且处理微信小程序端传入的json数据,数据库用到了MySQL数据库作为数据的存储。这样就让用户用着方便快捷,都通过同一个后台进行业务处理,而后台又可以根据并发量做好部署,用硬件和软件进行协作,满足于数据的交互式处理,让用户的数据存储更安全,得到数据更方便。
关键字:基于微信小程序的快递管理平台;微信小程序;Java;MySQL
Abstract
With the rapid development of society, it is perfect to use computer application to realize data management function. However, with the advent of mobile Internet, information processing is no longer limited by geographical location. Information processing is timely and efficient, which is loved by people. Therefore, major Internet manufacturers are aiming at the trend of mobile Internet and making major layout. After years of scouring the sand, various mobile operating systems have been launched continuously. At present, wechat applet has the highest market share. This time, a set of express management platform based on wechat applet is developed, including administrators, users and distributors, which realizes personal center and user management, Dispatcher management, express information management, express delivery management, distribution information management, distribution completion management, confirmation completion management and system management. The express management platform based on wechat applet uses the website background developed by java on the server side to receive and process the JSON data transmitted from wechat applet side. The database uses MySQL database as the storage of data. In this way, users can use it conveniently and quickly. They all conduct business processing through the same background, and the background can make deployment according to the amount of concurrency, cooperate with hardware and software, meet the interactive processing of data, make the user's data storage safer and get the data more convenient.
Key Words:Express Management Platform Based on wechat applet; Wechat applet; Java; MySQL
目 录
摘 要
目 录
第1章 绪论
1.1 研究背景
1.2 研究现状
1.3 目的和意义
1.4 论文研究内容
第2章 程序开发技术
2.1 Mysql数据库
2.2 Java语言
2.3 微信小程序介绍
2.4 SSM框架
第3章 系统分析
3.1可行性分析
3.1.1技术可行性分析
3.1.2经济可行性分析
3.1.3操作可行性分析
3.2系统运行环境
3.3系统流程分析
第4章 系统设计
4.1 系统设计的原则
4.2 功能结构设计
4.3 数据库设计
4.3.1 数据库E-R图
4.3.2 数据库表结构
第5章 系统实现
5.1管理员后台功能实现
5.1.1 用户管理
5.1.2 平台公告管理
5.1.3 配送员管理
5.1.4 快递信息管理
5.2 微信小程序功能实现
5.2.1 首页
5.2.2 快递信息
5.2.3 配送信息
5.2.4 我的
第6章 系统测试
6.1系统测试方法
6.2 系统测试分析
结 论
致 谢
参考文献