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

正文內(nèi)容

aspnet服裝購(gòu)物網(wǎng)站的設(shè)計(jì)與實(shí)現(xiàn)-資料下載頁(yè)

2024-12-06 01:39本頁(yè)面

【導(dǎo)讀】了操作平臺(tái),inter的產(chǎn)生大大縮短了信息傳遞的時(shí)間。網(wǎng)上商務(wù)逐漸走入。本系統(tǒng)采用技術(shù)作為創(chuàng)建應(yīng)用程序的方式,以C#作為。編程語(yǔ)言,采用SQLServer數(shù)據(jù)庫(kù)作為后臺(tái)數(shù)據(jù)庫(kù)。結(jié)構(gòu)下形成的數(shù)據(jù)驅(qū)動(dòng)的Web應(yīng)用程序。本系統(tǒng)基本遵循了軟件工程方法論進(jìn)。行系統(tǒng)分析、總體設(shè)計(jì)、詳細(xì)設(shè)計(jì)和軟件測(cè)試。實(shí)現(xiàn)了商品信息發(fā)布管理用。戶信息注冊(cè)登陸用戶在線下單購(gòu)物車等功能。

  

【正文】 } } //根據(jù)標(biāo)志判斷是添加還是修改的操作 保存商品信息 if ([ID] != null) { if (FileName == ) { (update spxx set spmc=39。 + + 39。, spjg= + () + ,spjs=39。 + () + 39。,sccj=39。 + () + 39。,spflbh= + + where spbh= + [ID])。 } else { (update spxx set spmc=39。 + + 39。,spjg= + () + ,spjs=39。 + () + 39。,sccj=39。 + () + 39。,spflbh= + + ,sptpwjm=39。 + 第 5 章 系統(tǒng)實(shí)現(xiàn) FileName + 39。 where spbh= + [ID])。 } } else { (insert into spxx(spmc,sptpwjm,spjs,sccj,spflbh,spjg) values(39。 + () + 39。,39。 + FileName + 39。,39。 + () + 39。,39。 + () + 39。, + + , + + ))。 } ((), info, scriptalert(39。 保存成功 !39。)。=39。39。/script)。 } 訂單審核 此模塊可以查看定購(gòu) 商品 的用戶信息,及該用戶定購(gòu) 商品 的詳細(xì)信息,并對(duì)訂單中的 商品 同意預(yù)定。此時(shí)關(guān)聯(lián)用戶信息表和 商品 信息表。如圖: 圖 訂單審核 第 5 章 系統(tǒng)實(shí)現(xiàn) 圖 訂單詳細(xì)信息 核心代碼如下: protected void Page_Load(object sender, EventArgs e) { if (!) { //根據(jù)傳遞的訂單編號(hào) 查詢 顯示訂單主表內(nèi)容 DataTable tmpda = new DataTable()。 tmpda = (select * from hyddhz where ddbh=39。 + [ID].ToString() + 39。)。 if ( 0) { = [0][ddbh].ToString()。 = [0][hydlm].ToString()。 = [0][zsl].ToString()。 = [0][zje].ToString()。 = [0][ddrq].ToString()。 } //控制訂單使用權(quán)限 if ([0][qddd].ToString() != ) { = false。 } tmpda = (select * from hyxx where hydlm=39。 + () + 39。)。 if ( 0) { = [0][ljycj].ToString()。 } 第 5 章 系統(tǒng)實(shí)現(xiàn) //顯示訂單明細(xì)表內(nèi)容 tmpda = (select * from hyddmx,spxx where = and =39。 + [Id].ToString() + 39。)。 = tmpda。 ()。 } } protected void Button1_Click(object sender, EventArgs e) { if (() ()) { ((), info, )。 return。 } //確認(rèn)當(dāng)前的訂單信息 (update hyddhz set qddd=39。同意預(yù)定 39。 where ddbh=39。 + [ID].ToString() + 39。)。 (update hyxx set ljycj= ljycj + + where hydlm=39。 + () + 39。)。 ()。 } 用戶注冊(cè) 此模塊主要是提供新用戶信息注冊(cè)。用戶注冊(cè)信息時(shí),判斷 帳號(hào) ,真實(shí)姓名, 初始預(yù)付金等 是否為空,輸入的密 碼和確認(rèn)密碼是否一致。然后輸入密碼、確認(rèn)密碼、 聯(lián)系電話、家庭 地址 、出生日期等 ,注冊(cè)和返回操作。如圖: 第 5 章 系統(tǒng)實(shí)現(xiàn) 圖 用戶注冊(cè) 核心代碼如下: if (() == ) { ((), info, )。 return。 } if (() == Administrator) { ((), info, )。 return。 } if (() != ()) { ((), info, )。 return。 } if (Session[UserID] == null) { DataTable tmpda = new DataTable()。 第 5 章 系統(tǒng)實(shí)現(xiàn) tmpda = (select * from hyxx where hydlm=39。 + () + 39。)。 if ( 0) { ((), info, )。 return。 } } string ycj = 0。 if (() != ) ycj = ()。 string hydj = 普通會(huì)員 。 if ((ycj) = 500) hydj = VIP 會(huì)員 。 if (Session[UserID] == null) { //添加注冊(cè)的會(huì)員信息到數(shù)據(jù)庫(kù)中 (insert into hyxx(hydlm,mm,xb,xm,dz,dh,sr,Email,ycj,ljycj,sfzh,hydj) + values(39。 + () + 39。,39。 + () + 39。,39。 + + 39。, + 39。 + () + 39。,39。 + () + 39。, + 39。 + () + 39。,39。 + () + 39。, + 39。 + + 39。, + ycj + , + ycj + ,39。 + () + 39。, 39。 + hydj + 39。))。 } else { //更新當(dāng)前的會(huì)員信息 if (() != ********) { (update hyxx set mm=39。 + () + 39。, + xm=39。 + () + 39。,dz=39。 + () + 39。, hydj = 39。 + hydj + 39。, + dh=39。 + () + 39。,sr=39。 + 第 5 章 系統(tǒng)實(shí)現(xiàn) () + 39。, + =39。 + + 39。 where hydlm= 39。 + Session[UserID].ToString() + 39。)。 } else { (update hyxx set + xm=39。 + () + 39。,dz=39。 + () + 39。, hydj = 39。 + hydj + 39。, + dh=39。 + () + 39。,sr=39。 + () + 39。, + =39。 + + 39。 where hydlm= 39。 + Session[UserID].ToString() + 39。)。 } } Session[UserName] = ()。 Session[PersonType] = hydj。 Session[UserID] = ()。 ((), info, )。 購(gòu) 物車 此模塊顯示已經(jīng)選擇完但未生成訂單的 商品 信息列表,顯示此次購(gòu)物的總數(shù)量和總金額??梢詫?duì)其生成定單,刪除操作。如圖: 圖 購(gòu)物車 核心代碼如下: //將購(gòu)物車的當(dāng)前人員的數(shù)據(jù)顯示在當(dāng)前列表中 DataTable tmpda = new DataTable()。 tmpda = (select * from gwcxx,spxx where = and =39。 + Session[UserID].ToString() + 39。)。 if ( 1) 第 5 章 系統(tǒng)實(shí)現(xiàn) (())。 = tmpda。 ()。 //從數(shù)據(jù)庫(kù)中計(jì)算出購(gòu)物車中當(dāng)前人員的總數(shù)量和總金額 tmpda = (select sum(),sum( * ) from gwcxx,spxx where = and =39。 + Session[UserID].ToString() + 39。)。 if ( 0) { = [0][0].ToString()。 = [0][1].ToString()。 } 用戶訂單 此模塊 是用戶將購(gòu)物車?yán)锩娴纳唐飞捎唵谓o管理員,等待確認(rèn)操作,如果當(dāng)前預(yù)付金比購(gòu)買的金額少,則不能購(gòu)買 。如圖: 圖 用戶訂單 核心代碼如下: protected void Page_Load(object sender, EventArgs e) { // 在此處放置 用戶代碼以初始化頁(yè)面 if (!) { DataTable tmpda = new DataTable()。 tmpda = (select * from gwcxx,spxx where = and =39。 + Session[UserID].ToString() + 39。)。 = tmpda。 ()。 [1].Visible = fal
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1