基于 Java 的家政服务管理系统的设计与实现摘 要:随着生活水平的提升,家政服务颇受大众欢迎,而如今又是一个数字化,网络化的社会。传统的家政服务在预定过程中存在较多的不足:第一,有很多非法中介;第二,预定过程繁杂;第三,很难进行双向选择;第四,需要较长时间的等待。为了解决这些问题,本文以 Java 技术为基础,开发出一款全新的家政服务管理系统。本系统整体的架构使用的是浏览器/服务端模式,也就是时下比较流行的B/S 架构、使用后端则是用开发传统的模型-视图-控制(MVC)模式、结合当前流行的的 ssm(spring+springmvc+mybatis)的模式对家家乐家政服务管理系统进行开发和设计,采用 MySql 数据库作为数据支撑,开发语言选择 Java,开发工具使用idea。该系统实现了从用户进行登录、用户数据信息修改、家政服务人员信息修改以及删除、管理员添加删除等功能,同时本系统新增了新闻管理控制模块,使用户能够得到及时了解关于家政相关的新闻。关键词:家政服务;jsp;B/S 结构;MySql 数据库 ABSTRACTWith the improvement of living standards, housekeeping services are very popular with the public. As for a digitalized, networked, and network-based society, traditional housekeeping booking methods are very backward: the booking process is complicated, the waiting time long, limited two-way selection choice, and illegal intermediaries common. In response to this problem, the author has developed & designed a housekeeping service management system based on Java technology. The overall architecture of the system is based on the browser / server model, the popular B / S architecture at present. The back end is based on the traditional model-view-control (MVC) model, combined with the popular SSM (spring + springmvc + mybatis) model. With Idea as a development tool, Java as a back-end development language, and MySql database as a database, the author has developed &designed the housekeeping service management system for Jiajiale.This system has installed functions such as login...