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

正文內(nèi)容

畢業(yè)論文---基于bs模式在線考試系統(tǒng)-資料下載頁(yè)

2025-06-06 08:55本頁(yè)面
  

【正文】 html:text property=profession size=40//td /tr 江蘇信息職業(yè)技術(shù)學(xué)院學(xué)位論文 20 tr align=center td width=16% height=30 align=left style=padding:5px。身份證號(hào): /td td width=84% align=left html:text property=cardNo size=40/ */td /tr tr td height=65 align=left style=padding:5px。 /td tdhtml:submit property=submit styleClass=btn_grey value=保存 / html:reset property=reset styleClass=btn_grey value=取消 / html:button property=button styleClass=btn_grey value= 返回 onclick==39。39。/ /td /tr /table /html:form 找回密碼模塊 當(dāng)考生忘記了自己登錄密碼時(shí),可以通過注冊(cè)時(shí)設(shè)置的 提示問題來找回自己的登錄密碼。在考生登錄頁(yè)面中單擊“找回密碼”按鈕,即可進(jìn)入到找回密碼第一步頁(yè)面,用于輸入準(zhǔn)考證號(hào),在該頁(yè)面中輸入準(zhǔn)考證號(hào),如圖 56 所示,單擊“下一步”按鈕,即進(jìn)入到找回密碼的第二步頁(yè)面,用于輸入密碼提示問題答案,在該頁(yè)面的“密碼提示問題”文本框中將顯示的提示問題,在“密碼提示答案”文本框中輸入密碼提示答案,如圖 57 所示,單擊“下一步”按鈕,進(jìn)入到找回密碼第三步頁(yè)面,用于顯示找回的密碼,如圖 58 所示。 圖 56 找回密碼第一步 第 5 章 詳細(xì)設(shè)計(jì) 21 圖 58 找回密碼第三步 圖 57 找回密碼第二步 江蘇信息職業(yè)技術(shù)學(xué)院學(xué)位論文 22 關(guān)鍵代碼如下: //找回密碼(第一步) private ActionForward seekPwd1(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response){ StudentForm studentForm = (StudentForm) form。 StudentForm s=(studentForm)。 (seekPwd2, s)。 if(().equals()){ (error, 您輸入的準(zhǔn)考證號(hào)不存在! )。 return (error)。 }else{ return (seekPwd1)。 } } // 找回密碼(第二步) private ActionForward seekPwd2(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response){ StudentForm studentForm = (StudentForm) form。 StudentForm s=(studentForm)。 (seekPwd3, s)。 if(().equals()){ (error, 您輸入的密碼提示問題的答案不正確!)。 return (error)。 }else{ return (seekPwd2)。 } } html:form action=/manage/?action=seekPwd2 method=post onsubmit=return checkForm(studentForm) table width=57% height=69 border=0 cellpadding=0 cellspacing=0 tr td width=17%img src=Images/ width=73 height=30/td td width=83% class=word_orange1span style=padding:5px。輸入密碼提示問題答案 /span/td /tr /table table width=57% border=0 cellpadding=0 cellspacing=0 bordercolor=FFFFFF bordercolordark=D2E3E6 bordercolorlight=FFFFFF tr align=center 第 5 章 詳細(xì)設(shè)計(jì) 23 td width=22% height=30 align=left style=padding:5px。密碼提示問題: /td td width=78% align=left html:hidden property=ID name=seekPwd2/ html:text property=question size=40 name=seekPwd2 readonly=true/ span class=word_orange1 (只讀) /span /td /tr tr align=center td width=22% height=30 align=left style=padding:5px。密碼提示答案: /td td width=78% align=left html:text property=answer size=40/ span class=word_orange1 */span /td /tr tr td height=65 align=left style=padding:5px。 /td tdhtml:submit styleClass=btn_grey value=下一步 / html:reset styleClass=btn_grey value=取消 / /td /tr /table /html:form 江蘇信息職業(yè)技術(shù)學(xué)院學(xué)位論文 24 在線考試模塊設(shè)計(jì) 考生 在參加考試之前,應(yīng)選擇自己參加考試的科目,當(dāng)選定科目后就開始考試了。對(duì)于選擇科目和與該科目有關(guān)的考試時(shí)間,各種體型的參數(shù)的設(shè)置的代碼如下所示??忌荚嚹K的界面效果圖如圖 59 所示。 關(guān)鍵代碼如下: public class StartExam extends Action { private StartExamDAO startExamDAO = null。 ChStr chStr=new ChStr()。 public StartExam() { = new StartExamDAO()。 } public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { String action = (action)。 //(獲取的查詢字符串: + action)。 if (startExam.equals(action)) { return startExam(mapping, form, request, response)。 圖 59 隨機(jī)抽取試題并顯示試題的運(yùn)行結(jié)果 第 5 章 詳細(xì)設(shè)計(jì) 25 }else if(submitTestPaper.equals(action)){ return submitTestPaper(mapping,form,request,response)。 }else if(showStartTime.equals(action)){//顯示考試計(jì)時(shí) return showStartTime(mapping,form,request,response)。 }else if(showRemainTime.equals(action)){//顯示考試時(shí)間 return showRemainTime(mapping,form,request,response)。 }else{ (error, 操作失敗! )。 return (error)。 } } //計(jì)時(shí) private ActionForward showStartTime(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { HttpSession session = ()。 String startTime=(startTime).toString()。 long a=(startTime)。 long b=new ().getTime()。 int h=(int)((ba)/3600000)。 String hour=(h,2)。 int m=(int)(ba)%3600000/60000。 String minute=(m,2)。 int s=(int)((ba)%3600000)%60000/1000。 String second=(s,2)。 String time=hour+:+minute+:+second。 (showStartTime,time)。 return (showStartTime)。 } //計(jì)算剩余時(shí)間 private ActionForward showRemainTime(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { HttpSession session = ()。 String startTime=(startTime).toString()。 long a=(startTime)。 long b=new ().getTime()。 long r=20*60000(ba1000)。 int h=(int)(r/3600000)。 String hour=(h,2)。 int m=(int)(r)%3600000/60000。 String minute=(m,2)。 int s=(int)((r)%3600000)%60000/1000。 String second=(s,2)。 江蘇信息職業(yè)技術(shù)學(xué)院學(xué)位論文 26 String time=hour+:+minute+:+second。 (showRemainTime,time)。 return (showRemainTime)。 } // 獲取考試題目信息 private ActionForward startExam(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { //(課程 ID:+()+())。 HttpSession session = ()。 if((student)==null || (student).equals()){ return (dealNull)。 //轉(zhuǎn)到前臺(tái)登錄頁(yè)面 }else{ String student=(student).toString()。 //準(zhǔn)考證號(hào) if((lessonID)==null || (lessonID).equals()){ return (dealNull)。 //轉(zhuǎn)到前臺(tái)登錄頁(yè)面 }else{ int lessonID=((lessonID).toString())。 //課程 ID //隨機(jī)抽取試題 int questions=(lessonID)。 //剛開始考試時(shí)保存考試結(jié)果 int ret=(student,lessonID)。 // (剛開始考試時(shí)保存考試結(jié)果: +ret)。
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1