毕业论文(设计)
题 目:基于微信小程序的社区养老服务系统
学 院:
专 业 班 级:
学 生 姓 名:
姓名
指 导 教 师:
姓名
协助指导教师
:
完 成 日 期:
2021年05月
I
摘 要
随着计算机技术的成熟,互联网的建立,如今,PC 平台上有许多关于社区养老服
务方面的应用程序,但由于使用时间和地点上的限制,用户在使用上存在着种种不方便,
而开发一款基于微信小程序的社区养老服务系统,能够有效地解决这个问题。
本文主要介绍了基于微信小程序的社区养老服务系统的开发过程,对开发环境、系
统设计、系统实现、系统测试方面进行分析。在设计时对微信客户端进行了充分的了解,
掌握微信平台通过的接口,同时系统采用 MYSQL 数据库进行数据的储存,充分的保证
了系统的稳定性、安全性。通过本系统满足了不同权限用户的功能需求,包括用户、服
务人员以及管理员。
“操作简单,功能实用”这是本软件设计的核心理念,本系统力求创造最好的用户
体验。
关键词:微信小程序 ;MYSQL 数据库;社区养老服务
II
Abstract
With the maturity of computer technology and the establishment of the Internet,
nowadays, there are many applications related to community elderly care services on the PC
platform. However, due to restrictions on the time and place of use, users have various
inconveniences in use. A community elderly care service system based on WeChat applets
can effectively solve this problem.
This article mainly introduces the development process of the community elderly care
service system based on WeChat applet, and analyzes the development environment, system
design, system implementation, and system testing. During the design, we fully understood
the WeChat client and mastered the interfaces through the WeChat platform. At the same time,
the system uses MYSQL database for data storage, which fully guarantees the stability and
security of the system. Through this system, the functional requirements of users with
different permissions are met, including users, service personnel and administrators.
"Simple operation, practical function" is the core concept of this software design, and
this system strives to create the best user experience.
Keywords: WeChat applet; MYSQL database; community elderly care service
III
目 录
摘 要 ..................................................................................................................................I
ABSTRACT...........................................................................................................................II
目 录.............................................................................................................................III
第 1 章 绪论 ....................................................................................................................1
1.1 研究背景.........................................................................................................................1
1.2 设计原则.........................................................................................................................1
1.3 研究内容.........................................................................................................................1
第 2 章 关键技术简介 .....................................................................................................3
2.1 微信 WEB 开发者工具 ......................................................................................................3
2.2 微信小程序 API 接口 .....................................................................................................3
2.3 MYSQL 数据库 .................................................................................................................3
2.4 JAVA 简介.........................................................................................................................3
第 3 章 系统分析.............................................................................................................5
3.1 可行性分析 ....................................................................................................................5
3.1.1 技术可行性 .............................................................................................................5
3.1.2 经济可行性 ............................................................................................................5
3.1.3 操作可行性 ............................................................................................................5
3.1.4 法律可行性 .............................................................................................................5
3.2 系统性能分析 ................................................................................................................6
3.3 系统功能分析 ................................................................................................................6
3.4 系统流程分析 ................................................................................................................6
3.4.1 登录流程 .................................................................................................................6
3.4.2 添加信息流程 .........................................................................................................7
3.4.3 注册流程 .................................................................................................................7
3.4.4 修改密码流程 .........................................................................................................8
第 4 章 系统设计 ...........................................................................................................10
4.1 系统设计要求...............................................................................................................10
4.2 系统开发流程设计.......................................................................................................10
4.3 系统结构设计...............................................................................................................10
4.4 系统数据库设计...........................................................................................................11
4.4.1 数据库 E-R 图设计...............................................................................................11
4.4.2 数据库表设计 ......................................................................................................13
第 5 章 系统的实现 .........................................................................................................16
5.1 微信端功能模块的实现 ...............................................................................................16
5.1.1 微信端注册登录界面............................................................................................16
5.1.2 首页界面 ...............................................................................................................16
IV
5.1.3 服务产品详情界面................................................................................................17
5.1.4 服务投诉界面 .......................................................................................................18
5.1.5 服务预约界面 .......................................................................................................18
5.1.6 我的界面 ...............................................................................................................19
5.2 服务端功能模块的实现 ...............................................................................................19
5.2.1 服务端登录界面 ...................................................................................................19
5.2.2 用户管理界面 .......................................................................................................20
5.2.3 服务人员管理界面................................................................................................20
5.2.4 服务产品管理界面................................................................................................21
5.2.5 服务预约管理界面................................................................................................21
5.2.6 活动管理界面 .......................................................................................................22
5.2.7 视频管理界面 .......................................................................................................22
第 6 章 系统测试.............................................................................................................24
6.1 测试目的 ......................................................................................................................24
6.2 测试整体步骤 ..............................................................................................................24
6.3 测试方法 ......................................................................................................................25
6.4 测试分析.......................................................................................................................25
第 7 章 总结 ....................................................................................................................26
致 谢..............................................................................................................................27
参考文献 ..........................................................................................................................28