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

正文內(nèi)容

倉(cāng)庫(kù)查詢系統(tǒng)—畢業(yè)設(shè)計(jì)論文(文件)

 

【正文】 詢的產(chǎn)品型號(hào),再點(diǎn)擊“搜索”按鈕即可; 如果是管理級(jí)別登錄,則可以對(duì)搜索結(jié)果中的產(chǎn)品進(jìn)行修改和刪除;方法是:在搜索結(jié)果中,點(diǎn)擊相應(yīng)產(chǎn)品信息后面的“編輯”圖標(biāo),則會(huì)在頁(yè)面中出現(xiàn)“編輯庫(kù)存信息”的表單,更改后,點(diǎn)擊“修改”按鈕;如果想刪除該產(chǎn)品的記錄,或某產(chǎn)品在庫(kù)存中已無存貨,則直接點(diǎn)擊相應(yīng)產(chǎn)品后的“刪除”圖標(biāo),即可。 : 管理級(jí)用戶查詢頁(yè)面,對(duì)查詢結(jié)果可編輯 操作說明: 查詢結(jié)果顯示頁(yè)面,僅供查看。測(cè)試的目的就是在軟件投入生產(chǎn)性運(yùn)行之前,盡可能多地發(fā)現(xiàn)軟件中的錯(cuò)誤。 與開發(fā)過程類似,測(cè)試過程也必須分步驟進(jìn)行,每個(gè)步驟在邏輯上是前一個(gè)步驟地繼續(xù)。在單元測(cè)試中可以采用功能性測(cè)試和結(jié)構(gòu)性測(cè)試兩種。 十四、代碼設(shè)計(jì) 部分功能函數(shù)說明: a、驗(yàn)證用戶登錄 代碼說明 % sub chk_sub 39。判斷是否輸入了空的密碼 % script alert(請(qǐng)輸入密碼! )。trim((username))amp。(password)amp。 /script % elseif not and not then if rs(level)=1 or rs(level)=2 or rs(level)=3 then 39。創(chuàng)建用戶 COOKIES 信息 (userid)=rs(id) () 39。分頁(yè)代碼部分 dim total_record,currentpage const MaxPerpage=10 39。如果當(dāng)前是第一頁(yè) 則顯示前面的記錄 show_content 39。獲取當(dāng)前記錄讀取位置 show_content show_page total_record,Maxperpage 39。初始化記數(shù)器 do while not 39。39。39。39。39。39。記數(shù)器和顯示記錄條數(shù)同步 if i=Maxperpage then exit do 39。翻頁(yè)菜單過程定義 dim file_url 39。計(jì)算總共的頁(yè)數(shù) total_page=total_record \ Maxperpage else total_page=total_record \ Maxperpage+1 end if % p/p table width=439 height=36 border=0 align=center class=12 tr td width=141table width=141 border=0 cellspacing=1 class=12 tr td class=12 %if currentpage2 then% 第一頁(yè) %else% a href=39。%=file_url%?id=%=id%amp。page=%=currentpage+1%39。 class=12font color=FF0000最后一頁(yè) /font/a %end if% /span/td /tr /table/td /tr /table %end sub% 源碼: !include file= % if request(action)=chk then 39。判斷是否輸入了空的用戶名 % p class=button script alert(請(qǐng)輸入用戶名! )。定義記錄集對(duì)象和 SQL 語(yǔ)句字符串 set rs=() sql=select * from user_info where username=39。 and password=39。 sql,conn,1,1 39。創(chuàng)建用戶 COOKIES 信息 (userid)=rs(id) () 39。創(chuàng)建連接對(duì)象 connstr=Provider=。判斷是否正常登錄,如果沒有正常登錄則退回登錄頁(yè)面 () 39。(user)amp。打開查詢 % html head title賽格網(wǎng)絡(luò)-普通用戶 /title meta equiv=ContentType content=text/html。39。創(chuàng)建記錄集對(duì)象 sql=select * from ck order by update_time desc39。將總記錄條數(shù)賦給變量 total_record currentpage=request(page) 39。調(diào)用過程,以顯示翻頁(yè)菜單 else (currentpage1)*Maxperpage 39。定義顯示產(chǎn)品信息的表格框過程 dim I 39。記數(shù)器和顯示記錄條數(shù)同步 if i=Maxperpage then exit do 39。翻頁(yè)菜單過程定義 dim file_url 39。計(jì)算總共的頁(yè)數(shù) total_page=total_record \ Maxperpage else total_page=total_record \ Maxperpage+1 end if % p/p table width=439 height=36 border=0 align=center class=12 tr td width=141table width=141 border=0 cellspacing=1 class=12 tr td class=12 %if currentpage2 then% 第一頁(yè) %else% a href=39。%=file_url%?id=%=id%amp。page=%=currentpage+1%39。 class=12font color=FF0000最后一頁(yè) /font/a %end if% /span/td /tr /table/td /tr /table %end sub% /body /html script function MM_openBrWindow(theURL,winName,features) { //用于彈出頁(yè)面函數(shù) (theURL,winName,features)。定義記錄集和 SQL 字符串 set rs1=() 39。39。 charset=gb2312 link href= rel=stylesheet type=text/css /head body br table width=760 height=55 border=0 align=center cellpadding=0 cellspacing=1 bgcolor=006600 tr td height=25 bgcolor=FFFFFF class=12 -- 歡 迎 font color=006600%=rs1(username)%/font 登陸,部門: font color=006600%=rs1(department)%/font 職務(wù): font color=006600%=rs1(job)%/font [a href= onclick=javascript:(39。,39。如果是 則調(diào)用編輯過程 elseif request(action)=add then 39。amp。amp。amp。amp。如果是 則向數(shù)據(jù)庫(kù)新增 elseif request(action)=editsave then 39。39。39。39。39。39。判斷是否請(qǐng)求刪除記錄 (delete 。request(id)) 39。amp。amp。amp。amp。amp。39。39。39。39。如果是 則調(diào)用添加過程 elseif request(action)=addsave then 39。)修改登陸密碼 /a] [a href=退出系統(tǒng) /a]/td /tr tr td bgcolor=FFFFFF class=12 您可以: [a href=?action=add添加庫(kù)存信息 /a]/td /tr /table form action= method=post name=search1 id=search1 table width=461 height=30 border=0 align=center cellpadding=0 cellspacing=1 bgcolor=333333 class=12 tr td bgcolor=FFFFFF img src=image/ width=15 height=15 align=bottom 請(qǐng)輸入產(chǎn)品關(guān)鍵字: input name=txtkey type=text class=txt id=txtkey size=25 input name=Submit type=submit class=button value=搜索 /td /tr /table /formbr % if request(action)=edit then 39。,39。賦予 SQL 字符串 sql1,conn,1,1 39。amp。判斷是否正常登錄,如果沒有正常登錄則退回登錄頁(yè)面 () 39。%=file_url%?id=%=id%amp。font color=FF0000上一頁(yè) /font/a/span/td %end if% /tr /table/td td width=125div align=justifyfont color=FF0000 span class=12共/span/fontspan class=12%=total_record%font color=FF0000條 /font font color=FF0000 共分 /font%=total_page%font color=FF0000 頁(yè)/font /span/div/td td width=159table width=159 border=0 cellpadding=0 cellspacing=1 class=12 tr td width=73 %if total_pagecurrentpage1 then% span class=12下一頁(yè) %else% a href=39。page=139。方便后面使用 dim total_page 39。移動(dòng)到下一條記錄 loop 39。初始化記數(shù)器 do while not 39。獲取當(dāng)前記錄讀取位置 show_content show_page total_record,Maxperpage 39。如果當(dāng)前是第一頁(yè) 則顯示前面的記錄 show_content 39。分頁(yè)代碼部分 dim total_record,currentpage const MaxPerpage=10 39。width=450,height=150,top=300,left=300,scrollbars=yes39。39。 39。創(chuàng)建記錄集對(duì)象 sql1=select * from user_info where username=39。(data/) connstr39。創(chuàng)建用戶 COOKIES 信息 (userid)=rs(id) () 39。 /script % elseif not and not then if rs(level)=1 or rs(leve
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1