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

          當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計(jì)算機(jī)論文
          畢業(yè)論文標(biāo)題:

          利用JSP+Struts框架設(shè)計(jì)的在線考試系統(tǒng)

           本文ID:LWGSW17677 價(jià)格:收費(fèi)積分/100
          掃一掃 掃一掃
          本站會(huì)員可自行下載:下載地址 利用JSP+Struts框架設(shè)計(jì)的在線考試系統(tǒng) (收費(fèi):1000 積分)  

          論文字?jǐn)?shù):19080,頁數(shù):55

          摘要

           當(dāng)今社會(huì)是一個(gè)網(wǎng)絡(luò)繁榮的社會(huì),生活和工作中的許多地方,都用虛擬網(wǎng)絡(luò)進(jìn)行了代替,原來的業(yè)務(wù)模式有了本質(zhì)的改變。而對于企業(yè),面試員工和對員工能力的評定,在員工能力培養(yǎng)和考核的發(fā)展過程中,越來越受到企業(yè)的重視和認(rèn)可。由于傳統(tǒng)紙制考試,雖然實(shí)用性很高,但存在的許多明顯的問題和弊端。基于此所以提出構(gòu)建一個(gè)支持、輔助廣大企業(yè)員工學(xué)習(xí)和測試的平臺(tái),即JSP在線企業(yè)考試系統(tǒng)。
           本文介紹了在線考試系統(tǒng)的概念,以及如何利用JSP+Struts框架來對整個(gè)系統(tǒng)進(jìn)行設(shè)計(jì),架構(gòu)和相關(guān)功能的實(shí)現(xiàn),系統(tǒng)中如何實(shí)現(xiàn)數(shù)據(jù)庫的相關(guān)操作。其中,重點(diǎn)介紹了系統(tǒng)的架構(gòu),各功能模塊的設(shè)計(jì),以及內(nèi)部頁面流程之間的協(xié)調(diào)操作。
           
          關(guān)鍵詞:虛擬網(wǎng)絡(luò),在線考試系統(tǒng),JSP,Struts框架

          ABSTRACT

           Nowadays, invisible internet is flourishing and used in many field of our life and work, it has changed and replaced the essence of original business model. What more, many companies have raised the attention to advance their employees’ ability and to assess the staff. The companies prefer to take the mean of examination to appraise their new employees. Although the traditional paper exam is helpful, it has many problems and shortcomings obviously. So, base on above discussion , making a JSP corporation on- line exam system is just an effective platform to aid employees to study or advance their ability.
           This paper introduces the concept of the on line exam system, how to use JSP+ Struts framework to design, construct the system and achieve its functions, how to use database to work in this system. The point of the paper is the structure of system, the design of every function model, and an effective working with inner pages and procedures.

           Keywords: invisible internet, on-line exam system, JSP, Struts framework.
           
            目錄

          摘要 I
          ABSTRACT II
          第1章 緒論 1
           1.1 背景 1
           1.2 研究內(nèi)容與意義 2
          第2章 JSP開發(fā)運(yùn)行環(huán)境構(gòu)建 4
           2.1 安裝JDK 4
           2.2 安裝和測試tomcat 4
           2.3 安裝mysql數(shù)據(jù)庫 5
           2.4 安裝開發(fā)工具eclipse + myeclipse 6
           2.5安裝dreamweaver網(wǎng)頁編輯器 6
           2.6小結(jié) 6
          第3章 系統(tǒng)分析與總體設(shè)計(jì) 7
           3.1 系統(tǒng)主要技術(shù)簡介  7
           3.1.1 JSP技術(shù) 7
           3.1.2 B/S模式 8
           3.1.3 JSP + STRUTS開發(fā)框架 9
           3.1.4 TOMCAT + JSP + MYSQL系統(tǒng)架構(gòu) 11
           3.2 系統(tǒng)功能描述 11
           3.3 系統(tǒng)結(jié)構(gòu)設(shè)計(jì) 12
           3.4 系統(tǒng)流程分析 14
           3.5 技術(shù)方案實(shí)現(xiàn) 17
           3.6 系統(tǒng)配置 22
           3.6 系統(tǒng)配置 33
          第4章 數(shù)據(jù)庫設(shè)計(jì)與實(shí)現(xiàn) 25
           4.1 數(shù)據(jù)庫需求分析 25
           4.2 數(shù)據(jù)庫表結(jié)構(gòu)設(shè)計(jì) 26
           4.3 數(shù)據(jù)庫連接池配置 30
          第5章 系統(tǒng)功能模塊模塊設(shè)計(jì)與實(shí)現(xiàn) 33
           5.1 試卷管理模塊設(shè)計(jì) 33
           5.1.1 題庫管理模塊設(shè)計(jì) 33
           5.1.2 試卷管理模塊設(shè)計(jì) 37
           5.2 人員管理模塊設(shè)計(jì) 40
           5.2.1 新增人員模塊設(shè)計(jì) 40
           5.2.2 人員維護(hù)管理模塊設(shè)計(jì) 40
           5.3 考務(wù)管理模塊設(shè)計(jì) 41
           5.3.1 啟動(dòng)試卷模塊設(shè)計(jì) 41
           5.3.2 在線監(jiān)控管理模塊設(shè)計(jì) 42
           5.3.3 考卷平分模塊設(shè)計(jì) 43
           5.3.4 考試分析管理模塊設(shè)計(jì) 43
           5.4 考試管理模塊設(shè)計(jì) 44
           5.4.1 登陸模塊設(shè)計(jì) 44
           5.4.2 參加考試模塊設(shè)計(jì) 45
           5.4.3 考卷成績查詢模塊設(shè)計(jì) 46
           5.4.4 考生信息維護(hù)模塊設(shè)計(jì) 46
          第6章 小結(jié) 47
          致謝 49
          參考文獻(xiàn) 49


          相關(guān)論文
          本論文在計(jì)算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點(diǎn)論文格式范文查看
          上一篇:基于Java的記憶測試游戲 下一篇:JSP在線企業(yè)考試系統(tǒng)
          Tags:利用 JSP Struts 框架 設(shè)計(jì) 在線考試 系統(tǒng) 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計(jì)算機(jī)論文
          推薦文章

          本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請聯(lián)系指出,本站及時(shí)確認(rèn)刪除 E-mail:349991040@qq.com

          論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計(jì)算機(jī)論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

          Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號

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

          论文格式网:毕业论文格式范文
          <fieldset id="qeici"><menu id="qeici"></menu></fieldset>
        • <ul id="qeici"></ul>
          <fieldset id="qeici"><menu id="qeici"></menu></fieldset>
          <strike id="qeici"></strike>
        • <del id="qeici"></del>
          <fieldset id="qeici"></fieldset>