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

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

              基于JSP的學生學籍管理系統

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

              論文字數:13556,頁數:49

              摘要
              隨著信息技術在管理上越來越深入而廣泛的應用,管理信息系統的實施在技術上已逐步成熟。管理信息系統是一個不斷發展的新型學科,任何一個單位要生存要發展,要高效率地把內部活動有機地組織起來,就必須建立與自身特點相適應的管理信息系統。
              本文采用JSP和MS SQL-Server等軟件為開發工具,以Windows XP(或Windows 2000)為開發平臺,設計出一個學籍管理信息系統,對學生的信息、課程、成績進行統一管理,便于查詢、修改和刪除。涉及到的主要內容有:體系結構規劃、設計平臺的搭建以及系統的設計。主要實現的功能模塊有管理系統的功能介紹子系統、新生入學子系統、學生成績管理子系統、在校學生管理子系統、離校學生管理子系統、各種信息查詢子系統以及系統維護子系統。
              該系統功能完善,可使高校的學籍管理系統從純手工中解脫出來,實現高校學籍管理系統自動化、規范化、合理化、科學化,其實用性強,用戶界面友好,有助于加快高校的信息傳遞和智能建設,并為高校整體實現信息化管理體系作好鋪墊。
              關鍵字:學生學籍管理; B/S;JSP;SQL SERVER 2000;JDBC-ODBC;

               

              Based on JSP student records management system
              Abstract
                  Along with information technology in management more and more thorough and widespread application, the management information system the implementation to be gradually mature in the technology. The management information system is the new discipline which unceasingly develops, any unit must survive and develop, wants the high efficiency organically to organize the internal activity, must establish the management information system which adapts with own characteristic.
                  This article uses JSP and MS SQL-Server and so on is the development kit, (or Windows 2,000) as develops the platform take Windows XP, designs a school register management information system, to student's information, the curriculum, the result carries on the unification management, is advantageous for the inquiry, the revision and the deletion. Involves the main content includes: The system structure plan, designs the platform to build as well as the system design. The main realization function module has the management system management system the function to introduce the subsystem, the new born matriculation subsystem, the student result management subsystem, manages the subsystem in the school student, manages the subsystem, each kind of information inquiry subsystem as well as the system maintenance subsystem to the school student.
                  This system function perfect, may cause the universities the school register management system to extricate from the pure handwork, realization universities school register management system automation, standardization, rationalization, scientific style, its usability strong, the user contact surface is friendly, is helpful to speeds up the universities the information transmission and the intelligent construction, and finishes the upholstery for the universities whole realization information management system.
              Keywords: Student school records management ;B/S; JSP; SQL SERVER 2000; JDBC-ODBC

              目  錄
              摘要 I
              Abstract II
              引言 3
              第一章   緒論 4
              1.1選題背景和意義 4
              1.3系統開發技術 5
              1.3.1 B/S體系結構 5
              1.3.2 SQL Server 2000 6
              1.3.3  JSP技術 7
              1.3.4  ODBC數據訪問接口 7
              1.3.5 JDBC數據訪問接口 8
              1.3.6 java script 9
              第二章 系統設計 10
              2.1需求分析 10
              2.1.1運行環境 10
              2.2系統總體設計 10
              2.2.1 系統目標設計 10
              2.2.2 系統設計思想 11
              2.2.3 系統功能描述 11
              2.2.4系統用例圖 14
              2.2.5系統UML活動圖 16
              第三章 數據庫設計 18
              3.1總體表設計 18
              3.2 數據庫表的結構 18
              3.3 實體及ER圖 20
              3.3.1 登錄管理 20
              3.3.2實體的ER圖 21
              3.4 數據庫表的關系圖 23
              3.5 數據庫表的視圖 24
              第四章 系統具體實現 25
              4.1 關鍵應用 25
              4.1.1數據庫連接 25
              4.2 登錄管理 28
              4.3 菜單界面 29
              4.4 系統管理 30
              4.4.1學生信息顯示頁面 30
              4.4.2學生信息修改頁面 33
              4.4.3添加學生信息頁面 33
              4.4.4成績查看頁面 34
              4.5課程管理 35
              4.5.1選修課表顯示 35
              4.5.2選課情況頁面 36
              4.6 學生管理頁面 37
              4.6.1學籍維護頁面 38
              4.6.2成績查看頁面 40
              4.6.3學生選修課表頁面 40
              4.6.4所選的課程 41
              4.6.5修改個人密碼 42
              第五章 全文總結 44
              致  謝 45
              參考文獻: 46


              相關論文
              本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
              上一篇:小區物業管理 下一篇:基于JSP的BBS實現
              Tags:基于 JSP 學生 學籍 管理系統 【收藏】 【返回頂部】
              最新文章
              熱門文章
              計算機論文
              推薦文章

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

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

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

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

              论文格式网:毕业论文格式范文
              <ul id="guu2q"></ul>
              <ul id="guu2q"><sup id="guu2q"></sup></ul>
              • <fieldset id="guu2q"></fieldset>
              • <fieldset id="guu2q"></fieldset>
                <fieldset id="guu2q"></fieldset>
              • <abbr id="guu2q"><center id="guu2q"></center></abbr>
                  <ul id="guu2q"><center id="guu2q"></center></ul>