电子政务档案管理系统毕业论文.doc

约60页DOC格式手机打开展开

电子政务档案管理系统毕业论文,摘要电子政务档案管理系统是以公司电子政务信息系统为模型而开发设计的。该系统既便于管理员管理档案,也方便于借阅者借阅档案和查询档案信息。该系统主要实现对档案信息和借阅者信息的管理,用户通过使用用户名、密码,进入整个数据库的管理工作,以便及时更新数据库来满足读者的要求。其主要功能包括用户管理、机...
编号:30-194771大小:8.46M
分类: 论文>计算机论文

内容介绍

此文档由会员 lanxin520 发布

电子政务档案管理系统毕业论文


摘要
电子政务档案管理系统是以公司电子政务信息系统为模型而开发设计的。该系统既便于管理员管理档案,也方便于借阅者借阅档案和查询档案信息。
该系统主要实现对档案信息和借阅者信息的管理,用户通过使用用户名、密码,进入整个数据库的管理工作,以便及时更新数据库来满足读者的要求。其主要功能包括用户管理、机构管理、档案库管理、档案管理以及档案借阅归还等功能。
课题主要采用自上而下的结构化程序设计方法与面向对象方法相结合的方法,研究和开发该系统。该系统运用了C#编程语言进行界面设计和代码设计,数据库设计使用SQL Server 2000创建,使得系统功能更加完善。
全文共分八章,第一章绪论,介绍系统开发的必要性与可行性,第二章到第五章介绍系统的设计与实现,包括可行性分析、需求分析、数据库设计、系统设计,第六章介绍系统的调试过程,第七章对系统的性能进行分析,第八章总结,总结此系统设计的优缺点及其心得。

关键词:借阅查询;数据库设计;政务档案管理

 

 

 

 

 

 

 

 

Abstract

The electronic government file management system is developed on the model of the information system of the electronic government information system. It is very easy for managers to manage the files, and it is also convenient for readers to borrow and inquire file information.
The system mainly realizes the function of managing the file and reader's data. The users are allowed to manage the whole database only through using password , and then the users can renew the database in time to meet readers’ need. Its main functions include user management, institutional management, archive management, archive storage management and the Function of borrows and Returns the file. 
The topic mainly used the top to the bottom of structure combine with the facing method of the program design, research and develop the information management system. The system makes use of the C # to carry on the interface design and the code design, and the database design adopts SQL Server 2000 to establish, which makes the system function more perfect.
The paper can be divided into eight chapters: The first chapter is an introduction of the paper. It introduces the necessity and feasibility of the development of the system. The second to the fifth chapter introduce the design and realization of the system, including the analysis of feasibility and demand of the system, the design of database and system. The sixth chapter introduces the debugging process of the system. The seventh chapter analyses the function of the system. The eighth chapter is a summary. It summarizes the advantages and disadvantages of the system, and at the same time it also gives us some experience of it.

Key words:Borrows and inquiry; database design; government affairs records management

 

 


目 录
第1章 绪论 1
1.1系统的概述 1
1.1.1 课题研究的背景 1
1.1.2 系统的主要功能 1
1.2 开发工具与相关技术介绍 2
1.2.1 Visual c#.Net 2005开发环境 2
1.2.2 Microsoft SQL Server 2000简介 3
第2章 可行性分析 5
2.1技术可行性 5
2.2经济可行性 5
2.3操作可行性 5
2.4运行环境 6
2.4.1硬件配置 6
2.4.2软件配置 6
第3章 需求分析 7
3.1用户需求 7
3.2功能需求 7
3.3工作需求 8
3.4工作流程 8
3.4.1数据流图 8
3.4.2数据字典 9
第4章 数据库设计 13
4.1功能模块划分 13
4.2功能描述 14
4.3数据库 15
4.3.1概要设计 15
4.3.2逻辑设计 18
4.4.3物理设计 21
第5章 详细设计 22
5.1结构程序的设计 22
5.2系统设计 22
5.2.1管理功能系统 22
5.2.2服务功能系统 23
5.3菜单设计 23
5.3.1菜单的分类 24
5.4界面设计 24
5.4.1登录界面的设计 24
5.4.2主界面的设计 27
5.4.3机构管理界面 28
5.4.4档案库管理界面 29
5.4.5档案管理界面 31
5.4.6档案借阅归还管理界面 32
第6章 系统测试 35
6.1测试目的 35
6.2测试方法 35
6.3测试步骤 36
第7章系统维护及性能分析 39
7.1系统维护 39
7.2性能分析 40
第8章 总结 41
参考文献 42
致 谢 43
附 录 44