jsp網(wǎng)絡(luò)遠(yuǎn)程作業(yè)處理系統(tǒng)畢業(yè)設(shè)計.rar
jsp網(wǎng)絡(luò)遠(yuǎn)程作業(yè)處理系統(tǒng)畢業(yè)設(shè)計,2萬字50頁包括開題報告,論文,中英文翻譯,工作總結(jié),系統(tǒng)程序代碼,數(shù)據(jù)庫摘要隨著網(wǎng)絡(luò)在社會的不斷普及,其在人們的學(xué)習(xí)和生活中發(fā)揮著越來越重要的作業(yè),也不斷地簡化人們地學(xué)習(xí)和生活。該系統(tǒng)就是建立在這個目的上的一次嘗試。遠(yuǎn)程作業(yè)提交交流系統(tǒng),利用網(wǎng)絡(luò)交流的優(yōu)勢,為教師與學(xué)生之間的交流搭建...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 qq520 發(fā)布
jsp網(wǎng)絡(luò)遠(yuǎn)程作業(yè)處理系統(tǒng)畢業(yè)設(shè)計
2萬字 50頁
包括開題報告,論文,中英文翻譯,工作總結(jié),系統(tǒng)程序代碼,數(shù)據(jù)庫
摘要
隨著網(wǎng)絡(luò)在社會的不斷普及,其在人們的學(xué)習(xí)和生活中發(fā)揮著越來越重要的作業(yè),也不斷地簡化人們地學(xué)習(xí)和生活。該系統(tǒng)就是建立在這個目的上的一次嘗試。遠(yuǎn)程作業(yè)提交交流系統(tǒng),利用網(wǎng)絡(luò)交流的優(yōu)勢,為教師與學(xué)生之間的交流搭建一座方便的橋梁。
該系統(tǒng)的功能主要為:
1、為師生提供一個網(wǎng)絡(luò)作業(yè)提交系統(tǒng);
2、為師生提供一個實時在線交流系統(tǒng);
3、為師生提供一個在線的留言系統(tǒng)。
其中,作業(yè)提交系統(tǒng)實現(xiàn)文件在JSP網(wǎng)頁中的上傳和下載;實時在線交流系統(tǒng)實際就是一個在線聊天室,并考慮到師生這個特殊的服務(wù)對象,添加了網(wǎng)絡(luò)白板這個功能,使師生之間可以更加形象的交流;在線留言系統(tǒng)提供了與未在線的人交流的功能。以上這些功能的實現(xiàn)都是建立在師生信息管理系統(tǒng)之上的,首先要建立完整的學(xué)生、教師和班級信息,以上3個主要系統(tǒng)才能正常工作。再就是為了減小網(wǎng)頁的負(fù)擔(dān),我設(shè)立了注冊登錄系統(tǒng),一定程度的減免了不相關(guān)人員的訪問。
關(guān)鍵詞 網(wǎng)絡(luò) 在線 交流
Abstract
With network constant popularization in society, it becomes more and more important in people’s daily lifed and study. It also simplifies people’s study and live very much. This system is a try that is set up on this purpose . Operating the system of exchanging on-linly, the advantage of utilizing the network to be exchanged, put up a bridge of convenience for the exchange between the teacher and student.
The function of this system is mainly: 1 offers a system submitting homework by network for students and teachers, 2 offers one to teachers and students and exchanges the system real-timly online, 3 offers an online message system to teachers and students. Among them, homework submit system realize file in JSP uploading and download of the webpage;It is an online chatroom actually to exchange the system real-timly online , consider this special service object of teachers and students, add network white board the function , make teachers and students can interchange of the image further; The online message system has offered the function exchanged with person not online. Realization of the above functions is all based on information management systems of teachers and students, should set up to intact student , teacher and class' information first, the above 3 main systems could work normally . And then in order to reduce the burden of the webpage, I have set up the log-in system of registering, visit of the independent personnel of deductions and exemptions of a certain degree.
Keywords network online communicate
目 錄
前 言 1
第1章 開發(fā)工具簡介 2
1.1 Dreamweaver MX 2004 2
1.2 Borland JBuilder9 2
1.3 SQL Sever 2000 2
第2章 相關(guān)技術(shù)文檔 4
2.1 JSP技術(shù) 4
2.2 APPLET技術(shù) 7
2.2.1 Applet說明: 7
2.2.2 Applet參數(shù)使用方法 8
2.2.3 Applet基本方法 8
2.2.4 Applet中的線程 9
第3章 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 10
3.1 用戶信息表(tuser) 10
3.2 班級信息表(Tstudentnum) 10
3.3 留言信息表(message) 10
3.4 任課信息表(adds) 10
第4章 系統(tǒng)頁面介紹 12
4.1 登錄頁面流程圖 12
4.2 系統(tǒng)主要頁面詳述 13
4.1.1 登錄、注冊頁面(login.jsp) 13
4.1.2 核實頁面(ValidateUser.jsp) 13
4.1.3 驗證已登錄頁面(CheckValid.jsp) 13
4.1.4 學(xué)生注冊頁面(UserInfo.jsp) 14
4.1.5 注冊頁面提交頁面(CheckUserInfo.jsp) 14
4.1.6 學(xué)生頁面(student.htm) 14
4.1.7 學(xué)生選擇頁面(StudentPage.jsp) 15
4.1.8 教師頁面(teacher.htm) 15
4.1.9 教師選擇頁面(TeacherPage.jsp) 15
4.1.10 管理員頁面(admin.htm) 16
4.1.11 管理員選擇頁面(admin.jsp) 16
4.1.12 顯示留言頁面(view_message.jsp) 16
4.1.13 留言頁面(index.htm) 17
4.1.14 添加留言信息頁面(add_message.jsp) 17
4.1.15 上傳文件頁面(upload.jsp) 17
4.1.16 上傳處理頁面(doUpload.jsp) 18
4.1.17 下載處理頁面(doDownload.jsp) 18
4.1.18 修改密碼頁面(changecode.jsp) 18
4.1.19 修改密碼處理頁面(changecode2.jsp) 18
4.1.20 管理任課信息頁面(maadds.jsp) 19
4.1.21 任課信息處理頁面(maadds2.jsp) 19
4.1.22 刪除教師頁面(deleteacher.jsp) 19
4.1.23 刪除教師處理頁面(deleteacher2.jsp) 19
4.1.24 學(xué)生聊天室頁面(sapplst.jsp) 20
第5章 系統(tǒng)功能詳述 21
5.1 登錄系統(tǒng) 21
5.2 注冊系統(tǒng) 21
5.3 師生信息管理系統(tǒng) 22
5.4 留言板系統(tǒng) 23
5.5 包含網(wǎng)絡(luò)白板的聊天室系統(tǒng) 23
5.6 文件上傳下載系統(tǒng) 25
第6章 系統(tǒng)運行配置 27
6.1 安裝J2SDK: 27
6.2 安裝Tomcat: 27
6.3 安裝JSP訪問SQL Server 2000的驅(qū)動程序: 28
第7章 系統(tǒng)重要部分技術(shù)實現(xiàn) 30
7.1 包含網(wǎng)絡(luò)白板的技術(shù)實現(xiàn) 30
7.1.1 工作原理 30
7.1.2 功能設(shè)計 30
7.1.3 通訊協(xié)議集的制定 31
7.1.4 編程實現(xiàn) 32
7.2 SmartUpDown組件使用 37
7.2.1 安裝篇 37
7.2.2 相關(guān)類說明篇 38
7.2.3 相關(guān)方法說明 41
第8章 總結(jié) 45
謝 辭 46
參考文獻(xiàn) 47
參考文獻(xiàn)
1 JAVA程序設(shè)計教程 肖旻 主編 廖雷 副主編 中國電力出版社
2 JAVA2程序設(shè)計 高志風(fēng) 清華大學(xué)出版社
3網(wǎng)頁編程入門與應(yīng)用實例 朱凱 周湘文等 清華大學(xué)出版社
4數(shù)據(jù)庫系統(tǒng)概論(第三版) 薩師煊 王珊 高等教育出版社
5 JSP入門與提高 王志軍 劉同利 清華大學(xué)出版社
6 JSP從入門道精通 (美)Todd Cook 著 谷雨 閻雋 高春蓉 等譯 電子工業(yè)出版社
7 JSP實用案例分析 新東方IT教育教材研究室 清華大學(xué)出版社
8 JSP 即時應(yīng)用 Paul Tremblett 著 高波 王琰等譯 人民郵電出版社
9 JSP高級開發(fā)與應(yīng)用 David M.Geary 科學(xué)出版社
10 JSP編程技術(shù)與應(yīng)用 方逹 主編 高等教育出版社
2萬字 50頁
包括開題報告,論文,中英文翻譯,工作總結(jié),系統(tǒng)程序代碼,數(shù)據(jù)庫
摘要
隨著網(wǎng)絡(luò)在社會的不斷普及,其在人們的學(xué)習(xí)和生活中發(fā)揮著越來越重要的作業(yè),也不斷地簡化人們地學(xué)習(xí)和生活。該系統(tǒng)就是建立在這個目的上的一次嘗試。遠(yuǎn)程作業(yè)提交交流系統(tǒng),利用網(wǎng)絡(luò)交流的優(yōu)勢,為教師與學(xué)生之間的交流搭建一座方便的橋梁。
該系統(tǒng)的功能主要為:
1、為師生提供一個網(wǎng)絡(luò)作業(yè)提交系統(tǒng);
2、為師生提供一個實時在線交流系統(tǒng);
3、為師生提供一個在線的留言系統(tǒng)。
其中,作業(yè)提交系統(tǒng)實現(xiàn)文件在JSP網(wǎng)頁中的上傳和下載;實時在線交流系統(tǒng)實際就是一個在線聊天室,并考慮到師生這個特殊的服務(wù)對象,添加了網(wǎng)絡(luò)白板這個功能,使師生之間可以更加形象的交流;在線留言系統(tǒng)提供了與未在線的人交流的功能。以上這些功能的實現(xiàn)都是建立在師生信息管理系統(tǒng)之上的,首先要建立完整的學(xué)生、教師和班級信息,以上3個主要系統(tǒng)才能正常工作。再就是為了減小網(wǎng)頁的負(fù)擔(dān),我設(shè)立了注冊登錄系統(tǒng),一定程度的減免了不相關(guān)人員的訪問。
關(guān)鍵詞 網(wǎng)絡(luò) 在線 交流
Abstract
With network constant popularization in society, it becomes more and more important in people’s daily lifed and study. It also simplifies people’s study and live very much. This system is a try that is set up on this purpose . Operating the system of exchanging on-linly, the advantage of utilizing the network to be exchanged, put up a bridge of convenience for the exchange between the teacher and student.
The function of this system is mainly: 1 offers a system submitting homework by network for students and teachers, 2 offers one to teachers and students and exchanges the system real-timly online, 3 offers an online message system to teachers and students. Among them, homework submit system realize file in JSP uploading and download of the webpage;It is an online chatroom actually to exchange the system real-timly online , consider this special service object of teachers and students, add network white board the function , make teachers and students can interchange of the image further; The online message system has offered the function exchanged with person not online. Realization of the above functions is all based on information management systems of teachers and students, should set up to intact student , teacher and class' information first, the above 3 main systems could work normally . And then in order to reduce the burden of the webpage, I have set up the log-in system of registering, visit of the independent personnel of deductions and exemptions of a certain degree.
Keywords network online communicate
目 錄
前 言 1
第1章 開發(fā)工具簡介 2
1.1 Dreamweaver MX 2004 2
1.2 Borland JBuilder9 2
1.3 SQL Sever 2000 2
第2章 相關(guān)技術(shù)文檔 4
2.1 JSP技術(shù) 4
2.2 APPLET技術(shù) 7
2.2.1 Applet說明: 7
2.2.2 Applet參數(shù)使用方法 8
2.2.3 Applet基本方法 8
2.2.4 Applet中的線程 9
第3章 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 10
3.1 用戶信息表(tuser) 10
3.2 班級信息表(Tstudentnum) 10
3.3 留言信息表(message) 10
3.4 任課信息表(adds) 10
第4章 系統(tǒng)頁面介紹 12
4.1 登錄頁面流程圖 12
4.2 系統(tǒng)主要頁面詳述 13
4.1.1 登錄、注冊頁面(login.jsp) 13
4.1.2 核實頁面(ValidateUser.jsp) 13
4.1.3 驗證已登錄頁面(CheckValid.jsp) 13
4.1.4 學(xué)生注冊頁面(UserInfo.jsp) 14
4.1.5 注冊頁面提交頁面(CheckUserInfo.jsp) 14
4.1.6 學(xué)生頁面(student.htm) 14
4.1.7 學(xué)生選擇頁面(StudentPage.jsp) 15
4.1.8 教師頁面(teacher.htm) 15
4.1.9 教師選擇頁面(TeacherPage.jsp) 15
4.1.10 管理員頁面(admin.htm) 16
4.1.11 管理員選擇頁面(admin.jsp) 16
4.1.12 顯示留言頁面(view_message.jsp) 16
4.1.13 留言頁面(index.htm) 17
4.1.14 添加留言信息頁面(add_message.jsp) 17
4.1.15 上傳文件頁面(upload.jsp) 17
4.1.16 上傳處理頁面(doUpload.jsp) 18
4.1.17 下載處理頁面(doDownload.jsp) 18
4.1.18 修改密碼頁面(changecode.jsp) 18
4.1.19 修改密碼處理頁面(changecode2.jsp) 18
4.1.20 管理任課信息頁面(maadds.jsp) 19
4.1.21 任課信息處理頁面(maadds2.jsp) 19
4.1.22 刪除教師頁面(deleteacher.jsp) 19
4.1.23 刪除教師處理頁面(deleteacher2.jsp) 19
4.1.24 學(xué)生聊天室頁面(sapplst.jsp) 20
第5章 系統(tǒng)功能詳述 21
5.1 登錄系統(tǒng) 21
5.2 注冊系統(tǒng) 21
5.3 師生信息管理系統(tǒng) 22
5.4 留言板系統(tǒng) 23
5.5 包含網(wǎng)絡(luò)白板的聊天室系統(tǒng) 23
5.6 文件上傳下載系統(tǒng) 25
第6章 系統(tǒng)運行配置 27
6.1 安裝J2SDK: 27
6.2 安裝Tomcat: 27
6.3 安裝JSP訪問SQL Server 2000的驅(qū)動程序: 28
第7章 系統(tǒng)重要部分技術(shù)實現(xiàn) 30
7.1 包含網(wǎng)絡(luò)白板的技術(shù)實現(xiàn) 30
7.1.1 工作原理 30
7.1.2 功能設(shè)計 30
7.1.3 通訊協(xié)議集的制定 31
7.1.4 編程實現(xiàn) 32
7.2 SmartUpDown組件使用 37
7.2.1 安裝篇 37
7.2.2 相關(guān)類說明篇 38
7.2.3 相關(guān)方法說明 41
第8章 總結(jié) 45
謝 辭 46
參考文獻(xiàn) 47
參考文獻(xiàn)
1 JAVA程序設(shè)計教程 肖旻 主編 廖雷 副主編 中國電力出版社
2 JAVA2程序設(shè)計 高志風(fēng) 清華大學(xué)出版社
3網(wǎng)頁編程入門與應(yīng)用實例 朱凱 周湘文等 清華大學(xué)出版社
4數(shù)據(jù)庫系統(tǒng)概論(第三版) 薩師煊 王珊 高等教育出版社
5 JSP入門與提高 王志軍 劉同利 清華大學(xué)出版社
6 JSP從入門道精通 (美)Todd Cook 著 谷雨 閻雋 高春蓉 等譯 電子工業(yè)出版社
7 JSP實用案例分析 新東方IT教育教材研究室 清華大學(xué)出版社
8 JSP 即時應(yīng)用 Paul Tremblett 著 高波 王琰等譯 人民郵電出版社
9 JSP高級開發(fā)與應(yīng)用 David M.Geary 科學(xué)出版社
10 JSP編程技術(shù)與應(yīng)用 方逹 主編 高等教育出版社