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

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

    基于Web的遠程教務管理系統

     本文ID:LWGSW17630 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 基于Web的遠程教務管理系統 (收費:1000 積分)  

    論文字數:14585,頁數:43

    摘要

     隨著學校的規模不斷擴大,學生數量急劇增加,有關學生的各種信息量也成倍增長。面對龐大的信息量,就需要有教務信息管理系統來提高學生管理工作的效率。通過這樣的系統,可以做到信息的規范管理、科學統計和快速的查詢,從而減少管理方面的工作量。由于計算機和網絡的普及,若建立一個C/S或B/S結構的教務信息管理系統,學生便可以通過網絡來選課并且查詢自己的有關信息,使得教務信息管理工作系統化,規范化,自動化,大大提高了學校管理學生的效率。
     基于Web的遠程教學是二十一世紀現代遠程教育的發展方向;赪eb的遠程教務管理系統是基于Web的遠程教學系統的重要組成部分。 JSP、Servlet和JavaBean是實現數據庫系統WEB化的一個重要技術。本文介紹了JSP/Servlet技術在基于Web教務管理系統中的應用,并分析MVC架構中包含的幾種主要模式,論述了系統的設計方法和關鍵技術。
     
    關鍵詞:JSP; Servlet; Java Bean; 設計模式; 教務管理
     ABSTRACT
     With schools have been expanding, the sharp increase in the number of students, the students of the amount of information also have increased. Faced with a huge amount of information on the need for academic information management system to improve the efficiency of the management of students. Through such a system, be able to regulate the management of information, statistics and rapid scientific enquiries, thereby reducing the workload management. As the popularity of computers and networks, if the establishment of a C / S or B / S structure of the academic information management system, students will be able to network through their classes and for the relevant information, making the Senate systematic management of information, standardization, automation , Greatly improving the efficiency of school management students.
     Distance-education based on Web is the mainstream of distance-education in 21st century, distance educational administration based on web is one of the most important component of it. JSP ,Servlet and JavaBean are the main technology make database connect to web.This paper discusses the main application of JSP/Servlet technology in educational administration based on web ,it also analyzes some main patterns which in the MVC models and the design method of this system and the essential technology.

    Keywords: JSP; Servlet; Java Bean; design pattern; educational administration

     


    目 錄

    摘要 I
    ABSTRACT II
    第1章 引言 1
    1.1背景 1
    1.2 研究內容 1
    第2章 JSP技術及分析 2
    2.1 采用JSP技術的優點 2
    2.1.1 適用平臺廣 2
    2.1.2 代碼執行高效 2
    2.1.3 代碼的可移植性好 2
    2.1.4 實用性 2
    2.1.5 強大的數據庫技術 2
    2.2 采用JSP技術的弱勢 2
    第3章 教務管理系統的總體設計與實現 4
    3.1 理解需求 4
    3.2 需求分析 4
    3.3 系統建模 8
    3.3.1 系統用例分析 8
    3.4 系統配置 8
    3.4.1 軟件配置 8
    3.4.2 硬件配置 9
    3.4.3 系統運行環境配置 9
    3.5 數據庫分析 9
    3.5.1 數據庫結構設計 10
    3.5.2 數據表的創建 11
    3.5.3 視圖的創建 14
    3.5.4 觸發器的建立 14
    3.6 系統的體系結構 15
    3.6.1 教務管理系統的三層體系結構 15
    3.6.2 教務管理系統的目錄結構 15
    第4章 教務管理系統的詳細設計與實現 17
    4.1 通用模塊的設計 17
    4.2 界面設計 19
    4.2.1 登陸模塊的設計與實現 19
    4.2.2 管理員維護模塊設計與實現 21
    4.2.3 教師申請選課及管理員查看教師申請模塊設計與實現 22
    4.2.4 更改用戶信息模塊設計與實現 24
    4.2.5 管理員控制中心模塊設計與實現 26
    4.2.6 學生選課模塊設計與實現 27
    4.2.7 教師查看學生模塊設計與實現 29
    4.2.8 教師給出學生寫成績模塊設計與實現 30
    4.2.9 教師打印名單模塊設計與實現 31
    4.2.10 學生班級課表查詢模塊設計與實現 32
    4.2.11 注銷模塊設計與實現 32
    第5章 系統的安全與擴展問題 33
    5.1 安全問題 33
    5.2 可擴展性問題 33
    第6章 結束語 35
    6.1 技術總結 35
    6.2 開發過程遇到的困難 36
    6.3 開發心得 36
    致    謝 38
    參考文獻 39


    相關論文
    本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:全面實用的網絡考試系統 下一篇:公共選修課在線選課系統設計與開發
    Tags:基于 Web 遠程 教務 管理系統 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

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

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

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

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

    论文格式网:毕业论文格式范文
      <ul id="uka2q"><sup id="uka2q"></sup></ul>
    • <strike id="uka2q"><rt id="uka2q"></rt></strike>