【正文】
Visual SQL Server 2021等開發(fā)工具來設(shè)計和實現(xiàn) 完成招投標(biāo)的過程,其中招標(biāo)功能模塊主要是實現(xiàn)會員資格審核,用 戶招投標(biāo)委托管理,發(fā)布招標(biāo)公告,發(fā)布中標(biāo)信息,澄清、修改項目信息,以及添加項目和下載標(biāo)書。公元 193 年,羅馬皇帝的皇冠被拍賣掉了,如今,通過拍賣進(jìn)行的交易數(shù)額巨大,交易所涉及的行業(yè)眾多。網(wǎng)上招標(biāo)將傳統(tǒng)的招投標(biāo)過程轉(zhuǎn)變?yōu)橐粋€簡單、方便、快捷的過程,并通過網(wǎng)絡(luò)將招投標(biāo)信息傳送到各企業(yè)。并針對投標(biāo)信息管理所需要的更新修改,提供相應(yīng)的機制。 3 系統(tǒng)開發(fā)相關(guān)技術(shù) 系統(tǒng)開發(fā) 技術(shù) (Active Serever )是微軟公司推出的 Web開發(fā)平臺。在 ,公共語言運行 (CLR)是整個 .NET框架賴以存在的基礎(chǔ),它為 Microsfot .NET應(yīng)用程序提供了一個托管的代碼執(zhí)行環(huán)境。 (2).NET Framework,.NET Framework為 ,方便了開發(fā)人員對應(yīng)用程序 的開發(fā),同樣也滿足了已經(jīng)連接到 Inter上用戶的需要。 (2).NET Framework提供了各種基礎(chǔ)服務(wù),而這些服務(wù)在 Microsoft公司看來是實現(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ā),能實現(xiàn)不同的人員,從不同的地點,以不同的接入方式來訪問和操作共同的數(shù)據(jù)庫;它能有效地保護(hù)數(shù)據(jù)平臺和管理訪問權(quán)限,服務(wù)器數(shù)據(jù)庫也很安全。當(dāng)注冊為本系統(tǒng)的會員后,可以實現(xiàn)招標(biāo)和競標(biāo)等相關(guān)操作。用戶正確填寫注冊信息后,系統(tǒng)將頁面自動跳轉(zhuǎn)到主頁面,標(biāo)記用戶已經(jīng)登錄。若用戶單擊該列表中的某個項目時,系統(tǒng)會彈出是否確認(rèn)交易,如果用戶確認(rèn),那么就可以完成該項目的交易了。實現(xiàn)了用戶注冊的功能。此時用戶就可以通過上述的兩種方式 進(jìn)入系統(tǒng),通過瀏覽項目列表后,若想采購某種項目,那么就需要下載標(biāo)書了,如圖43所示。 開始 錄入用戶信息 數(shù)據(jù)是否完整 調(diào)用存儲過程 實現(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è)計與實現(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腳本文件在查詢分析器中直接運行來創(chuàng)建一個表的腳本文件。這意味著如果經(jīng)常需要改變表的內(nèi)容,就必須確保存儲過程以同樣的方式工作,這樣才能確保應(yīng)用程序繼續(xù)工作。其中 , 版本 和版權(quán)信息。注冊用戶可以選擇某個特定的待招項目,單擊后到達(dá) 己欲對該項目出價,其功能的實現(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屬性 可以實現(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 = (, )。 ()。該頁面功能的實現(xiàn)主要是對一個項 目出價后,利用數(shù)據(jù)綁定將出價信息寫入數(shù)據(jù)庫,通過都出價信息的比較,將出價最高的用戶判定為競標(biāo)獲勝者,并發(fā)布出該用戶的信息。 if (()) { = Wele + [].Value +。 = true。 = ()。itemdesc= + (strDesc)。同時設(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)強 性別:男 出生年月: 1982 年 10 月 08 日 民族:漢 Email: 聲 明 本論文的工作是 2021年 2月至 2021年 6月在成都信息工程學(xué)院網(wǎng)絡(luò)工程系完成的。 ( 2)學(xué)校可以采用影印、縮印或其他復(fù)制方式保存學(xué)位論文。 除非另有科研合同和其他法律文書的制約,本論文的科研成果屬于成都信息工程學(xué)院。s eve I was reading the book, and had lost myself in it so pletely, that I fot my usual New Year39。 but we have a wild journey, also which is national and modern, and that is the journey to Amack on the night of the New Year. All indifferent poets and poetesses, musicians, newspaper writers, and artistic notabilities, I mean those who are no good, ride in the New Year39。 beaucoup de bruit, peu de fruit: much bruit, little fruit Yet certainly there is use of this quality, in civil affairs. Where there is an opinion, and fame to be created, either of virtue, or greatness, these men are good trumpeters. Again, as Titus Livius noteth, in the case of Antiochus, and the Aetolians。 and those mat are of solid and sober natures have more of the ballast, than of the sail. In fame of learning, the flight w ill be slow, without some feathers of ostentation. Q ui de contenm enda gloria libros scribunt, nomen suum inscribunt. Socrates, Aristotle, Galen, were men firil of ostentation. Certainly vainglory helpeth to perpetuate a man\39。 which is to be liberal of praise and mendation to others, in that wherein a man\39。 if he be superior, if he be not to be mended, you much less. Glorious men are the scorn of wise men。s goods, neither shall heuse anything which is his neighbour39。 and in the second degreegreat when they are mitted against private rites and sepulchres,and in the third degree (not to repeat the acts formerly mentioned),when insults are offered to parents。 for some of us deny the very existence of theGods, w hile others, as you say, are of opinion that they do not careabout