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

正文內(nèi)容

互聯(lián)網(wǎng)在線(xiàn)交易系統(tǒng)設(shè)計(jì)書(shū)(存儲(chǔ)版)

  

【正文】 char(512)/類(lèi)別說(shuō)明l 商品表(product)字段名稱(chēng)類(lèi) 型約 束描 述product _idintegerauto_increment/pk商品idname varchar(50)not null商品名basePricenumeric(12,2)not null價(jià)格category_idinteger/類(lèi)別idimagesvarchar(128)/圖片descriptionvarchar(512)/商品描述l 用戶(hù)表(users)字段名稱(chēng)類(lèi) 型約 束描 述usernamevarchar(50)pk用戶(hù)名password varchar(50)not null密碼varchar(50)not null郵箱mobtelephonevarchar(50)/電話(huà)stateintegernot null用戶(hù)狀態(tài)(0已驗(yàn)證、1未驗(yàn)證)confirmcodevarchar(50)not null驗(yàn)證碼l 訂單狀態(tài)表(orderstatus)字段名稱(chēng)類(lèi) 型約 束描 述orderstatus_idintegerpk狀態(tài)idnamevarchar(50)not null狀態(tài)名稱(chēng)descriptionvarchar(50)/狀態(tài)描述l 付款方式表(payway)字段名稱(chēng)類(lèi) 型約 束描 述payway_idintegerpk付款方式idpaystylevarchar(64)not null付款類(lèi)型l 訂單表(orders)字段名稱(chēng)類(lèi) 型約 束描 述orders_idintegerauto_increment/pk訂單idusername varchar(20)not null用戶(hù)名稱(chēng)payway_idinteger/l付款方式idorderstatus_idinteger)/訂單狀態(tài)idnamevarchar(20)/訂單名稱(chēng)costnumeric(15,3)not null訂單金額l 訂單項(xiàng)表(orderline)字段名稱(chēng)類(lèi) 型約 束描 述orderline_idintegerauto_increment/pk訂單項(xiàng)idorders_id integernot null訂單idproduct_idintegernot null商品idamountnumeric(20,2)not null商品數(shù)量5. 圖形用戶(hù)界面設(shè)計(jì) 交易系統(tǒng)界面設(shè)計(jì)216。216。 功能概述登陸用戶(hù),從商品明細(xì)畫(huà)面,添加一個(gè)商品到購(gòu)物車(chē)。 組件定義View/shopcart/ActionShopCartMappingDispatchActionmodifyNumber方法ServiceShoppingCart購(gòu)物車(chē)Dao216。216。 功能概述未注冊(cè)用戶(hù),注冊(cè)成為系統(tǒng)交易用戶(hù)。 組件定義View/user/ActionUserMappingDispatchActionchangePwd 方法ServiceUserBusinessImpl用戶(hù)管理實(shí)現(xiàn)類(lèi)Dao 管理系統(tǒng)界面設(shè)計(jì)216。216。 功能概述管理員登出。 組件定義View/user/ActionUserMappingDispatchActionDelete方法ServiceUserBusinessImpl用戶(hù)管理業(yè)務(wù)實(shí)現(xiàn)類(lèi)DaoUserDAOImpl用戶(hù)管理數(shù)據(jù)操作類(lèi) 用戶(hù)層設(shè)計(jì)用戶(hù)層是提供給用戶(hù)操作的界面,用戶(hù)可填寫(xiě)數(shù)據(jù),發(fā)出請(qǐng)求以及查看需要的信息等。 UserMappingDispatchAction 用戶(hù)管理核心控制類(lèi)方法名功能描述參數(shù)和返回值異常定義toLogin調(diào)轉(zhuǎn)到登陸畫(huà)面參數(shù)ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse返回值A(chǔ)ctionForwardExceptiontoRegister打起用戶(hù)注冊(cè)頁(yè)面參數(shù)ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse返回值A(chǔ)ctionForwardExceptionregister用戶(hù)注冊(cè)參數(shù)ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse返回值A(chǔ)ctionForwardExceptionlogin用戶(hù)登錄參數(shù)ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse返回值A(chǔ)ctionForwardExceptionmanager管理員用戶(hù)登錄參數(shù)ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse返回值A(chǔ)ctionForwardExceptionlistAllUser查找所有用戶(hù)得到用戶(hù)列表參數(shù)ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse返回值A(chǔ)ctionForwardExceptionquery查詢(xún)用戶(hù)參數(shù)ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse返回值A(chǔ)ctionForwardExceptionmodifyr編輯個(gè)人信息參數(shù)ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse返回值A(chǔ)ctionForwardExceptionchangePwd修改個(gè)人密碼參數(shù)ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse返回值A(chǔ)ctionForwardExceptionlogout用戶(hù)退出參數(shù)ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse返回值A(chǔ)ctionForwardExceptionusernameValidateAJAX 檢查用戶(hù)名是否存在(用戶(hù)注冊(cè)時(shí))參數(shù)ActionMapping,
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1