毕 业 设 计
家政服务管理平台
学生姓名
学 号
指导教师
所在学校
专业名称
班 级
摘要
随着家政服务行业的不断发展,家政服务在现实生活中的使用和普及,家政服务行
业成为近年内出现的一个新行业,并且能够成为大众广为认可和接受的行为和选择。设
计家政服务管理平台的目的就是借助计算机让复杂的销售操作变简单,变高效。
家政服务管理平台采用了 B/S 结构,JAVA 作为开发语言,数据库采用了 B/S 结构,
Mysql 数据库进行开发。该系统包括前台操作和后台管理两个部分,一方面,为用户提
供首页、服务信息、公告信息、留言反馈、个人中心、后台管理等功能;另一方面,为
管理员提供首页、个人中心、用户管理、服务人员管理、服务信息管理、服务类型管理、
服务预约管理、服务取消管理、服务分配管理、服务进度管理、评价信息管理、留言反
馈、系统管理等功能。
【关键词】家政服务;JAVA;B/S 结构
Abstract
With the continuous development of the homemaking service industry, the use and
popularity of homemaking service in real life has become a new industry in recent years, and
can become a widely recognized and accepted behavior and choice of the public. The purpose
of designing housekeeping service management platform is to make the complicated sales
operation simple and efficient with the help of computer.
Housekeeping service management platform uses B/S structure, JAVA as the
development language, database uses B/S structure, Mysql database for development. The
system includes two parts of foreground operation and background management. On the one
hand, it provides users with home page, service information, announcement information,
message feedback, personal center, background management and other functions. On the
other hand, it provides administrators with home page, personal center, user management,
service personnel management, service information management, service type management,
service reservation management, service cancellation management, service allocation
management, service progress management, evaluation information management, message
feedback, system management and other functions.
【 Key words 】 Housekeeping service; JAVA; B/S structure
目录
1 引言..................................................................................................................................1
1.1 选题的背景...........................................................................................................1
1.2 选题的目的与意义...............................................................................................1
1.3 研究的主要内容...................................................................................................2
2 开发环境和相关技术.....................................................................................................3
2.1 系统的开发环境...................................................................................................3
2.2 相关技术简介.......................................................................................................3
2.2.1 B/S 结构简介.............................................................................................3
2.2.2 Mysql 数据库技术 ....................................................................................3
2.2.3 JAVA 语言简介 ........................................................................................4
2.2.4 SpringBoot 框架 ........................................................................................4
3 系统的可行性研究及需求分析......................................................................................5
3.1 可行性研究...........................................................................................................5
3.1.1 技术可行性分析........................................................................................5
3.1.2 经济可行性分析........................................................................................5
3.1.3 运行可行性分析........................................................................................5
3.2 系统现状分析......................................................................................................5
3.3 功能需求...............................................................................................................6
3.4 系统设计规则与运行环境...................................................................................7
4 系统的总体设计及相关技术准备..................................................................................8
4.1 总体设计...............................................................................................................8
4.1.1 设计的原则及目标....................................................................................8
4.1.2 系统的主要的功能结构............................................................................8
4.2 系统设计...............................................................................................................9
4.2.1 数据表 E-R 图 ...........................................................................................9
4.2.2 数据库的主要表结构.............................................................................10
5 系统的详细设计与实现................................................................................................21
5.1 前台模块设计.....................................................................................................21
5.2 后台功能模块.....................................................................................................22
5.2.1 管理员功能模块......................................................................................23
5.2.2 用户功能模块..........................................................................................28
5.2.3 服务人员功能模块..................................................................................30
6 系统测试与维护............................................................................................................32
6.1 测试内容.............................................................................................................32
6.1.1 管理员登录测试......................................................................................32
6.1.2 信息测试..................................................................................................32
6.1.3 项目测试..................................................................................................33
6.1.4 修改密码测试..........................................................................................33
6.1.5 其他功能测试..........................................................................................34
6.2 系统维护.............................................................................................................34
7 结束语...........................................................................................................................35
参考文献...........................................................................................................................36
致谢...................................................................................................................................37