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

正文內(nèi)容

圖書管理系統(tǒng)—流通模塊的設(shè)計(jì)與實(shí)現(xiàn)畢業(yè)論文-資料下載頁(yè)

2025-06-23 06:38本頁(yè)面
  

【正文】 d /tr /table /form % String message = (String)(message)。 if(message!=null){ % centerfont color=red size=3%= message %/font/center % } % /div div id=message提示:brbr li輸入圖書信息請(qǐng)認(rèn)真填寫/librbr li圖書編號(hào)和ISBN號(hào)應(yīng)為數(shù)字組成,不得包含其他字符/librbr li添加圖書后,圖書的購(gòu)進(jìn)時(shí)間默認(rèn)為當(dāng)前日期,狀態(tài)為在館/librbr /div /div /body/html 用戶借書界面代碼實(shí)現(xiàn):%@ page contentType=text/html。charset=gbk%%@ page import=.*,%html head link href=/images/ type=text/css rel=stylesheet script type=text/javascript src=/images//script script type=text/javascript function checkBorrow(){ var stuNO = 。 var bNO = 。 var reg = /^\d*$/。 if(()==){ alert(學(xué)生學(xué)號(hào)不得為空?。?!)。 return。 } if(!(stuNO)){ alert(學(xué)號(hào)格式不對(duì))。 return。 } if(()==){ alert(圖書編號(hào)不得為空?。?!)。 return。 } if(!(bNO)){ alert(圖書編號(hào)號(hào)格式不對(duì))。 return。 } ()。 } /script /head body % User user = (User) (user)。 if (null == user) { ()。 } % div id=Menu %@ include file= % /div div id=info_table centerbrbrfont size=4圖書借閱/center form name=borrow action=/LibraryDemo/BorrowManage/borrow method=post input type=hidden name=action value=borrow_book table align=center tr td align=right請(qǐng)輸入學(xué)號(hào):/td tdinput type=text name=stuNO//td /tr tr td align=right請(qǐng)輸入圖書編號(hào):/td tdinput type=text name=bNO/td /tr tr td/td td align=right ! input type=button value=提交 onclick=checkBorrow() img src=/images/ id=tja onclick=checkBorrow() onmouseover==39。/images/39。 onmouseout==39。/images/39。 onmousedown==39。/images/39。 style=cursor:hand/ /td /tr % String message = (String)(message)。 if(message!=null){ % tr td colspan=2centerfont color=red size=3 %= message %/center /font/td /tr % } % /table /form /div /body/html 用戶還書界面代碼實(shí)現(xiàn):%@ page contentType=text/html。charset=gbk%html head link href=/images/ type=text/css rel=stylesheet script type=text/javascript src=/images//script script type=text/javascript function checkReturn(){ var bNO = 。 var reg = /^\d*$/。 if(()==){ alert(圖書編號(hào)不得為空?。?!)。 return。 } if(!(bNO)){ alert(圖書編號(hào)號(hào)格式不對(duì))。 return。 } ()。 } /script /head body div id=Menu %@ include file= % /div div id=info_table centerbrbrfont size=4圖書歸還/center form name=rebook action=BorrowManage/return method=post input type=hidden name=action value=return_book table align=center tr td align=right請(qǐng)輸入圖書編號(hào):/td tdinput type=text name=bNO/td /tr tr td/td td align=right ! input type=button value=提交 onclick=checkReturn() img src=/images/ id=tja onclick=checkReturn() onmouseover==39。/images/39。 onmouseout==39。/images/39。 onmousedown==39。/images/39。 style=cursor:hand/ /td /tr % String message = (String)(message)。 if(message!=null){ % tr td colspan=2centerfont color=red size=3 %= message %/center /font/td /tr % } % /table /form /div /body/html 繳納罰款界面代碼實(shí)現(xiàn):%@ page contentType=text/html。charset=gbk%html head link href=/images/ type=text/css rel=stylesheet script type=text/javascript src=/images//script script type=text/javascript function checkAmer(){ var stuNo = 。 var reg = /^\d*$/。 if(()==){ alert(學(xué)生學(xué)號(hào)不得為空?。?!)。 return。 } if(!(stuNo)){ alert(學(xué)號(hào)格式不對(duì))。 return。 } ()。 } /script /head body div id=Menu %@ include file= % /div div id=info_table centerbrbrfont size=4罰款繳納/center form name=amerce action=/LibraryDemo/BorrowManage/amerce method=post input type=hidden name=action value=get_amer_list table align=center tr td align=right請(qǐng)輸入學(xué)生學(xué)號(hào):/td tdinput type=text name=stuNo/td /tr tr td/td td align=right ! input type=button value=查詢 onclick=checkAmer() img src=/images/ id=tja onclick=checkAmer() onmouseover==39。/images/39。 onmouseout==39。/images/39。 onmousedown==39。/images/39。 style=cursor:hand/ /td /tr % String message = (String)(message)。 } % /table /form /div /body/html 6系統(tǒng)調(diào)試與測(cè)試 測(cè)試的主要方法系統(tǒng)采用的測(cè)試方法是黑盒測(cè)試法,運(yùn)用等價(jià)類劃分的方法來(lái)設(shè)計(jì)測(cè)試用例。黑盒測(cè)試法是把被測(cè)試對(duì)象看成一個(gè)黑盒子,測(cè)試人員完全不考慮程序的內(nèi)部結(jié)構(gòu)和處理過(guò)程,只在軟件的接口出進(jìn)行測(cè)試,依據(jù)需求說(shuō)明書,檢查程序是否滿足功能要求。所以,黑盒測(cè)試又稱為功能測(cè)試或數(shù)據(jù)驅(qū)動(dòng)測(cè)試。 管理員登陸測(cè)試測(cè)試對(duì)象 測(cè)試用戶名數(shù)據(jù) 測(cè)試密碼數(shù)據(jù) 預(yù)期結(jié)果 測(cè)試結(jié)果管理員編號(hào)密碼 不輸入 不輸入 請(qǐng)?zhí)顚懹脩裘? 請(qǐng)?zhí)顚懹脩裘芾韱T編號(hào)密碼 輸入admin 不輸入 請(qǐng)?zhí)顚懨艽a 請(qǐng)?zhí)顚懨艽a管理員編號(hào)密碼 不輸入 輸入123456 請(qǐng)?zhí)顚懹脩裘? 請(qǐng)?zhí)顚懹脩裘芾韱T編號(hào)密碼 輸入admin 輸入123456 登錄成功 登錄成功管理員編號(hào)密碼 輸入admm 輸入123456 用戶名或密碼錯(cuò)誤 用戶名或密碼錯(cuò)誤 重置管理員密碼測(cè)試測(cè)試對(duì)象 測(cè)試用戶名數(shù)據(jù) 測(cè)試密碼數(shù)據(jù) 預(yù)期結(jié)果 測(cè)試結(jié)果管理員編號(hào)密碼 不輸入 不輸入 請(qǐng)?zhí)顚懹脩裘? 請(qǐng)?zhí)顚懹脩裘芾韱T編號(hào)密碼 輸入admin 不輸入 請(qǐng)?zhí)顚懨艽a 請(qǐng)?zhí)顚懨艽a管理員編號(hào)密碼 不輸入 輸入123456 請(qǐng)?zhí)顚懹脩裘? 請(qǐng)?zhí)顚懹脩裘芾韱T編號(hào)密碼 輸入admin
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1