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

正文內(nèi)容

market網(wǎng)上商城購(gòu)物系統(tǒng)-資料下載頁(yè)

2024-12-06 02:48本頁(yè)面

【導(dǎo)讀】最重要的標(biāo)志就是計(jì)算機(jī)的廣泛應(yīng)用。如今社會(huì)上計(jì)算機(jī)應(yīng)用已經(jīng)達(dá)。到非常普及的程度,隨處都可以見到計(jì)算機(jī)的身影。到處可見的網(wǎng)吧,計(jì)算機(jī)如水銀般無(wú)孔不入。而開發(fā)一個(gè)Web應(yīng)用系統(tǒng)是一項(xiàng)浩大的工程,要求設(shè)計(jì)者。能夠提出合理的系統(tǒng)架構(gòu)。所用的資源,提升工作效率。本系統(tǒng)運(yùn)用平時(shí)所學(xué)一些基本技術(shù),自定義控件,達(dá)到了畢業(yè)設(shè)計(jì)的要求,同時(shí)鍛煉了自己的動(dòng)手能力。

  

【正文】 rns/returns public int UserExists(string P_Str_Name,string P_Str_Password) Market 商城購(gòu)物網(wǎng)站 32 { SqlConnection myConn = ()。 SqlCommand myCmd = new SqlCommand(Proc_UserExists, myConn)。 = 。 //添加參數(shù) SqlParameter Name = new SqlParameter(@Name, , 50)。 = P_Str_Name。 (Name)。 //添加參數(shù) SqlParameter Password = new SqlParameter(@Password, , 50)。 = P_Str_Password。 (Password)。 //添加參數(shù) SqlParameter returnValue = (returnValue, , 4)。 = 。 //執(zhí)行存儲(chǔ)過(guò)程 ()。 try { ()。 } catch (Exception ex) { throw (ex)。 } finally { ()。 ()。 } int P_Int_returnValue = (())。 return P_Int_returnValue。 } /// summary /// 獲取會(huì)員信息 /// /summary /// param name=P_Str_Name會(huì)員登錄名 /param /// param name=P_Str_Password會(huì)員登陸密碼 /param /// param name=P_Str_srcTable查詢表信息 /param /// returns/returns public DataSet ReturnUIDs(string P_Str_Name, string P_Str_Password,string P_Str_srcTable) { Market 商城購(gòu)物網(wǎng)站 33 SqlConnection myConn = ()。 SqlCommand myCmd = new SqlCommand(Proc_GetUserInfo, myConn)。 = 。 //添加參數(shù) SqlParameter Name = new SqlParameter(@Name, , 50)。 = P_Str_Name。 (Name)。 //添加參數(shù) SqlParameter Password = new SqlParameter(@Password, , 50)。 = P_Str_Password。 (Password)。 //執(zhí)行過(guò)程 ()。 try { ()。 } catch (Exception ex) { throw (ex)。 } finally { ()。 ()。 } SqlDataAdapter da = new SqlDataAdapter(myCmd)。 DataSet ds= new DataSet()。 (ds, P_Str_srcTable)。 return ds。 } /// summary /// GridView控件的綁定 /// /summary /// param name=gvName控件名字 /param /// param name=P_Str_srcTable綁定信息 /param public void gvBind(GridView gvName, SqlCommand myCmd, string P_Str_srcTable) { SqlDataAdapter da = new SqlDataAdapter(myCmd)。 DataSet ds = new DataSet()。 (ds, P_Str_srcTable)。 Market 商城購(gòu)物網(wǎng)站 34 = [P_Str_srcTable].DefaultView。 ()。 } /// summary /// 判斷有沒有最新的訂單新會(huì)員 /// /summary /// param name=P_Str_ProcName執(zhí)行語(yǔ)句的 204。存儲(chǔ)過(guò)程名 /param /// returns/returns public int IsExistsNI(string P_Str_ProcName) { SqlConnection myConn = ()。 SqlCommand myCmd = new SqlCommand(P_Str_ProcName, myConn)。 = 。 //添加參數(shù) SqlParameter returnValue = (returnValue, , 4)。 = 。 //執(zhí)行過(guò)程 ()。 try { ()。 } catch (Exception ex) { throw (ex)。 } finally { ()。 ()。 } int P_Int_returnValue = (())。 return P_Int_returnValue。 } Market 商城購(gòu)物網(wǎng)站 35 第六 章 總結(jié) 這次畢業(yè)設(shè)計(jì),是對(duì)我三年所學(xué)知識(shí)的重新溫習(xí),我認(rèn)識(shí)到了自身有很多不足。 這次畢業(yè)設(shè)計(jì)的難點(diǎn)在需求分析和數(shù)據(jù)庫(kù)的設(shè)計(jì)上,我從中學(xué)到了很多,因?yàn)橹皼]有類似的項(xiàng) 目經(jīng)驗(yàn),所 以在這里要感謝老師和同學(xué)們對(duì)我的幫助。 此次畢業(yè)設(shè)計(jì)主要用到一些 的基礎(chǔ)知識(shí),系統(tǒng)架構(gòu)上本來(lái)想采用三層架構(gòu),但是為了簡(jiǎn)化開發(fā),還是采用了兩層架構(gòu) —— 數(shù)據(jù)訪問層,界面 amp。業(yè)務(wù)邏輯層。 由于時(shí)間和技術(shù)上的原因 ,這次畢業(yè)設(shè)計(jì)完成的也比較倉(cāng)促,測(cè)試不足。有些功能模塊的功能可能不夠完善,壓力測(cè)試也不足??傮w來(lái)說(shuō)只能算是 基本完成網(wǎng)站需求設(shè)計(jì)時(shí)的功能。 前臺(tái)頁(yè)面布局采用應(yīng)用母版頁(yè)的方式,后臺(tái)采用框架布局,但是界面上也有一些未處理完的問題,比如查看購(gòu)物車信息時(shí)候的母版頁(yè)邊框顯示問題,歸根結(jié)底還是因?yàn)榻缑娌?局功夫不夠深。 在業(yè)務(wù)邏輯方面也有一些問題,比如購(gòu)物車結(jié)賬的時(shí)候,如果后臺(tái)配送方式添加數(shù)據(jù)不足時(shí),購(gòu)物就會(huì)失敗。 數(shù)據(jù)訪問方面,應(yīng)用了大量的存儲(chǔ)過(guò)程,以提高數(shù)據(jù)訪問的速度。提高了我對(duì)存儲(chǔ)過(guò)程的使用技巧和書寫方式。 通過(guò)本次畢業(yè)設(shè)計(jì),使我的動(dòng)手能力提高很多,同時(shí)發(fā)現(xiàn)了自己很多不足之處。今后我會(huì)繼續(xù)努力,爭(zhēng)取更大的進(jìn)步,相信明天會(huì)更好! Market 商城購(gòu)物網(wǎng)站 36 參考文獻(xiàn) [1] 洪著財(cái) , 史金飛 , 張志勝 . 基于 XML的動(dòng)態(tài)質(zhì)量信息表達(dá)方法的研究 . 制造業(yè)自動(dòng)化 ,2021, 26(1): 58 [2] 吳偉敏. UML建模工具的比較 —— ROSE, Visio,和 PowerDesigner.現(xiàn)代計(jì)算機(jī), 2021,6(下半月版 ): 3235,56 [3] 蔡敏,徐慧慧,黃炳強(qiáng). UML基礎(chǔ)與 Rose建模教程.北京:人民郵電出版社, 2021,294312 [4] 鄧景毅.在 ERP實(shí)施中用 Microsoft Visio創(chuàng)建企業(yè)的業(yè)務(wù)流程圖.電腦學(xué)習(xí), 2021, 5:3940 [5] 牛俊慧,張紅光,牛會(huì)麗.基于 MVC模式的電子商務(wù)平臺(tái)構(gòu)造技術(shù)研究.計(jì)算機(jī)工程與設(shè)計(jì), 2021, 27(23): 44794481 [6] 尤瀾濤,韓月娟,孔芳.基于 B/S的統(tǒng)一基礎(chǔ) 數(shù)據(jù)表管理模塊的設(shè)計(jì)與實(shí)現(xiàn).計(jì)算機(jī)與現(xiàn)代化, 2021, 12: 3133,37 [7] Ted N. Husted, CedricDumoulin, GeeFranciscus, David Winterfeldt. Struts in ActionBuilding web applications with the leading Java framework. Greenwich CT US:Manning Publications,2021:120350 [8] Market 商城購(gòu)物網(wǎng)站 37 附錄 Overview is a unified Web development model that includes the services necessary for you to build enterpriseclass Web applications with a minimum of coding. is part of the .NET Framework, and when coding applications you have access to classes in the .NET Framework. You can code your applications in any language patible with the mon language runtime (CLR), including Microsoft Visual Basic and C. These languages enable you to develop applications that benefit from the mon language runtime, type safety, inheritance, and so on. Testing and Debugging Visual Web Developer provides an ideal environment in which to build Web sites and then publish them to a hosting site. Using the development tools in Visual Web Developer, you can develop Web pages on your own puter. Visual Web Developer includes a local Web server that provides all the features you need to test and debug Web pages, without requiring Inter Information Services (IIS) to be installed. When your site is ready, you can publish it to the host puter using the builtin Copy Web tool, which transfers your files when you are ready to share them with others. Alternatively, you can prepile and deploy a Web site by using the Build Web Site mand. The Build Web Site mand runs the piler over
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1