畢業(yè)論文(設計) 基于jsp校園網文檔管理系統的設計與實現.rar
畢業(yè)論文(設計) 基于jsp校園網文檔管理系統的設計與實現,摘要隨著計算機及網絡技術的飛速發(fā)展,校園文件管理信息化、網絡化是必然的趨勢。利用計算機和網絡技術來進行文件管理,具有以下優(yōu)勢:利于實現數據信息的共享,減輕管理員的工作負荷,使文件管理更科學、更規(guī)范、更安全。因此,設計一個安全的校園文檔管理系統是十分必要的。本論文主要介紹了系統的分析,設計和開發(fā)的全部過程。運用數據流圖,...
該文檔為壓縮文件,包含的文件列表如下:
內容介紹
原文檔由會員 ljjwl8321 發(fā)布
摘要
隨著計算機及網絡技術的飛速發(fā)展,校園文件管理信息化、網絡化是必然的趨勢。利用計算機和網絡技術來進行文件管理,具有以下優(yōu)勢:利于實現數據信息的共享,減輕管理員的工作負荷,使文件管理更科學、更規(guī)范、更安全。因此,設計一個安全的校園文檔管理系統是十分必要的。
本論文主要介紹了系統的分析,設計和開發(fā)的全部過程。運用數據流圖,ER圖,程序流程圖等對系統的設計過程進行詳細的說明。全文共分為前言、需求分析、系統設計、開發(fā)技術、關鍵技術解決,結論六部分。系統采用B/S開發(fā)模式,開發(fā)工具選擇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
第二章 開發(fā)技術 3
2.1 Web開發(fā)技術介紹 3
2.1.1 B/S模式及其優(yōu)勢 3
2.1.2 Web應用程序開發(fā)環(huán)境—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
隨著計算機及網絡技術的飛速發(fā)展,校園文件管理信息化、網絡化是必然的趨勢。利用計算機和網絡技術來進行文件管理,具有以下優(yōu)勢:利于實現數據信息的共享,減輕管理員的工作負荷,使文件管理更科學、更規(guī)范、更安全。因此,設計一個安全的校園文檔管理系統是十分必要的。
本論文主要介紹了系統的分析,設計和開發(fā)的全部過程。運用數據流圖,ER圖,程序流程圖等對系統的設計過程進行詳細的說明。全文共分為前言、需求分析、系統設計、開發(fā)技術、關鍵技術解決,結論六部分。系統采用B/S開發(fā)模式,開發(fā)工具選擇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
第二章 開發(fā)技術 3
2.1 Web開發(fā)技術介紹 3
2.1.1 B/S模式及其優(yōu)勢 3
2.1.2 Web應用程序開發(fā)環(huán)境—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