{$cfg_webname}
主页 > 计算机 > ASP.NET >

公文审批系统的设计与实现(SQL)(含录像)

来源:wenku163.com  资料编号:WK1639866 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1639866
资料介绍

公文审批系统的设计与实现(SQL)(含录像)(毕业论文11000字,程序代码,SQLserver数据库)
摘要
 随着信息科学技术的飞速发展,人们逐渐意识到对信息管理软件的运用可以使日常工作更加方便、快捷和高效。论文详细论述了公文审批软件内部事务部分的开发设计过程。软件采用VS 2008作开发平台,C#作编程语言,SQL SERVER 2000作数据库管理系统,实现了管理员能够进行公文的创建修改在线查看、WORD公文转换为PDF的功能。普通用户能够进行公文的查看。公文审批软件的开发,能够帮助企业提高公文审批管理的工作效率。软件的开发符合一般管理软件的开发流程,对开发其他类似的软件具有相当的参考价值。
    论文组织如下:首先,介绍了相关的开发工具及技术的基础知识;接着对软件的市场需求进行了可行性分析,提出了具体的设计方案;然后详细阐述了各模块后台数据库和前台界面的具体设计过程及其相关功能的实现;最后对软件进行
了严格的测试。
关键字:公文审批系统  asp.net   格式转换
 
Abstract and keywords
   With the rapid development of information science and technology, people gradually became aware of the use of information management software can make everyday tasks more convenient, fast and efficient. The paper discusses in detail the document approval software part of the development of the internal affairs of the design process. File creation software using VS 2008 as a development platform, C # as the programming language, SQL Server 2000 database management system, the administrator can modify online, convert Word document to PDF function. Ordinary users to view the files. The document approval software development, can help enterprises to improve management efficiency of document approval. Software development in line with the general management of the software development process, with considerable reference value on the development of other similar software.
   The paper is organized as follows: First, the basics of the related development tools and technologies; then conducted a feasibility analysis of the market demand of the software, the specific design; then elaborated on each module back-end database and front-end interface specific the design process and its associated functions are implemented; last software Rigorous testing.
Keywords: document approval system asp.net format conversion

功能模块介绍
6.1.1 文件添加
当点击文件添加后,录入文件的编号、文件名、提取文件存入数据库,并设置文件的访问权限。在文件上传过程中,系统会把word文件转换为html格式,为文件的在线查看奠定基础。

6.1.2 文件修改
在此功能上,可以修改文件的访问权限,文件的内容,在进行上传,但不能修改文件编号及名称。
 

6.1.3格式转换
本功能是把word文件转换为pdf文件,在转换前,系统会自动判断是否转换过,如果已经转换过,系统会提示已经转换过了,不要重复。否则进行转换,并可以把转换结果存储的数据库中。
 
6.1.4文件访问
    此处是普通用户的操作端,普通用户可以通过此模块进行文件的访问,普通用户访问的文件只能是权限设置为所有用户的。Word文件、转换后的pdf文件用户都可以访问。
 

公文审批系统的设计与实现(SQL)(含录像)(
公文审批系统的设计与实现(SQL)(含录像)(
公文审批系统的设计与实现(SQL)(含录像)(
公文审批系统的设计与实现(SQL)(含录像)(
公文审批系统的设计与实现(SQL)(含录像)(
公文审批系统的设计与实现(SQL)(含录像)(
公文审批系统的设计与实现(SQL)(含录像)(
公文审批系统的设计与实现(SQL)(含录像)(
公文审批系统的设计与实现(SQL)(含录像)(
 

摘要 1
ABSTRACT AND KEYWORDS 2
第一章 绪论 5
1.1开发背景 5
1.2本课题的意义 6
1.3本课题的目标 6
第二章 理论知识与开发工具概述 7
2.1开发语言 7
2.2开发数据库 8
2.3选用结构及优点 9
第三章 需求分析 11
3.1功能分析 11
3.2可行性分析 11
第四章 概要设计 13
4.1系统总体功能方案 14
4.2系统目标 14
4.3系统功能模块结构 14
第五章 数据库设计 16
5.1数据库需求分析 17
5.2数据库概念结构设计 17
5.3数据库逻辑结构设计 19
第六章 详细设计 20
6.1功能模块介绍 20
6.1.1 文件添加 20
6.1.2 文件修改 20
6.1.3格式转换 21
6.1.4文件访问 22
第七章 测试 25
7.1  测试的任务及目标 25
7.1.1  测试的任务 25
7.1.2  测试的目标 25
7.2  测试方案 25
7.2.1  模块测试: 27
7.2.2  集成测试: 27
7.2.3  验收测试 28
7.2.4  平行运行 28
7.3  系统维护 28
总结 30
致谢 31
参考文献 32
 

推荐资料