毕业论文(设计) 基于jsp校园网文档管理系统的设计与实现.rar

RAR格式版权申诉手机打开展开

毕业论文(设计) 基于jsp校园网文档管理系统的设计与实现,摘要随着计算机及网络技术的飞速发展,校园文件管理信息化、网络化是必然的趋势。利用计算机和网络技术来进行文件管理,具有以下优势:利于实现数据信息的共享,减轻管理员的工作负荷,使文件管理更科学、更规范、更安全。因此,设计一个安全的校园文档管理系统是十分必要的。本论文主要介绍了系统的分析,设计和开发的全部过程。运用数据流图,...
编号:75-204752大小:2.65M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 ljjwl8321 发布

摘要

随着计算机及网络技术的飞速发展,校园文件管理信息化、网络化是必然的趋势。利用计算机和网络技术来进行文件管理,具有以下优势:利于实现数据信息的共享,减轻管理员的工作负荷,使文件管理更科学、更规范、更安全。因此,设计一个安全的校园文档管理系统是十分必要的。
本论文主要介绍了系统的分析,设计和开发的全部过程。运用数据流图,ER图,程序流程图等对系统的设计过程进行详细的说明。全文共分为前言、需求分析、系统设计、开发技术、关键技术解决,结论六部分。系统采用B/S开发模式,开发工具选择JAVA、JSP、JavaScript、Html语言,采用Tomcat服务器技术,后台数据库选用SQL Server 2000。


关键词

JSP;SQL Server;Tomcat;Java Script;校园网文档管理系统











Abstract

With the fast development of computer and network technology, it is an inevitable tendency for companies to manage documents by the use of computer and network technology. In that way, it is advantageous to share information and reduce the workload of managers. It will make the document management more scientific, more standard and much safer. Therefore, it is very essential to design a safe network file management system.
The thesis has introduced the analysis of the system, and its design and exploit. With the data flow chart, ER chart and program flow chart, the design process of the system has been illustrated in detail. The paper can be divided into six parts: introduction, demand analysis, system design, development technique, key technology and the conclusion. The exploit mode is B/S, and the development tools are JAVA, JSP, JavaScript and Html. It takes the Tomcat as its server, and the backstage supporter's database is finished by SQL Server 2000.
Key words
JSP;SQL Server;tomcat;java Script;Campus document management system


目录

摘要 I
Abstract II

第一章 绪论 1
1.1 课题背景 1
1.2国内外研究现状 1
1.3本课题研究的意义 1
1.4本课题的研究方法 2
1.5本论文的组织结构 2
第二章 开发技术 3
2.1 Web开发技术介绍 3
2.1.1 B/S模式及其优势 3
2.1.2 Web应用程序开发环境—JSP技术 3
2.2 Java简介 4
2.3 Tomcat应用服务器 5
2.4 SQL server 2000 7
2.5数据访问接口 8
2.6本章小结 9
第三章 需求分析 10
3.1 问题分析 10
3.2 系统可行性分析 10
3.2.1技术可行性 10
3.2.2经济可行性 11
3.2.3操作可行性 11
3.3 任务概述 11
3.4 功能需求概述 12
3.5 本章小结 12
第四章 系统概念结构设计 13
4.1 功能划分 13
4.1.1 系统结构设计 13
4.1.2 系统功能模块 13
4.2 系统E-R图 15
4.3 本章小结 17
第五章 系统的详细设计与实现 18
5.1 系统层次模块图 18
5.2 系统流程图 18
5.3 数据流程图 19
5.4 系统管理模块详细设计 19
5.5 公告编辑模块详细设计 21
5.6 用户管理模块详细设计 22
5.7 文件管理模块详细设计 24
5.8资源管理模块详细设计 26
5.9留言管理模块详细设计 28
5.10 数据库详细设计 29
5.11 本章小结 30
第六章 系统测试 32
6.1 测试技术 32
6.2系统登陆功能测试 33
6.3公告功能模块测试 34
6.4用户管理模块测试 35
6.5文件管理模块测试 36
6.6资源管理模块测试 36
6.7留言管理模块测试 37
6.8系统控制登陆模块测试 38
6.9 本章小结 38
结论 39
参考文献 40
致谢 41