Java毕业论文 下载本文

琼州学院本科毕业论文 (设计)

摘 要

公安部门作为我们的国家部门承担着维护社会稳定的重大责任。随着近年来我们经济的快速发展,科技的日新月异,人口流动性大。这给地方的公安部门的管理带来了巨大的困难。信息技术还有软件行业的快速发展解决了这一难题,但是作为上级单位及时监管下级单位,了解下级单位系统的使用情况记录他们的行为是不可缺少的。

哈尔滨市公安局安全统一认证中心是专门为哈尔滨市公安局开发的一个内部系统,单位信息的录入,单位信息的查询,修改,删除等功能。各单位子系统的用户信息及所属单位。各下级单位当采购新的内部系统时要经过上级单位的批准,同时录入安全统一认证中心。本系统采用了分布式开发技术,因为开发时间的原因目前只发布两个接口,权限验证和访问行为。本系统的是MVC思想的具体实现。涉及技术包括树,javascript,ajax,xml的解析。

关键词:MVC;安全认证;hibernate + Spring + struts2

struts2 ,hibernate,spring,extjs

琼州学院本科毕业论文 (设计)

ABSTRACT

The public security department as our country department responsible for the big responsibility of maintaining social stability. In recent years, with the rapid development of our economy, the rapid development of science and technology, the mobility is large. This to the local public security department management brought a great difficulties. Information technology and the rapid development of the software industry have solved this problem, but as a higher level units supervision unit in time at a lower level, understand the use of lower unit system record their behavior is indispensable.

Harbin city public security bureau security authentication center is unified specially for the development of Harbin city public security bureau an internal system, information of unit entry, unit of information query, edit, and delete etc. Function. Each unit subsystems and the user information units. The lower unit when purchasing new internal system through the approval of the higher level units, and entry security unification authentication center. The system USES the distributed development technology, because the reason for the development time released only two interfaces, access validation and visit behavior. This system is the realization of a MVC thought. Involving technology including struts2, hibernate, spring, extjs tree, javascript, ajax, XML analytical.

Keywords: MVC; safety certificate; hibernate + Spring + struts2

琼州学院本科毕业论文 (设计)

目 录

第一章 前言 ......................................................... 1

1.1 问题描述 .................................................... 1 1.2 技术可行性分析 .............................................. 1 第二章 需求分析 ..................................................... 2

2.1 需求描述 .................................................... 2 2.2 需求建模 .................................................... 2

2.2.1 数据流图 ............................................... 2 2.2.2 分层数据流图 ........................................... 3 2.3 E-R图 ....................................................... 4 2.4 数据字典 .................................................... 6

2.4.1 数据说明 ............................................... 6 2.4.2 数据表结构 ............................................. 7

第三章 系统总体设计 ................................................. 9

3.1 设计的指导原则 .............................................. 9 3.2 系统的特点 .................................................. 9 3.3 软件和硬件环境 .............................................. 9 3.4 系统功能划分 ............................................... 10 第四章 详细设计 .................................................... 11

4.1总功能模块说明 .............................................. 11 4.2 功能操作 ................................................... 12

4.2.1登录 .................................................. 12 4.2.2 单位管理 .............................................. 13 4.2.3 用户管理 .............................................. 17 4.2.4 应用管理 .............................................. 20 4.2.5应用用户 .............................................. 23

第五章 结论与心得 .................................................. 28 参考文献 ........................................................... 29 附录A ............................................................. 30 附录B ............................................................. 33

琼州学院本科毕业论文 (设计)

致 谢 .............................................................. 49

琼州学院本科毕业论文 (设计)

第一章 前言

1.1 问题描述

信息化的建设历程在我国得到了快速的发展。公安队伍民警在日常工作权中对于信息技术后运用的深度与发达国家有很大差距。各省市的公安部门在日常的工作中也要对于各市县的下级单位进行管理。包括记录用户访问系统的行为,对系统各单位用户访问进行授权。哈尔滨市安全统一认证中心就是在这样的背景下进行设计和开发的。他充分的利用分步式开发的特点可以允许各级单位访问此特系统且记录他们的行为。对于单位的监管发挥了重大的作用。早期的公安管理无法对各单位的应用程序进行统一管理,工作安全得不到保证.程序的添加和实用得不到监管。同时用户的访问行为得不到监管。本系统就是在这样的背景应用而生!

1.2 技术可行性分析

本系统采用面象对象的语言java进行编程。数据库采用oracle11g,服务器选用tomcat。遵循MVC思想。框架采用目前常用的spring+hibernate+spring三大框架.在开发过程中为了增强用户的体验,使用了ajax、Extjs树等插件以及客户端产品语言javascript。

1