毕业(设计)论文
题 目: 智慧家政在线预约管理系统的设计与
实现
本科毕业论文
i
I
摘 要
随着计算机技术的发展,带来社会各行业的进步,信息化逐渐运用到人们的
生活中。传统模式的家政服务管理满足不了现代人的生活追求,服务质量、服务
速度。随着互联网+的理念的发展,为了提供用户方便快捷的家政服务渠道,打
造舒适的家政服务;家政预约系统是一个对服务人员进行分级管理,再通过数据
显示给用户,让用户进行选择,最终形成订单收取费用为整个流程的全面管理平
台。
本文先提出了开发智慧家政在线预约管理系统的背景意义,然后通过功能性
和非功能性分析阐述本系统的需求,然后从功能设计和数据库设计两方面进行系
统的设计建模。在技术实现部分采用了 Java 作为开发后台的编程语言,客户端
使用 Jsp 技术,数据库选择 MySQL。最后进行了代码的编写,并说明了实现流程。
最终,通过软件测试来验证智慧家政在线预约管理系统的功能要求。综合表明,
本智慧家政在线预约管理系统满足了家政服务预约的基本业务,帮助用户及时在
线预定,并为家政服务管理员提供了高效的管理模式。
关键词:智慧家政;在线预约;家政服务;Java;
本科毕业论文
i
II
Abstract
With the development of computer technology and the progress of various
industries in society, informatization is gradually applied to people's life. The tr
aditional model of domestic service management can not meet the life pursuit
of modern people, service quality and service speed. With the development of
Internet plus concept, we will create comfortable home service for users to pro
vide convenient and efficient home service channels. Housekeeping reservation
system is a comprehensive management platform that carries out hierarchical m
anagement of service personnel, displays data to users, allows users to choose,
and finally forms an order to charge for the whole process.
This paper first puts forward the background significance of developing sm
art housekeeping online reservation management system, then expounds the req
uirements of the system through functional and non functional analysis, and the
n carries on the design modeling of the system from two aspects of functional
design and database design. In the technical implementation part, Java is used
as the programming language of the development background, JSP technology
is used in the client, and MySQL is selected as the database. Finally, the cod
e is written and the implementation process is explained. Finally, the functional
requirements of smart housekeeping online reservation management system are
verified through software testing. The comprehensive results show that the sm
art housekeeping online reservation management system meets the basic busines
s of housekeeping service reservation, helps users make online reservation in ti
me, and provides an efficient management mode for housekeeping service admi
nistrators.
Keywords: smart housekeeping; Online reservation; Housekeeping services; Java;
本科毕业论文
i
目 录
摘 要 .................................................................................................................................................I
Abstract ............................................................................................................................................II
第一章 绪论 ....................................................................................................................................1
1.1 选题背景 ..........................................................................................................................1
1.2 选题意义 ..........................................................................................................................1
1.3 研究内容 ..........................................................................................................................2
第二章 相关技术介绍 ....................................................................................................................3
2.1 Java 语言 .........................................................................................................................3
2.2 SSM 框架 ...........................................................................................................................3
2.3 Mysql 数据库 ...................................................................................................................4
第三章 系统分析 ............................................................................................................................5
3.1 可行性分析 .......................................................................................................................5
3.2 需求分析 ..........................................................................................................................5
3.2.1 非功能性需求 .......................................................................................................5
3.2.2 功能需求 ...............................................................................................................6
3.3 系统用例 ..........................................................................................................................6
3.3.1 会员功能需求 ........................................................................................................6
3.3.2 服务人员功能需求 ................................................................................................7
3.3.2 管理员功能需求 ....................................................................................................8
第四章 系统设计 ..........................................................................................................................10
4.1 系统功能设计 .................................................................................................................10
4.2 数据库设计 ....................................................................................................................11
4.2.1 逻辑结构设计 .....................................................................................................11
4.2.2 物理结构设计 .....................................................................................................12
第五章 系统实现 ..........................................................................................................................18
5.1 运行环境 ........................................................................................................................18
5.2 家政服务管理功能实现.................................................................................................18
5.2.1 管理员登录 .........................................................................................................18
5.2.2 管理主界面 .........................................................................................................19
5.2.3 家政服务信息管理..............................................................................................19
5.2.4 服务人员管理 .....................................................................................................20
5.2.5 预约订单管理 .....................................................................................................21
5.3 前台用户功能实现 ........................................................................................................21
5.3.1 会员注册 .............................................................................................................21
5.3.2 会员登录 .............................................................................................................22
5.3.3 家政服务查看 .....................................................................................................22
5.3.4 用户预约订单 .....................................................................................................23
5.3.4 家政服务情况 .....................................................................................................24
5.3.4 服务完成 .............................................................................................................24
第六章 系统测试 ..........................................................................................................................26
6.1 测试说明 ........................................................................................................................26
6.2 功能测试 ........................................................................................................................26
本科毕业论文
i
6.3 测试说明 ........................................................................................................................28
总结 ................................................................................................................................................29
参考文献 ........................................................................................................................................30
谢 辞 ..............................................................................................................................................31