freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

網(wǎng)上問卷調(diào)查管理系統(tǒng)-wenkub

2023-04-27 08:14:45 本頁面
 

【正文】 der to improve the quality of teaching, in order to solve this phenomenon on the development of this Online Survey System. This online survey system is modular objectoriented design, has the following functions: to initiate an investigation, fill out surveys to see progress in pleting investigations, the conclusion of the investigation, the audit investigation to see investigation, survey generated statements, and other functions, thereby greatly increasing the efficiency of teaching. Online survey system to greatly enhance the work efficiency, while making the paperless office is not far away from us, significantly saving the investigating officers of the various human resources, students would be timely to reflect the problems reported to the teaching sector, so that teaching departments for students The request will further improve teaching methods, greatly improving the quality of teaching and teaching efficiency.Key words: MVC、Struts、Hibernate JSP+Servlet、Oracle、java 目 錄摘 要 1Abstract 2目 錄 3前 言 1第1章 系統(tǒng)概述及可行性分析 2 2 Admin模塊 2 Manager模塊 2 Teacher模塊 2 可行性分析 2 2 3 3第2章 系統(tǒng)總體設(shè)計(jì) 4 4 4 5第3章 系統(tǒng)數(shù)據(jù)庫設(shè)計(jì) 6 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(jì) 6 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) 8第4章 系統(tǒng)的具體實(shí)現(xiàn)實(shí)現(xiàn) 9 登錄的實(shí)現(xiàn)以admin身份登錄 9第5章 關(guān)鍵技術(shù)及系統(tǒng)安全性能 35 35 35結(jié) 論 36附 錄 36給予系統(tǒng)初始用戶名和密碼:用戶名lith密碼lith; 36謝 辭 37參考文獻(xiàn) 1前 言近幾年來,隨著教育培訓(xùn)機(jī)構(gòu)不斷增多,規(guī)模不斷變大,人員不斷的增多,以致于給人工問卷考核帶來嚴(yán)重的不變,無法將學(xué)員反映的信息反映給授課教師,無法讓老師及時(shí)根據(jù)學(xué)員的需求而將教學(xué)方式進(jìn)行調(diào)整,而且這種考核效率很差,浪費(fèi)了大量的人力資源和物質(zhì),以至于教學(xué)質(zhì)量逐漸下降,公司開支增多,使公司面臨著隱藏的生存危機(jī)。第3章介紹了本系統(tǒng)的數(shù)據(jù)庫的設(shè)計(jì)。 Admin模塊該模塊有以下功能:. 開始調(diào)查:發(fā)起一項(xiàng)新的調(diào)查。. 查看調(diào)查:查看所有已審或未審調(diào)查。接下來介紹的任何操作均需要先成功登錄。 可行性分析運(yùn)用Sun公司開發(fā)的J2EE體系結(jié)構(gòu),采用MVC三層架構(gòu)的模式,在設(shè)計(jì)模式上,將使用當(dāng)前流行的Struts框架,采用Hibernate作為ORM框架,J2EE是一種利用Java 2平臺來簡化企業(yè)解決方案的開發(fā)、部署和管理相關(guān)的復(fù)雜問題的體系結(jié)構(gòu)。在視圖層,Struts能夠與JSP, Velocity Templates,XSL等等這些表示層組件想結(jié)合。此系統(tǒng)完全由我們幾個(gè)學(xué)生在業(yè)余時(shí)間開發(fā)的,只是象征性的收取了一點(diǎn)報(bào)酬。普通管理員登錄 審核調(diào)查搜索調(diào)查統(tǒng)計(jì)報(bào)表密碼修改 超級管理員登錄 老師管理 調(diào)查搜索調(diào)查管理班級管理課程管理管理員管理 搜索調(diào)查課程列表增加課程管理員列表增加管理員增加班級班級列表開始調(diào)查管理調(diào)查增加老師老師列表 圖23 系統(tǒng)數(shù)據(jù)流程圖第3章 系統(tǒng)數(shù)據(jù)庫設(shè)計(jì) 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(jì)數(shù)據(jù)庫在信息系統(tǒng)中占有及其重要的地位,數(shù)據(jù)庫結(jié)構(gòu)設(shè)計(jì)的好壞關(guān)系到系統(tǒng)的運(yùn)行效率、存儲數(shù)據(jù)的效率、系統(tǒng)的復(fù)雜程度等,合理的數(shù)據(jù)庫結(jié)構(gòu)設(shè)計(jì)可以提高系統(tǒng)性能。各個(gè)數(shù)據(jù)表的字段設(shè)置如下表所示:表31 用戶信息表字段號字段名 類型寬度小數(shù)索引1用戶Id數(shù)值型4主鍵2用戶姓名字符型20唯一3用戶密碼字符型304角色標(biāo)志字符型30表32 課程信息表字段號字段名 類型寬度小數(shù)索引1課程Id數(shù)值型2主鍵2課程名字字符型303課程描述字符型50表33 班級信息表字段號字段名 類型寬度小數(shù)索引1班級Id數(shù)值型3主鍵2班級名字字符型303班級類型字符型20表34 調(diào)查后問卷信息表字段號字段名 類型寬度小數(shù)索引1問卷Id數(shù)值型10主建2被調(diào)查老師的Id數(shù)值型4外鍵3被調(diào)查課程的Id數(shù)值型2外鍵4被調(diào)查班級的Id數(shù)值型3外鍵5被調(diào)查人的Id數(shù)值型4外鍵6調(diào)查的日期日期型7提交的人數(shù)數(shù)值型28問卷創(chuàng)建日期日期型9參與調(diào)查人數(shù)字符型2 10問卷平均分?jǐn)?shù)值型211問卷總分問卷總分512問卷是否提交字符型1表35 在線問卷調(diào)查信息表字段號字段名 類型寬度小數(shù)索引1在線問卷Id數(shù)值型10 主鍵2問卷Id數(shù)值型10外鍵3不會的問題字符型40004問卷是否提交過字符型15此問卷平均分?jǐn)?shù)值型36對教師的意見字符型40007問卷每道題目分?jǐn)?shù)數(shù)值型1第4章 系統(tǒng)的具體實(shí)現(xiàn)實(shí)現(xiàn) 登錄的實(shí)現(xiàn)以admin身份登錄在瀏覽器地址欄鍵入以下地址: ://localhost/poll/(實(shí)際使用時(shí)將localhost換成poll系統(tǒng)(教師課程調(diào)查系統(tǒng))安裝所在機(jī)器IP以及端口號,:8080), 輸入以下內(nèi)容:用戶名:lith 密碼:lith(默認(rèn)初始密碼)身份:admin 。import 。import 。import .*。public class LoginAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { PersonForm personForm = (PersonForm) form。t39。 (findTeacher is +(session, ()))。 ().equals(())) { ().setAttribute(, aTeacher)。m39。 Manager aManager = (session, ())。 return new ActionForward(, true)。: Admin admin = new Admin()。 if (aAdmin != null amp。 } break。 }}. 調(diào)查管理模塊的設(shè)計(jì) 準(zhǔn)備開始調(diào)查功能的設(shè)計(jì)當(dāng)點(diǎn)擊開始調(diào)查時(shí)就進(jìn)入preStartPollAction中,這個(gè)Action將所有的班機(jī),課程和老師查詢出來,讓超級管理員對調(diào)查問卷進(jìn)行設(shè)置,設(shè)置完之后開一正式開始調(diào)查,其中準(zhǔn)備調(diào)查部分代碼如下:圖 42 開始準(zhǔn)備調(diào)查界面package 。import 。import 。public class PreStartPollAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { Session session = (Session)()。 ServletContext servletContext = () .getServletContext()。 return (return)。import 。import 。import .*。 Integer teacherID = new Integer((teacherID))。 Map classesMap = (Map)()。 Classes classes = (Classes)(classesID)。 (new ())。public ActionForward end(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { ServletContext servletContext = () .getServletContext()。 Set pollLineSet = ()。 if (().equals(y)) { availableNum++。 (new Integer((int)totalScore))。 Session session = (Session)()。 ()。 return (return)。 Map clientIPMap = (Map) servletContext .getAttribute()。 saveErrors((), errors)。圖44 搜索調(diào)查的界面 調(diào)查搜索模塊 準(zhǔn)備搜索調(diào)查部分當(dāng)點(diǎn)擊搜索調(diào)查時(shí),進(jìn)入preSerarchPollAction中,這個(gè)Action查詢出所有的老師,所有的課程和班級信息,讓用戶根據(jù)查詢到的信息進(jìn)行操作,然后跳轉(zhuǎn)到/poll/,部分代碼如下:package 。import 。import 。public class PreSearchPollAction extends Actio
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1