摘要
随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。本文介绍了智能社区服务小程序的开发全过程。通过分析智能社区服务小程序管理的不足,创建了一个计算机管理智能社区服务小程序的方案。文章介绍了智能社区服务小程序的系统分析部分,包括可行性分析等,系统设计部分主要介绍了系统功能设计和数据库设计。
本智能社区服务小程序管理员功能有个人中心,用户管理,房屋信息管理,住户信息管理,家政服务管理,家政预约管理,报修信息管理,物业缴费管理,留言板管理,系统管理等。用户可以注册登录,查看房屋信息,预约家政服务,报修,缴费等。因而具有一定的实用性。
本智能社区服务小程序,后台采用SSM框架,MYSQL数据库设计开发,微信小程序用微信开发者工具开发,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得智能社区服务小程序管理工作系统化、规范化。本系统的使用使管理人员从繁重的工作中解脱出来,实现无纸化办公,能够有效的提高智能社区服务小程序管理效率。
关键词:智能社区服务小程序;SSM框架;MYSQL数据库
Abstract
With the deepening and extensive application of information technology in management, the implementation of management information systems has gradually matured in technology. This article introduces the whole process of the development of the smart community service applet. By analyzing the deficiencies in the management of the smart community service applet, a solution for computer management of the smart community service applet was created. The article introduces the system analysis part of the smart community service applet, including feasibility analysis, etc. The system design part mainly introduces the system function design and database design.
This smart community service applet administrator functions include personal center, user management, house information management, household information management, housekeeping service management, housekeeping appointment management, repair information management, property payment management, message board management, system management, etc. Users can register and log in, view housing information, make appointments for housekeeping services, report repairs, and pay fees. So it has a certain practicability.
This smart community service applet uses the SSM framework in the background, MYSQL database design and development, and the WeChat applet is developed with WeChat developer tools to fully ensure the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the management of the intelligent community service applet systematized and standardized. The use of this system frees managers from heavy work, realizes paperless office, and can effectively improve the management efficiency of smart community service applets.
Keywords: Smart community service applet; SSM framework; MYSQL database
目录
1系统概述 1
1.1 研究背景 1
1.2研究目的 1
1.3系统设计思想 1
2相关技术 2
2.1微信小程序 2
2.2 MYSQL数据库 3
2.3 uni-app 3
2.4 SSM框架简介 4
3系统分析 5
3.1可行性分析 5
3.1.1技术可行性 5
3.1.2经济可行性 6
3.1.3操作可行性 6
3.2系统性能分析 6
3.2.1 系统安全性 6
3.2.2 数据完整性 7
3.3系统界面分析 7
3.4系统流程和逻辑 8
4系统概要设计 9
4.1概述 9
4.2系统结构 10
4.3.数据库设计 10
4.3.1数据库实体 10
4.3.2数据库设计表 12
5系统详细实现 17
5.1 管理员模块的实现 17
5.1.1 用户信息管理 17
5.1.2 房屋信息管理 18
5.1.3 住户信息管理 18
5.1.4 家政服务管理 18
5.2 小程序模块的实现 19
5.2.1 首页 19
5.2.2 家政预约 20
5.2.3 我的 21
6系统测试 23
6.1概念和意义 23
6.2特性 23
6.3重要性 24
6.4测试方法 24
6.5 功能测试 24
6.6可用性测试 25
6.7性能测试 25
6.8测试分析 26
6.9测试结果分析 26
结论 26
致谢语 27
参考文献 27
随着计算机技术的发展以及计算机网络的逐渐普及,互联网成为人们查找信息的重要场所,二十一世纪是信息的时代,所以信息的管理显得特别重要。因此,使用计算机来管理智能社区服务小程序的相关信息成为必然。开发合适的智能社区服务小程序,可以方便管理人员对智能社区服务小程序的管理,提高信息管理工作效率及查询效率,有利于更好的为人们服务。
此智能社区服务小程序要严格控制管理权限,具体要求如下:
(1)要想对智能社区服务小程序进行管理,首先要依靠用户名和密码在系统中登陆,无权限的用户不可以通过任何方式登录系统和对系统的任何信息和数据进行查看,这样可以保证系统的安全可靠性和准确性。
(2)在具体实现中对不同的权限进行设定,不同权限的用户在系统中登陆后,不可以越级操作。