登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

基于SSM框架的安全事故管理系统的设计与实现毕业论文

 2021-11-07 08:11  

摘 要

随着计算机普及、互联网发展,存在收集困难、传递速度慢、工作重复性高等问题的传统安全事故管理模式向现代系统管理模式转变,系统管理有利于数据采集,能更直观明了的看出数据变化,使得对安全事故的总结分析更加全面深入。由于现在的安全事故管理系统的针对性强,普适性不高,导致全部事故信息数据采集不全面、效率较低、总体伤情较难掌握等问题。针对这些问题,采用SSM框架开发一个普遍性较高的安全事故管理系统可以在一定程度上解决,减少事故损失。

本系统后台使用SSM框架,前端使用HTML、CSS、JS等技术,系统通过采用B/S(浏览器/服务器)架构模式,可以简化开发过程、加快开发速度、减少开发工作量。系统设置了三个角色,分别是上报员,进行事故信息上报;调查员,调查事故信息;审核管理员,兼具审核员和管理员功能,对上报和调查信息进行审核,管理单位和用户信息。本系统实现了登录、修改密码、注销功能,单位管理、用户管理的增删改查功能,上报审核、调查审核的审核、查询、导出功能,事故信息上报、添加、查询、导出功能,事故信息调查的查询、完善基本信息,包括伤亡员工增删改查、提交等功能。为安全事故提供数据支持,解决了数据不全等问题。

关键字:安全事故;B/S架构;SSM

Abstract

With the popularization of computers and the development of the Internet, the traditional safety accident management mode, which has the problems of collection difficulty, slow transmission speed and high repeatability of work, has changed to the modern system management mode. The system management is conducive to data collection, can see the data changes more intuitively and clearly, and makes the summary and analysis of safety accidents more comprehensive and in-depth. Due to the high pertinence and universality of the safety accident management system, the whole accident information data collection is incomplete, inefficient and the overall situation is difficult to master. In order to solve these problems, it is necessary to develop a universal safety accident management system with SSM framework can solve the problem to a certain extent and reduce the accident loss.

The system uses SSM framework in the background, HTML, CSS, JS and other technologies in the front end. By adopting B / S (Browser / server) architecture mode.The system can simplify the development process, accelerate the development speed and reduce the development workload. Three roles are set in the system, which are the reporter to report the accident information, the investigator to investigate the accident information, audit administrator, it has the functions of auditor and administrator to audit the reported and investigated information and manage the information of units and users. The system realizes the functions of login, password modification and logout, it realizes the functions of adding, modifying, deleting and querying of unit management and user management, it realizes the functions of submission, investigation and approval, query and export, it realizes the functions of reporting, adding, querying and exporting accident information , it realizes the inquiry of accident information investigation and the improvement of basic information, including the functions of adding, deleting, modifying and submitting casualties. It provides data support for safety accidents and solves the problem of incomplete data.

Key words:safety incidents; b/s architecture; SSM

目 录

第1章 绪论 1

1.1研究背景及意义 1

1.2国内外研究现状 1

1.3论文主要工作 2

1.4论文结构 2

第2章 系统需求分析 4

2.1需求分析 4

2.1.1功能性需求 4

2.1.2非功能性需求 12

2.2技术方案需求 13

第3章 系统设计 14

错误!超链接引用无效。

3.1架构设计 141

3.2模块划分 14

3.3数据库设计 23

3.3.1系统E-R图 23

3.3.2系统物理表 26

第4章 系统实现 30

4.1功能性实现 31

4.1.1登录实现 31

4.1.2修改密码模块实现 34

4.1.3用户管理模块实现 36

4.1.4单位管理模块实现 39

4.1.5事故信息上报模块实现 39

4.1.6个人管理模块实现 43

4.1.7事故信息调查模块实现 44

4.1.8上报审核模块实现 47

4.1.9调查审核模块实现 47

4.2非功能性实现 47

第5章 系统测试 48

5.1测试方法与测试环境 48

5.2测试用例和测试结果 48

5.2.1功能性测试 48

5.2.2非功能性测试 56

第6章 总结与展望 57

6.1工作总结 57

6.2工作展望 57

参考文献 58

致谢 59

第1章 绪论

1.1研究背景及意义

随着社会经济以及计算机相关技术的不断发展,计算机技术在各大领域的应用越来越普遍,各大企业对管理的规范化、效率化越来越重视,安全事故领域也迎来发展的新趋势,从之前的传统管理上升到系统管理,进一步加强了在安全事故方面的现代化管理。近些年,随着安全事故数量不断增加,人员伤亡数量不断增多,财产损失随之增加,有待加强企业安全事故管理。目前主要的解决方法就是对收集数据,对事故信息统计,预防事故发生。从而促进企业安全管理、提高企业的管理水平[1,2]。传统安全事故管理模式存在安全事故信息收集困难、发送困难、检索困难、同时重复性工作量大等问题。系统管理之后此类问题明显改善,但是由于事故类型多样,各企业设计开发管理系统存在差异,没有统一的管理流程[3-4]

在Web应用开发过程中,选择开发框架十分重要。开发速度较快、费用较低、工作量较少是优秀框架所具备的优点, SSM(Spring Spring MVC MyBatis)框架不仅具有上述的优点,在实际开发中,还具有提高代码复用率,提高系统性能等优点[5]。所以本系统采用SSM框架进行开发。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图