企业信息文档管理系统的设计与实现 硕士 参考论文

上传人:Q535****83助学 文档编号:66966825 上传时间:2019-01-06 格式:DOCX 页数:68 大小:2.10MB
返回 下载 相关 举报
企业信息文档管理系统的设计与实现 硕士 参考论文_第1页
第1页 / 共68页
企业信息文档管理系统的设计与实现 硕士 参考论文_第2页
第2页 / 共68页
企业信息文档管理系统的设计与实现 硕士 参考论文_第3页
第3页 / 共68页
企业信息文档管理系统的设计与实现 硕士 参考论文_第4页
第4页 / 共68页
企业信息文档管理系统的设计与实现 硕士 参考论文_第5页
第5页 / 共68页
亲,该文档总共68页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《企业信息文档管理系统的设计与实现 硕士 参考论文》由会员分享,可在线阅读,更多相关《企业信息文档管理系统的设计与实现 硕士 参考论文(68页珍藏版)》请在金锄头文库上搜索。

1、摘 要随着市场经济的不断发展,企业经济实力也随之快速增长,进而使得企业信息管理也逐渐计算机化、网络化。企业文档管理是企业信息管理中的重中之重,它不仅借鉴当前计算机与网络技术,而且切合当前企业文档管理的需求,以知识管理为核心,以企业文档办公自动化为原则,实现企业文档的自动化管理。企业文档的自动化、电子化管理不仅能够提高企业员工的办事效率,加强企业各个部门之间的沟通与协作,而且能够带动企业信息化产业更进一步的发展。本课题通过对某企业信息文档管理的实际需求,考虑到该企业在不同发展阶段的不同需求,以及系统的延伸性和数据的兼容性,提出了一套较为完整的设计方案。主要完成了以下工作:首先深入分析了企业文档管

2、理业务流程,并对该企业文档管理的功能和非功能需求进行了分析,通过相关的功能以及非功能方面的分析,给出了系统主要功能的实现算法,即(其次,利用ASP.NET以及Ajax技术从系统的总体设计思想、关键技术、体系结构、系统功能结构和拓扑结构方面对系统的总体设计进行了较为详细的描述,设计出了一套基于B/S模式的企业信息文档管理系统。系统包括六大功能模块:用户登录模块、人员档案模块、文档收发文模块、文件档案模块、文档调用模块、系统维护模块。最后,通过构造系统数据库,开发实现了相应的系统,并对系统的功能模块进行了测试,测试结果表明,该系统达到了设计目标的要求。关键词:文档管理;企业信息化;ASP.NET技

3、术;Ajax技术IIIAbstractWith the continuous development of market economy, companies also will be rapid growth in economic strength, thus making the enterprise information management gradually computerized network. Enterprise Document Management is the enterprise information management a top priority, it

4、 is not only draw current computer and network technology, and meet the needs of current enterprise document management, knowledge management as the core principle of corporate documentation office automation, enterprise document automated management. Automation, electronic document management compa

5、ny can not only improve the efficiency of employees, enhance communication and collaboration between the various sector enterprises, and enterprise information technology industry can bring further development.The topic of enterprise information through a survey of the actual document management nee

6、ds, taking into account the compatibility of the different needs at different stages of business development and extension systems and data, proposed a more complete design. In the first paper, the background and significance of the subject were introduced to analyze the research status of the enter

7、prise document management , which made the research objectives and content of the subject, then the enterprise document management system for the needs of an overview , as well as business process analysis, and the functional and non- functional requirements of enterprise document management were an

8、alyzed by analysis of functional and non-functional aspects related to the use of ASP.NET and Ajax technology systems from the overall design philosophy , the key technologies, system structure, functional structure and topology of the system in terms of the overall design of the system for a more d

9、etailed description of the design based on a set of B / S model of the enterprise information document management system. System includes six modules: User login module, the module personnel files, send and receive text unit module, the module document files, documents calling module, system mainten

10、ance module.This article also function modules of the system were tested, the test results show that the system meets the requirements of the design goals. Finally, on the subject of the summary of my research and insufficient analysis and prospects for the future are described.Key Words: Document M

11、anagement; Enterprise Information; ASP.NET technology; Ajax technology目 录摘 要IAbstractII目 录III第一章绪论11.1课题研究背景11.2国内外研究现状31.3研究内容与研究目标41.4论文组织结构5第二章系统关键技术62.1 ASP.NET技术62.1.1 ASP.NET的运行环境62.1.2 创建ASP程序62.1.3 ASP的内置对象62.2 Ajax技术72.2.1 Ajax构建基础72.2.2 Ajax框架82.3 MVC架构概述102.4 SQLSERVER技术102.5 本章小结12第三章系统需

12、求分析133.1 系统可行性分析133.2 系统业务流程分析153.2.1 文档收文153.2.2 文档发文183.2.3 文档调用223.3 功能性需求分析233.4 非功能性需求分析253.4.1 性能需求263.4.2 设计约束263.4.3 其他非功能性需求263.5 本章小结26第四章系统设计274.1 环境配置及开发工具274.2 系统设计原则和特点274.2.1 系统设计原则274.2.2 系统设计特点284.3 系统数据库设计294.3.1 数据库逻辑模型设计294.3.2 数据库物理结构设计314.4 网络拓扑结构324.4.1 拓扑结构324.4.2 系统安全方案334.5

13、 本章小结34第五章系统实现355.1 系统关键模块实现355.2 系统功能模块实现415.2.1 人员档案模块425.2.2 文档收发文模块435.2.3 文件档案模块445.2.4 文档调用模块445.2.5 系统维护模块465.3 本章小结48第六章系统测试496.1 测试的目的及意义496.2 测试方法496.2.1 单元测试506.2.2 集成测试516.2.3 功能测试526.2.4 系统测试526.2.5 用例测试536.3 测试结果556.4 本章小结55第七章结论与展望567.1 总结567.2 展望56致 谢58参考文献59VIIIContentsChapter 1 Int

14、roduction11.1 Background11.2 Overview of Domestic and Foreign31.3 Main Contents and Purpose41.4 Organizational Structure5Chapter 2 Related Technology Introduction62.1 ASP.NET Technology62.1.1 ASP.NET Runtime Environment62.1.2 Creating ASP Program62.1.3 Build-in Objects of ASP62.2 Ajax Technology72.2

15、.1 Base of Ajax72.2.2 Ajax Framework82.3 MVC Framework102.4 SQL Server Technology102.5 Summary12Chapter 3 System Requirements Analysis133.1 System Feasibility Analysis133.2 System Business Process Analysis153.2.1 Documentation of Receipt153.2.2 Document Posting183.2.3 Document calls223.3 System Functional Analysis233.4 System Unfunctional Analysis253.4.1 Performance Requirements263.4.2 Design Constraints263.4.3 Other Unfunctional Analysis263.5 Summar

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 高等教育 > 大学课件

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