公文流转系统的设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
本科毕业论文(设计)模板
本科毕业论文(设计) 论文题目:西安财经学院公文流转系统的设计与实现
****:**
学号:**********
专业:信息管理与信息系统
班级:信管0801
****:***
完成日期:2012年5月20日
西安财经学院公文流转系统的设计与实现
论文摘要
随着信息技术在我国的普及,各类信息技术不断的应用于各单位中,极大的提高了办公效率。过去的公文处理过程十分复杂,经常由于个人原因对公文管理不当,导致公文丢失或未及时审批。因此,需要开发公文流转系统,让工作人员从复杂的公文处理事务中解放出来,从而提高工作效率,降低成本,实现办公自动化。本文先从公文流转的定义入手,分析了该系统的背景,研究意义及发展趋势;其次,从该系统的需求分析和可行性分析入手对该系统进行全面分析;再次,通过设计思路对该系统各功能模块进行设计;最后,对该系统的实施进行了阐述。该系统基于B/S结构,采用JSP为编程语言,SQL Server 2000作为后台数据库进行开发设计,重点介绍了公文流转系统相关技术的设计与实现。
关键词:公文流转B/S结构办公自动化管理
Design and Development of Document Flow System
Abstract
Along with the popularizationg of information technology in our country, each kind of information technology method has been applied unceasingly, which enormously enhanced the office efficiency. Traditional document processing process is very complex, some situation occurs such as documents lost or delay of documents reviewing because of improper management of personal documents. Therefore, it has been needed to develop the document flow system, which can liberate the people from the long-term numerous and diverse work, enhance the working efficiency, reduce the cost and realize the office automation. This paper begins with the definition of the document flow, analysis background of the system, the research significance and development trends; secondly, from the needs analysis and the feasibility analysis of the system to conduct a comprehensive analysis of the system; again, through the design ideas to design the various functional modules; finally, the implementation of the system are described. The system is based on B/S structure, uses JSP as the programming language, SQL Server 2000 is the backstage database of the sysytem is used to help designing and developing the system, the focus on the overall design planning of the document flow system.
Keywords:Document Flow B/S structure Office automation Management
目录
序言 (1)
一、系统概述 (2)
(一)公文流转系统的概述 (2)
1.公文流转的概念 (2)
2.公文流转的特点 (2)
(二)公文流转系统的背景 (2)
(三)公文流转系统的发展历程 (3)
1.公文流转系统的现状 (3)
2.公文流转系统的发展趋势 (4)
(四)公文流转系统的研究意义 (4)
二、系统的关键技术与关键算法 (6)
(一)开发环境 (6)
1.JSP技术简介 (6)
2.SQL Server2000数据库 (6)
3.MyEclipse (7)
(二)B/S模式分析 (7)
(三)MD5加密算法 (8)
1.MD5加密算法描述 (8)
2.MD5算法的原理 (9)
3.MD5算法的实现 (9)
4.MD5算法的安全性 (9)
(四)工作流技术 (10)
1.公文流转系统中工作流的分析 (10)
2.工作流的实现过程 (10)
(五)数字签名技术 (10)
1.数字签名的实现 (11)
2.数字签名的处理过程 (11)
3.数字签名的安全性 (12)
(六)痕迹跟踪技术 (12)
1.痕迹跟踪技术的描述 (12)
2.痕迹跟踪技术的实现 (12)
3.痕迹跟踪技术的处理过程 (13)
(七)身份验证技术 (13)
1.身份验证技术的设计思路 (14)
2.身份验证技术的实现 (14)