畢業(yè)論文(設(shè)計(jì)) 基于jsp校園網(wǎng)文檔管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn).rar
畢業(yè)論文(設(shè)計(jì)) 基于jsp校園網(wǎng)文檔管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn),摘要隨著計(jì)算機(jī)及網(wǎng)絡(luò)技術(shù)的飛速發(fā)展,校園文件管理信息化、網(wǎng)絡(luò)化是必然的趨勢(shì)。利用計(jì)算機(jī)和網(wǎng)絡(luò)技術(shù)來(lái)進(jìn)行文件管理,具有以下優(yōu)勢(shì):利于實(shí)現(xiàn)數(shù)據(jù)信息的共享,減輕管理員的工作負(fù)荷,使文件管理更科學(xué)、更規(guī)范、更安全。因此,設(shè)計(jì)一個(gè)安全的校園文檔管理系統(tǒng)是十分必要的。本論文主要介紹了系統(tǒng)的分析,設(shè)計(jì)和開(kāi)發(fā)的全部過(guò)程。運(yùn)用數(shù)據(jù)流圖,...
該文檔為壓縮文件,包含的文件列表如下:
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/204752.gif)
內(nèi)容介紹
原文檔由會(huì)員 ljjwl8321 發(fā)布
摘要
隨著計(jì)算機(jī)及網(wǎng)絡(luò)技術(shù)的飛速發(fā)展,校園文件管理信息化、網(wǎng)絡(luò)化是必然的趨勢(shì)。利用計(jì)算機(jī)和網(wǎng)絡(luò)技術(shù)來(lái)進(jìn)行文件管理,具有以下優(yōu)勢(shì):利于實(shí)現(xiàn)數(shù)據(jù)信息的共享,減輕管理員的工作負(fù)荷,使文件管理更科學(xué)、更規(guī)范、更安全。因此,設(shè)計(jì)一個(gè)安全的校園文檔管理系統(tǒng)是十分必要的。
本論文主要介紹了系統(tǒng)的分析,設(shè)計(jì)和開(kāi)發(fā)的全部過(guò)程。運(yùn)用數(shù)據(jù)流圖,ER圖,程序流程圖等對(duì)系統(tǒng)的設(shè)計(jì)過(guò)程進(jìn)行詳細(xì)的說(shuō)明。全文共分為前言、需求分析、系統(tǒng)設(shè)計(jì)、開(kāi)發(fā)技術(shù)、關(guān)鍵技術(shù)解決,結(jié)論六部分。系統(tǒng)采用B/S開(kāi)發(fā)模式,開(kāi)發(fā)工具選擇JAVA、JSP、JavaScript、Html語(yǔ)言,采用Tomcat服務(wù)器技術(shù),后臺(tái)數(shù)據(jù)庫(kù)選用SQL Server 2000。
關(guān)鍵詞
JSP;SQL Server;Tomcat;Java Script;校園網(wǎng)文檔管理系統(tǒng)
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國(guó)內(nèi)外研究現(xiàn)狀 1
1.3本課題研究的意義 1
1.4本課題的研究方法 2
1.5本論文的組織結(jié)構(gòu) 2
第二章 開(kāi)發(fā)技術(shù) 3
2.1 Web開(kāi)發(fā)技術(shù)介紹 3
2.1.1 B/S模式及其優(yōu)勢(shì) 3
2.1.2 Web應(yīng)用程序開(kāi)發(fā)環(huán)境—JSP技術(shù) 3
2.2 Java簡(jiǎn)介 4
2.3 Tomcat應(yīng)用服務(wù)器 5
2.4 SQL server 2000 7
2.5數(shù)據(jù)訪問(wèn)接口 8
2.6本章小結(jié) 9
第三章 需求分析 10
3.1 問(wèn)題分析 10
3.2 系統(tǒng)可行性分析 10
3.2.1技術(shù)可行性 10
3.2.2經(jīng)濟(jì)可行性 11
3.2.3操作可行性 11
3.3 任務(wù)概述 11
3.4 功能需求概述 12
3.5 本章小結(jié) 12
第四章 系統(tǒng)概念結(jié)構(gòu)設(shè)計(jì) 13
4.1 功能劃分 13
4.1.1 系統(tǒng)結(jié)構(gòu)設(shè)計(jì) 13
4.1.2 系統(tǒng)功能模塊 13
4.2 系統(tǒng)E-R圖 15
4.3 本章小結(jié) 17
第五章 系統(tǒng)的詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 18
5.1 系統(tǒng)層次模塊圖 18
5.2 系統(tǒng)流程圖 18
5.3 數(shù)據(jù)流程圖 19
5.4 系統(tǒng)管理模塊詳細(xì)設(shè)計(jì) 19
5.5 公告編輯模塊詳細(xì)設(shè)計(jì) 21
5.6 用戶管理模塊詳細(xì)設(shè)計(jì) 22
5.7 文件管理模塊詳細(xì)設(shè)計(jì) 24
5.8資源管理模塊詳細(xì)設(shè)計(jì) 26
5.9留言管理模塊詳細(xì)設(shè)計(jì) 28
5.10 數(shù)據(jù)庫(kù)詳細(xì)設(shè)計(jì) 29
5.11 本章小結(jié) 30
第六章 系統(tǒng)測(cè)試 32
6.1 測(cè)試技術(shù) 32
6.2系統(tǒng)登陸功能測(cè)試 33
6.3公告功能模塊測(cè)試 34
6.4用戶管理模塊測(cè)試 35
6.5文件管理模塊測(cè)試 36
6.6資源管理模塊測(cè)試 36
6.7留言管理模塊測(cè)試 37
6.8系統(tǒng)控制登陸模塊測(cè)試 38
6.9 本章小結(jié) 38
結(jié)論 39
參考文獻(xiàn) 40
致謝 41
隨著計(jì)算機(jī)及網(wǎng)絡(luò)技術(shù)的飛速發(fā)展,校園文件管理信息化、網(wǎng)絡(luò)化是必然的趨勢(shì)。利用計(jì)算機(jī)和網(wǎng)絡(luò)技術(shù)來(lái)進(jìn)行文件管理,具有以下優(yōu)勢(shì):利于實(shí)現(xiàn)數(shù)據(jù)信息的共享,減輕管理員的工作負(fù)荷,使文件管理更科學(xué)、更規(guī)范、更安全。因此,設(shè)計(jì)一個(gè)安全的校園文檔管理系統(tǒng)是十分必要的。
本論文主要介紹了系統(tǒng)的分析,設(shè)計(jì)和開(kāi)發(fā)的全部過(guò)程。運(yùn)用數(shù)據(jù)流圖,ER圖,程序流程圖等對(duì)系統(tǒng)的設(shè)計(jì)過(guò)程進(jìn)行詳細(xì)的說(shuō)明。全文共分為前言、需求分析、系統(tǒng)設(shè)計(jì)、開(kāi)發(fā)技術(shù)、關(guān)鍵技術(shù)解決,結(jié)論六部分。系統(tǒng)采用B/S開(kāi)發(fā)模式,開(kāi)發(fā)工具選擇JAVA、JSP、JavaScript、Html語(yǔ)言,采用Tomcat服務(wù)器技術(shù),后臺(tái)數(shù)據(jù)庫(kù)選用SQL Server 2000。
關(guān)鍵詞
JSP;SQL Server;Tomcat;Java Script;校園網(wǎng)文檔管理系統(tǒng)
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國(guó)內(nèi)外研究現(xiàn)狀 1
1.3本課題研究的意義 1
1.4本課題的研究方法 2
1.5本論文的組織結(jié)構(gòu) 2
第二章 開(kāi)發(fā)技術(shù) 3
2.1 Web開(kāi)發(fā)技術(shù)介紹 3
2.1.1 B/S模式及其優(yōu)勢(shì) 3
2.1.2 Web應(yīng)用程序開(kāi)發(fā)環(huán)境—JSP技術(shù) 3
2.2 Java簡(jiǎn)介 4
2.3 Tomcat應(yīng)用服務(wù)器 5
2.4 SQL server 2000 7
2.5數(shù)據(jù)訪問(wèn)接口 8
2.6本章小結(jié) 9
第三章 需求分析 10
3.1 問(wèn)題分析 10
3.2 系統(tǒng)可行性分析 10
3.2.1技術(shù)可行性 10
3.2.2經(jīng)濟(jì)可行性 11
3.2.3操作可行性 11
3.3 任務(wù)概述 11
3.4 功能需求概述 12
3.5 本章小結(jié) 12
第四章 系統(tǒng)概念結(jié)構(gòu)設(shè)計(jì) 13
4.1 功能劃分 13
4.1.1 系統(tǒng)結(jié)構(gòu)設(shè)計(jì) 13
4.1.2 系統(tǒng)功能模塊 13
4.2 系統(tǒng)E-R圖 15
4.3 本章小結(jié) 17
第五章 系統(tǒng)的詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 18
5.1 系統(tǒng)層次模塊圖 18
5.2 系統(tǒng)流程圖 18
5.3 數(shù)據(jù)流程圖 19
5.4 系統(tǒng)管理模塊詳細(xì)設(shè)計(jì) 19
5.5 公告編輯模塊詳細(xì)設(shè)計(jì) 21
5.6 用戶管理模塊詳細(xì)設(shè)計(jì) 22
5.7 文件管理模塊詳細(xì)設(shè)計(jì) 24
5.8資源管理模塊詳細(xì)設(shè)計(jì) 26
5.9留言管理模塊詳細(xì)設(shè)計(jì) 28
5.10 數(shù)據(jù)庫(kù)詳細(xì)設(shè)計(jì) 29
5.11 本章小結(jié) 30
第六章 系統(tǒng)測(cè)試 32
6.1 測(cè)試技術(shù) 32
6.2系統(tǒng)登陸功能測(cè)試 33
6.3公告功能模塊測(cè)試 34
6.4用戶管理模塊測(cè)試 35
6.5文件管理模塊測(cè)試 36
6.6資源管理模塊測(cè)試 36
6.7留言管理模塊測(cè)試 37
6.8系統(tǒng)控制登陸模塊測(cè)試 38
6.9 本章小結(jié) 38
結(jié)論 39
參考文獻(xiàn) 40
致謝 41
TA們正在看...
- 中專入團(tuán)申請(qǐng)書500字.docx
- 中專入團(tuán)申請(qǐng)書600字【三篇】.docx
- 中專入團(tuán)申請(qǐng)書范文【三篇】.docx
- 中專共青團(tuán)入團(tuán)申請(qǐng)書格式.docx
- 中專學(xué)生入團(tuán)申請(qǐng)書范文【五篇】.docx
- 中專生200字入團(tuán)申請(qǐng)書.docx
- 中專生入團(tuán)申請(qǐng)600字.docx
- 中專生入團(tuán)申請(qǐng)書200字【三篇】.docx
- 中專生入團(tuán)申請(qǐng)書200字三篇.docx
- 中專生入團(tuán)申請(qǐng)書300字五篇.docx