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

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

    基于JSP的學生成績管理系統

     本文ID:LWGSW14451 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 基于JSP的學生成績管理系統 (收費:1000 積分)  

    論文字數:11375,頁數:47

    摘 要

     隨著教育的普及以及學校規模的不斷壯大,大學生數量近些年來急劇增加,有關學生的各種信息也成倍增長。面對如此龐大的學生信息量,開發學生成績管理系統來提高學生管理工作的效率就成為必然。通過該系統,可以做到學生信息的規范管理、科學統計和快速查詢,從而減少管理方面的工作量。
     學生成績管理系統有兩種用戶權限:學生和管理員,可以分解進入各自的界面進行操作。管理員登入后添加學生信息包括學號、密碼,在添加成功后學生可以根據自己的學號以及密碼登入學生界面。該系統主要有學生信息模塊,每個學生可以在里面完善自己的個人信息;選課模塊,學生可以在學校公布的課程中限選3門選修課;成績查詢模塊,管理員確定學生課程的分數,學生可以在界面內查詢自己的成績。
     學生成績管理系統采用B/S進行開發,使用JSP編程,利用SQLServer2000建立數據庫,采用HTML、java script等編程技術。


    關鍵字:學生成績管理,B/S,JSP,,SQLServer2000。


    ABSTRACT

     With the popularization of education and school size has grown rapidly in recent years to increase the number of students, the students of a variety of information is also doubled. Students in the face of such a large amount of information, development of student achievement management system to improve the efficiency of student management becomes necessary. Through this system, student information can be standardized management, scientific statistics and fast search, thereby reducing the workload management.      Student performance management system has two user rights: students and administrators, can be broken down into their own interface to operate. Administrator logged in to add student information including student number, password, adding the success of students according to their student number and password to log in student interface. The system has student information module, in which each student can improve their own personal information; elective modules, students in the school curriculum announced by the election limited to three elective courses; results query module, the administrator determine the course of the scores of students Students can check their results within the interface.
      Student achievement management system uses B / S for the development, use JSP programming, using SQLServer2000 to establish a database, using HTML, java script and other programming.
     Keywords:Information Management System  B / S,. JSP, SQLServer2000
    目 錄

    摘要 I
    ABSTRACT II
    第1章 引言 1
        1.1 背景 1
        1.2 研究內容 2
    第2章 系統技術介紹 4
        2.1 JSP(Java Server Pages)技術介紹 4
            2.1.1 JSP概述 4
            2.1.2 JSP工作原理 4
        2.2 B/S體系結構介紹 5
        2.3 MyEclipse介紹 5
        2.4 SQL Server 2000 數據庫 6
            2.4.1 數據庫介紹 6
            2.4.2 ODBC數據訪問接口 6
    第3章 系統設計 8
        3.1 系統需求分析 8
        3.2 系統總體設計 8
            3.2.1系統目標設計 8
            3.2.2 系統設計思想 9
            3.2.3 系統功能描述 9
        3.3 系統用例圖 11
    第4章 數據庫設計 13
        4.1 總體表設計 13
        4.2 數據庫表的結構 13
        4.3 實體及ER圖 15
            4.3.1 數據庫介紹 15
            4.3.2實體的ER圖 16
        4.4 數據庫連接 16
    第5章 系統的實現 20
        5.1  登入界面 20
        5.2  學生界面 22
        5.3 學生界面功能的實現 23
            5.3.1 查看公告頁面 24
            5.3.2 學生修改密碼頁面 24
            5.3.3 學生學籍維護頁面 26
            5.3.4 學生成績查詢頁面 27
            5.3.5 查看選修課表并進行選修 28
        5.4 管理員界面 30
        5.5 管理員功能的實現 31
             5.5.1 查看學生基本信息 31
             5.5.2添加新學生和選修課 33
             5.5.3查看學修課表和必修課表 35
             5.5.4查看學生選課情況和學生成績 36
             5.5.5 添加必修課表和學生成績 37
    第6章 結束語 41
    致謝 42
    參考文獻 43


    相關論文
    本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:一般企業考勤信息管理系統設計與.. 下一篇:在線求職系統的設計與實現
    Tags:學生成績管理 成績管理系統 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

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

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

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

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

    论文格式网:毕业论文格式范文
    <strike id="iam8u"><input id="iam8u"></input></strike>
  • <del id="iam8u"></del>
    <ul id="iam8u"></ul>
    <strike id="iam8u"></strike>