五桂山公安分局单位人事信息管理系统的设计与实现

上传人:206****923 文档编号:46789483 上传时间:2018-06-28 格式:PDF 页数:98 大小:4.01MB
返回 下载 相关 举报
五桂山公安分局单位人事信息管理系统的设计与实现_第1页
第1页 / 共98页
五桂山公安分局单位人事信息管理系统的设计与实现_第2页
第2页 / 共98页
五桂山公安分局单位人事信息管理系统的设计与实现_第3页
第3页 / 共98页
五桂山公安分局单位人事信息管理系统的设计与实现_第4页
第4页 / 共98页
五桂山公安分局单位人事信息管理系统的设计与实现_第5页
第5页 / 共98页
点击查看更多>>
资源描述

《五桂山公安分局单位人事信息管理系统的设计与实现》由会员分享,可在线阅读,更多相关《五桂山公安分局单位人事信息管理系统的设计与实现(98页珍藏版)》请在金锄头文库上搜索。

1、 电 子 科 技 大 学 UNIVERSITY OF ELECTRONIC SCIENCE AND TECHNOLOGY OF CHINA 专业学位硕士学位论文 MASTER THESIS FOR PROFESSIONAL DEGREE 论文题目 五桂山公安分局单位人事信息管理系统的 设计与实现 专业学位类别 工 程 硕 士 学 号 201192120208 作 者 姓 名 昌 林 指 导 教 师 薛晓东 教 授 分类号 密级 UDC注1 学 位 论 文 五桂山公安分局单位人事信息管理系统的设计与实现 (题名和副题名) 昌 林 (作者姓名) 指导教师 薛晓东 教 授 电子科技大学 成 都 胡忠

2、建 高级工程师 中山市公安局 中 山 (姓名、职称、单位名称) 申请学位级别 硕士 专业学位类别 工 程 硕 士 工程领域名称 软 件 工 程 提交论文日期2014.03 论文答辩日期 2014.5.25 学位授予单位和日期 电子科技大学 2014 年 6 月 29 日 答辩委员会主席 评阅人 注 1:注明国际十进分类法 UDC的类号。 DESIGN AND IMPLEMENTATION OF PERSONAL INFORMATION MANAGEMENT SYSTEM OF WUGUISHAN PUBLIC SECURITY BUREAU A Thesis Submitted to Univ

3、ersity of Electronic Science and Technology of China Major: Software Engineering Author: Chang Lin Advisor: Prof. Xue Xiaodong School : School of Political Science and Public Administration 独创性声明 本人声明所呈交的学位论文是本人在导师指导下进行的研究工作及取得的研究成果。据我所知,除了文中特别加以标注和致谢的地方外,论文中不包含其他人已经发表或撰写过的研究成果,也不包含为获得电子科技大学或其它教育机构的

4、学位或证书而使用过的材料。与我一同工作的同志对本研究所做的任何贡献均已在论文中作了明确的说明并表示谢意。 作者签名: 日期: 年 月 日 论文使用授权 本学位论文作者完全了解电子科技大学有关保留、使用学位论文的规定,有权保留并向国家有关部门或机构送交论文的复印件和磁盘,允许论文被查阅和借阅。本人授权电子科技大学可以将学位论文的全部或部分内容编入有关数据库进行检索,可以采用影印、缩印或扫描等复制手段保存、汇编学位论文。 (保密的学位论文在解密后应遵守此规定) 作者签名: 导师签名: 日期: 年 月 日 摘 要 I 摘 要 随着计算机技术的快速发展,以及互联网的兴起,信息数字化已经进入日常生活、工

5、作业务等多种领域中。办公自动化、政务电子化的革新,大大地改变了传统的办公工作方式,最显著的一个的优势便是,让计算机来完成重复的工作,大大提高了办公的效率。在人事信息管理方面,随着计算机技术与社会生活既结合越来越密切,极大地改变了事务处理原本的低效率,而且通过建立人事信息管理系统,通过明确的事务处理流程,完备的业务逻辑,省却了很多不必要的麻烦,提升了部门间的协作处理效率和能力。 目前,就国内人事信息系统而言,开发技术相对比较成熟,多种多样,因为人事信息管理系统本身具有业务逻辑清晰、数据处理规范等优点,符合计算机信息化的基本要求。 本次设计采用的开发方法是快速原型法,也就是在系统开发之初,尽快给用

6、户构造一个新系统的模型(原型) ,反复演示原型并征求用户意见,开发人员根据用户意见不断修改完善原型,直到基本满足用户的要求再进而实现系统。它是待构筑的实际系统的缩小比例模型,但是保留了实际系统的大部分性能。这个模型可在运行中被检查、测试、修改,直到它的性能达到用户需求为止,因而这个工作模型很快就能转换成原样的目标系统。本人的本次毕业设计是针对本系统的人事信息管理系统,对系统需求非常熟悉,调试和测试都非常方便,因此采用快速原型法是比较理想的方法。 本次毕业设计采用的开发模式是 C/S 模式,即大家熟知的客户机和服务器结构。它是软件系统体系结构,通过它可以充分利用两端硬件环境的优势,将任务合理分配

7、到 Client 端和 Server 端来实现,降低了系统的通讯开销,提高了系统运行过程中的安全性。考勤虑到本系统对安全性要求的特殊性,没有采用目前比较流行的 B/S 模式。 开发平台采用 Visual Studio、使用 SQL2008 数据库技术,编程语言主要是C#,结合部分 JSP,采用了三层架构的设计思想(表现层、业务逻辑层、数据访问层),结合 SSH 架构与数据库技术结合。 关键词:关键词:信息化,电子政务,快速原型法,信息管理系统,人事管理,B/S 模式ABSTRACT II ABSTRACT The development of the information managemen

8、t system can be traced back to the end of 80 in the early 90 s, most enterprises have established a local area network (LAN) and wide area network information management system.The personnel information management belong to the category of microscopic levels of information resources management, refe

9、rs to the government departments, enterprises and institutions in order to achieve a predetermined management goal, such as through sports modernization management means and management ideas , personnel information resources and personnel of unit operation activities of a reasonable and orderly plan

10、ning, control and coordination, so as to realize the unit personnel reasonable configuration and effective utilization of information resources. With the rapid development of computer technology, as well as the rise of the Internet, digital information has entered in the field of daily life, work, e

11、tc.Office automation, e-government electronic innovation, has greatly changed the traditional way of office work, one of the most significant advantage is, let the computer to complete the repetitive work, greatly improve the efficiency of the office. The design with the development of the method is

12、 rapid prototyping, which is in the beginning of system development, to the user as soon as possible to construct a new system model (prototype), repeated demonstration prototype and solicit opinions from the users, developers, according to users opinion, constantly improve the prototype until the b

13、asic meet the requirements of the user to implement system. It is for construction of the actual system of narrowing the scale model, but retained most of the actual system performance. This model can be checked in operation, testing, modification, until it can meet user requirements, and the work m

14、odel can be converted to the same target system soon. I of this graduation design is aimed at the system of personnel information management system, very familiar with system requirements, the debugging and testing, is very convenient, so the method is ideal for fast prototyping. The graduation desi

15、gn USES the development mode is the C/S mode, known as the client and the server structure. It is a software system architecture, through it can make full use of the advantages of both ends hardware environment, will distribute the tasks to the Client and Server end, reduce the communication overhead of the system, ABSTRACT III improve the security in the process of the system is running. Considering the particu

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 行业资料 > 其它行业文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号