基于微信小程序的警局报案便民服务平台设计与实现-计算机毕业设计源码和lw文档

摘 要

在Internet高速发展的今天,我们生活的各个领域都涉及到计算机的应用,其中包括“最多跑一次”微信小程序的网络应用,在外国小程序的使用已经是很普遍的方式,不过国内的微信小程序可能还处于起步阶段。“最多跑一次”微信小程序具有报案信息管理功能的选择。“最多跑一次”微信小程序采用java技术,基于mysql开发,实现了首页、个人中心、用户管理、民警管理、服务信息管理、类型管理、预约信息管理、报案信息管理、立案信息管理、案件进展管理、系统管理等内容进行管理,本系统具有良好的兼容性和适应性,为用户提供更多的报案信息,也提供了良好的平台,从而提高系统的核心竞争力。

本文首先介绍了设计的背景与研究目的,其次介绍系统相关技术,重点叙述了系统功能分析以及详细设计,最后总结了系统的开发心得。

关键词:java;最多跑一次;微信小程序;mysql

 

Abstract

Today, with the rapid development of the Internet, every field of our life involves the application of computers, including the network application of “run at most once” wechat small program. In foreign countries, the use of small programs has been very common, but the domestic wechat small program may still be in its infancy. “Run at most once” wechat mini program has the choice of reporting information management function. “Up to run a” WeChat small program using Java technology, based on mysql development, realize the home page, personal center, management, services, information management, user management, police police type management, booking information management, information management, file information management, case management, progress management, system management, and other content of this system has good compatibility and adaptability, To provide users with more information, but also provides a good platform, so as to improve the core competitiveness of the system.

This paper first introduces the design background and research purpose, then introduces the system related technology, focuses on the system function analysis and detailed design, and finally summarizes the development experience of the system.

Key words: Java; Run at most once; Wechat applets; mysql

目录

1 绪论 5

1.1课题背景 5

1.2课题研究的意义 5

1.3 系统实现的功能 5

1.4课题研究现状 5

2系统相关技术 7

2.1 Java语言简介 7

2.2微信开发者工具 8

2.3 B/S架构 8

2.4MySQL 介绍 8

2.5SSM框架 8

3系统需求分析 10

3.1系统功能 10

3.2可行性研究 10

3.2.1 经济可行性 11

3.2.2 技术可行性 11

3.2.3 运行可行性 11

3.2.4 时间可行性 11

3.3系统业务过程分析 11

3.4系统用例图 11

4系统设计 13

4.1数据库设计 13

4.2系统整体设计 21

4.2.1 系统设计思想 21

4.2.2系统流程图 21

5系统详细设计 23

5.1前台功能模块 23

5.2后台功能模块 26

5.2.1管理员功能 27

5.2.2民警功能 31

6系统测试 33

7总结与心得体会 34

7.1 总结 34

7.2 心得体会 34

参考文献 36

致谢 37

 

本次设计任务是要设计一个“最多跑一次”微信小程序,通过这个系统能够满足服务的管理及用户的信息管理功能。系统的主要功能包括:首页、个人中心、用户管理、民警管理、服务信息管理、类型管理、预约信息管理、报案信息管理、立案信息管理、案件进展管理、系统管理等功能。

管理员可以根据系统给定的账号进行登录,登录后可以进入“最多跑一次”微信小程序,对“最多跑一次”微信小程序所有模块进行管理。包括查看和修改自己的个人信息以及登录密码。

该系统为每一个用户都分配了一个用户账号,用户通过账号的登录可以在系统中查看服务信息及对个人信息进行修改等功能。

通过前面的功能分析可以将“最多跑一次”微信小程序的功能分为管理员,民警和用户三个角色,系统的主要功能包括首页、个人中心、用户管理、民警管理、服务信息管理、类型管理、预约信息管理、报案信息管理、立案信息管理、案件进展管理、系统管理等内容。任何用户只要进入网站不需登录也可浏览到的信息,后台管理是针对已登录的用户看到满意的服务信息而设计的。

1、一般用户的功能及权限

所谓一般用户就是指还没有注册的过客,他们可以浏览主页面上的信息。但如果有中意的服务信息时,要登录注册,只有注册成功才有的权限。

2、管理员的功能及权限

用户信息的添加和管理,服务信息添加和管理,文档信息添加和管理以及网站信息管理,这些都是管理员的功能。

3、系统功能结构图

系统功能结构图是系统设计阶段,系统功能结构图只是这个阶段一个基础,整个系统的架构决定了系统的整体模式,是系统的根据。首页、个人中心、用户管理、民警管理、服务信息管理、类型管理、预约信息管理、报案信息管理、立案信息管理、案件进展管理、系统管理。

资源下载: