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

正文內(nèi)容

基于web的招投標(biāo)系統(tǒng)的設(shè)計與實(shí)現(xiàn)—論文-預(yù)覽頁

2025-01-07 02:23 上一頁面

下一頁面
 

【正文】 供了各種基礎(chǔ)服務(wù),而這些服務(wù)在 Microsoft公司看來是實(shí)現(xiàn)其 .NET戰(zhàn)略的基本所在。 當(dāng)用戶訪問數(shù)據(jù)庫時,怎樣減少用戶的等待,快速返回用戶需要的數(shù)據(jù)是所有數(shù) 據(jù)庫都需要解決的問題。它是隨著 Inter技術(shù)的興起,對 C/S結(jié)構(gòu)的一種變化或者改進(jìn)的結(jié)構(gòu)。它是一次性到位的開發(fā),能實(shí)現(xiàn)不同的人員,從不同的地點(diǎn),以不同的接入方式來訪問和操作共同的數(shù)據(jù)庫;它能有效地保護(hù)數(shù)據(jù)平臺和管理訪問權(quán)限,服務(wù)器數(shù)據(jù)庫也很安全。當(dāng)注冊為本系統(tǒng)的會員后,可以實(shí)現(xiàn)招標(biāo)和競標(biāo)等相關(guān)操作。用戶正確填寫注冊信息后,系統(tǒng)將頁面自動跳轉(zhuǎn)到主頁面,標(biāo)記用戶已經(jīng)登錄。若用戶單擊該列表中的某個項目時,系統(tǒng)會彈出是否確認(rèn)交易,如果用戶確認(rèn),那么就可以完成該項目的交易了。實(shí)現(xiàn)了用戶注冊的功能。此時用戶就可以通過上述的兩種方式 進(jìn)入系統(tǒng),通過瀏覽項目列表后,若想采購某種項目,那么就需要下載標(biāo)書了,如圖43所示。 開始 錄入用戶信息 數(shù)據(jù)是否完整 調(diào)用存儲過程 實(shí)現(xiàn)用戶信息添加 結(jié)束 開始 成為會員后 系統(tǒng)主頁 標(biāo)書下載 結(jié)束 圖 44 項目信息發(fā)布模塊流程 項目競標(biāo)模塊的流程,如圖 45 所示。 是 否 圖 45 項目競標(biāo)模塊的流程 開始 添加項目編號 添加其它信息 保存 結(jié)束 開始 查詢到競標(biāo)的項目 瀏 覽項目詳細(xì)信息 是否最高出價人 競標(biāo)成功 競標(biāo)失敗 結(jié)束 聯(lián)系賣方 項目 交易 結(jié)束 5 數(shù)據(jù)庫結(jié)構(gòu)設(shè)計與實(shí)現(xiàn) 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 圖 51 設(shè)計關(guān)系模型 數(shù)據(jù)表的創(chuàng)建 在該系統(tǒng)中,作為買方和賣方的一個媒介,一方面由賣方發(fā)布項目的信息,另一方面由買方出價購買,由一段時間內(nèi)的價高者獲得此項目,最后買賣雙方進(jìn)行確認(rèn),完成網(wǎng)絡(luò)銷售的過程。 (4)包含每個已被出價的項目和出價者的 ID號。 下表 51至 56是每個數(shù)據(jù)表的簡要描述,以及它們與數(shù)據(jù)庫中其他表關(guān)系的說明。這里選擇的是使用可視化工具還是使用 SQL Server腳本文件在查詢分析器中直接運(yùn)行來創(chuàng)建一個表的腳本文件。這意味著如果經(jīng)常需要改變表的內(nèi)容,就必須確保存儲過程以同樣的方式工作,這樣才能確保應(yīng)用程序繼續(xù)工作。其中 , 版本 和版權(quán)信息。注冊用戶可以選擇某個特定的待招項目,單擊后到達(dá) 己欲對該項目出價,其功能的實(shí)現(xiàn)主要是對一個項目出價,出價后利用數(shù)據(jù)綁定將出價信息寫入數(shù)據(jù)庫,在數(shù)據(jù)庫中通過對出價信息進(jìn)行比較,將出價最高的用戶判定為競標(biāo)獲勝者,再從數(shù)據(jù)庫中將數(shù)據(jù)讀取出來并將用戶參與競標(biāo)的項目發(fā)布在系統(tǒng)的主頁面上,同時還公布出參與競標(biāo)的用戶的詳細(xì)信息。 User id=sa。在不是會員的情況下,用戶可以瀏覽本系統(tǒng)中正在招標(biāo)的相關(guān)信息,但是不能進(jìn)行任何相關(guān)的操作。在該頁面中使用了幾個 Panel組件,通過設(shè)置它們的 Visible屬性 可以實(shí)現(xiàn)上面的操作。如下表 62所示: 表 62 Person類設(shè)計方案方法的定義和描述 方 法 名 稱 描 述 public string AddCustomer(string FamilyName,string GiveName,string EmailAddress,string Password,string Add1,string Add2,string City,string State,string Zip,string Country) 添加一個用戶信息 public PersonDetails GetPersonByID(Int32 intPersonID) 獲取某條競標(biāo)信息的競標(biāo)者信息 public PersonDetails GetPersonByID(string strEmail) 通過用戶名即郵件地址來查詢一個用戶 public PersonDetails Login(string strEmail,string strPassword) 處理用戶登錄事件 public string ModifyCustomer(string FamilyName,string GiveName,string EmailAddress,string Password,string Add1,string Add2,string City,string State,string Zip,string Country) 更新用戶信息 其頁面和幾個事件代碼如下圖 62所示:: 圖 62 用戶注冊頁面 下面主要介紹的是注冊頁面中核心代碼部分,其代碼如下: private string Process。 myPersonDetails= ([].Value)。 = 。 = 。 obj = null。 = true。 if (Process == ADD) { strStatus = (, , , , , , , , , )。 [PersonID].Value = strStatus。 if (strStatus == 1) { [GivenName].Value= [txtGivenName]。 } } } } } } 用戶登錄頁面主要是為會員提供服務(wù),在用戶已經(jīng)成為會員時,只要該用戶輸入正確的用戶名和密碼,就能進(jìn)入系統(tǒng),進(jìn)行一些相關(guān)的具體操作。 myPersonDetails = (, )。 ()。該頁面功能的實(shí)現(xiàn)主要是對一個項 目出價后,利用數(shù)據(jù)綁定將出價信息寫入數(shù)據(jù)庫,通過都出價信息的比較,將出價最高的用戶判定為競標(biāo)獲勝者,并發(fā)布出該用戶的信息。 if (()) { = Wele + [].Value +。 = true。 = ()。itemdesc= + (strDesc)。同時設(shè)計并實(shí)現(xiàn)了一個簡單的招投標(biāo)系統(tǒng)。 其中對數(shù)據(jù)的操作,基本上都是調(diào)用存儲過程完成的。返回網(wǎng)絡(luò)設(shè)備的鏈表,以供使用。 [4] 劉振巖 ,劉慧敏 ,王歡. ASP. NET數(shù)據(jù)庫開發(fā) [M].北京:清華大學(xué)出版社 , 2021。 [8] 吉根林 ,崔海源. Web程序設(shè)計 [M].北京:電子工業(yè)出版社, 2021。 作者簡介 姓 名:趙遠(yuǎn)強(qiáng) 性別:男 出生年月: 1982 年 10 月 08 日 民族:漢 Email: 聲 明 本論文的工作是 2021年 2月至 2021年 6月在成都信息工程學(xué)院網(wǎng)絡(luò)工程系完成的。 ( 2)學(xué)校可以采用影印、縮印或其他復(fù)制方式保存學(xué)位論文。 除非另有科研合同和其他法律文書的制約,本論文的科研成果屬于成都信息工程學(xué)院。 the true judge must not draw hisinspiration from the theatre, nor ought he to be unnerved by theclamour of the many and his own incapacity。 they ought to be having characters put before them betterthan their own, and so receiving a higher pleasure, but now by theirown act the opposite result follows. What inference is to be drawnfrom all this? Shall I tell you? Cle. What? Ath. The inference at which we arrive for the third or fo urth timeis, that education is the constraining and directing of youthtowards that right reason, which the law affirms, and w hich theexperience of the eldest and best has agreed to be truly right. Inorder, then, that the soul of the child may not be habituated tofeel joy and sorrow in a manner at variance with the law, and thosewho obey the law, but may rather follow the law and rejoice and sorrowat the same things as the agedin order, I say, to produce thiseffect, chants appear to have been invented, which really enchant, andare designed to implant that harmony of which we spea k. And, becausethe mind of the child is incapable of enduring serious training,they are called plays and songs, and are performed in play。 and I daresay that I may have expressedmyself obscurely, and so led you to imagine that I was speak ing ofsome really existing state of things, whereas I was only saying whatregulations I would like to have about music。 let him whodraws near and stretches out his hand against his enemies be a justman. But if he be unjust, I w ould not have him look calmly uponbloody death, nor surpass in swiftness the Thracian Boreas。 a nd the final consummation of happiness is to have acquiredall these things, and when you have acquired them to bee at onceimmortal. But you and I say, that while to the just and holy all thesethings are the best of possessions, to the unjust they are all,including even health, the greatest of evils. For in truth, to havesight, and hearing, and the use of the senses, or to live at allwithout justice and virtue, even though a man be rich in all thesocalled goods of fortune, is the greatest of evils, if life beimmort
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1