<strike id="s82gy"></strike>
    • <ul id="s82gy"><tbody id="s82gy"></tbody></ul>
    • <strike id="s82gy"></strike>
      <strike id="s82gy"></strike>
      論文格式
      電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
      機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
      制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
      通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業論文 |
      • 論文格式 |
      • 個人簡歷 |
      • 工作總結 |
      • 入黨申請書 |
      • 求職信 |
      • 入團申請書 |
      • 工作計劃 |
      • 免費論文 |
      • 合作期刊 |
      • 論文同學網 |
      搜索 高級搜索

      當前位置:論文格式網 -> 畢業論文 -> 計算機論文
      畢業論文標題:

      網絡遠程作業處理系統

       本文ID:LWGSW14145 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 網絡遠程作業處理系統 (收費:1000 積分)  

      論文字數:20082,頁數:50

      摘要
      隨著網絡在社會的不斷普及,其在人們的學習和生活中發揮著越來越重要的作業,也不斷地簡化人們地學習和生活。該系統就是建立在這個目的上的一次嘗試。遠程作業提交交流系統,利用網絡交流的優勢,為教師與學生之間的交流搭建一座方便的橋梁。
      該系統的功能主要為:
      1、為師生提供一個網絡作業提交系統;
      2、為師生提供一個實時在線交流系統;
      3、為師生提供一個在線的留言系統。
      其中,作業提交系統實現文件在JSP網頁中的上傳和下載;實時在線交流系統實際就是一個在線聊天室,并考慮到師生這個特殊的服務對象,添加了網絡白板這個功能,使師生之間可以更加形象的交流;在線留言系統提供了與未在線的人交流的功能。以上這些功能的實現都是建立在師生信息管理系統之上的,首先要建立完整的學生、教師和班級信息,以上3個主要系統才能正常工作。再就是為了減小網頁的負擔,我設立了注冊登錄系統,一定程度的減免了不相關人員的訪問。


      關鍵詞  網絡 在線 交流   
        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章 開發工具簡介 2
      1.1 Dreamweaver MX 2004 2
      1.2 Borland JBuilder9 2
      1.3 SQL Sever 2000 2
      第2章 相關技術文檔 4
      2.1 JSP技術 4
      2.2 APPLET技術 7
      2.2.1 Applet說明: 7
      2.2.2 Applet參數使用方法 8
      2.2.3 Applet基本方法 8
      2.2.4 Applet中的線程 9
      第3章 數據庫邏輯結構設計 10
      3.1 用戶信息表(tuser) 10
      3.2 班級信息表(Tstudentnum) 10
      3.3 留言信息表(message) 10
      3.4 任課信息表(adds) 10
      第4章 系統頁面介紹 12
      4.1 登錄頁面流程圖 12
      4.2 系統主要頁面詳述 13
      4.1.1 登錄、注冊頁面(login.jsp) 13
      4.1.2 核實頁面(ValidateUser.jsp) 13
      4.1.3 驗證已登錄頁面(CheckValid.jsp) 13
      4.1.4 學生注冊頁面(UserInfo.jsp) 14
      4.1.5 注冊頁面提交頁面(CheckUserInfo.jsp) 14
      4.1.6 學生頁面(student.htm) 14
      4.1.7 學生選擇頁面(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 學生聊天室頁面(sapplst.jsp) 20
      第5章 系統功能詳述 21
      5.1 登錄系統 21
      5.2 注冊系統 21
      5.3 師生信息管理系統 22
      5.4 留言板系統 23
      5.5 包含網絡白板的聊天室系統 23
      5.6 文件上傳下載系統 25
      第6章 系統運行配置 27
      6.1 安裝J2SDK: 27
      6.2 安裝Tomcat: 27
      6.3 安裝JSP訪問SQL Server 2000的驅動程序: 28
      第7章 系統重要部分技術實現 30
      7.1 包含網絡白板的技術實現 30
      7.1.1 工作原理 30
      7.1.2 功能設計 30
      7.1.3 通訊協議集的制定 31
      7.1.4 編程實現 32
      7.2 SmartUpDown組件使用 37
      7.2.1 安裝篇 37
      7.2.2 相關類說明篇 38
      7.2.3 相關方法說明 41
      第8章 總結 45
      謝  辭 46
      參考文獻 47


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:網站流量統計 下一篇:網上書店售書系統
      Tags:網絡 遠程 作業 理系統 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

      論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文
    • <ul id="46yq2"><pre id="46yq2"></pre></ul>