【正文】
1.這個(gè)任務(wù)的具體是設(shè)計(jì)出購(gòu)物車的模塊,這個(gè)任務(wù)的完成將對(duì)用戶網(wǎng)上購(gòu)物,網(wǎng)上商城的管理產(chǎn)生促進(jìn)的作用。鮮花瀏覽主要是對(duì)各種不同種類圖鮮花信息的分類瀏覽。是管理網(wǎng)站鮮花信息的核心。 縱觀國(guó)內(nèi)外的電子商務(wù)網(wǎng)站,做得比較好,在國(guó)內(nèi)有卓越,當(dāng)當(dāng),國(guó)外的則比較多,主要有亞馬遜書店,GAP等。與常見的字處理文件不同,Web頁(yè)以超文本標(biāo)識(shí)語(yǔ)言編排格式。容量龐大,每個(gè)數(shù)據(jù)庫(kù)中可創(chuàng)建多達(dá)20萬(wàn)個(gè)數(shù)據(jù)表,數(shù)據(jù)表中的記錄的行數(shù)只受服務(wù)器硬盤空間的限制。頁(yè)面模塊化,很多頁(yè)面共用的部分集成為一個(gè)模塊,無(wú)須重新編寫重復(fù)代碼,提高了開發(fā)效率。服務(wù)器端建議用戶的計(jì)算機(jī)使用以下配置(或更高):(1)CPU:Intel或兼容機(jī)PentiumPentium3500MHz或更高(2)硬盤:7200轉(zhuǎn)/分,剩余空間100M(3)內(nèi)存:建議512MB或更多(4)WindowsServer2003 (5)(6)SQL2000企業(yè)版、客戶端推薦配置(1)B/S模式,客戶端要求不高(2)顯示卡:SVGA,16K色以上顯示模式(3) 數(shù)據(jù)庫(kù)的種類和運(yùn)行環(huán)境。 后臺(tái)全局配置文件管理員登錄之后,可以管理自己的個(gè)人信息或其他管理員的所有信息。 39。 39。 NullEnd SubSub Session_OnStart On Error Resume Next If IsObject(Session(DBConn)) Then Session(DBConn).Close End IfEnd Sub Sub Session_OnEndEnd Sub/SCRIPT第五章 系統(tǒng)實(shí)現(xiàn)“購(gòu)物車”是電子商務(wù)類網(wǎng)站非常重要的功能模塊之一,其主要作用是幫助用戶完成商品的訂購(gòu)或收藏,并將商品交給服務(wù)臺(tái)進(jìn)行結(jié)算。在這里可以執(zhí)行更改數(shù)量、清空購(gòu)物車、重新選購(gòu)等各項(xiàng)操作,如果確定需要購(gòu)買,則可以單擊“下一步”按鈕填寫詳細(xì)的訂購(gòu)表單。主要代碼如下:public String GetShoppingCartID() { HttpContext Context = 。 畢業(yè)設(shè)計(jì)體會(huì)隨著畢業(yè)日子的到來(lái),畢業(yè)設(shè)計(jì)也接近了尾聲。 致謝此要感謝我的指導(dǎo)老師姒茂新對(duì)我悉心的指導(dǎo),感謝老師給我的幫助。網(wǎng)上鮮花銷售系統(tǒng)的使用者主要是客戶和銷售管理者,對(duì)于客戶來(lái)說(shuō),實(shí)現(xiàn)的功能包括客戶瀏覽鮮花(搜索查詢),存放選中的商品的購(gòu)物車,最后產(chǎn)生訂單;對(duì)于銷售管理者來(lái)說(shuō),需要對(duì)客戶的信息,鮮花的信息,以及銷售的信息進(jìn)行管理。 系統(tǒng)目的該系統(tǒng)文件內(nèi)容比較多,只要分成三大獨(dú)立文件部分,第一部分是訂購(gòu)商品清單,在這里可以對(duì)商品數(shù)量進(jìn)行修改;第二部分是主要讓訂購(gòu)商品的用戶填寫自己的詳細(xì)信息,如地址,電話等,方便送貨;第三部分則是列出訂購(gòu)商品的詳細(xì)清單和擁護(hù)填寫資料,方便擁護(hù)核對(duì)??蛻粜畔⒐芾硗ㄟ^(guò)管理員身份,可以對(duì)該系統(tǒng)所有客戶信息進(jìn)行修改、刪除、查看等操作,同時(shí)管理員可以通過(guò)用戶ID,姓名,Email,聯(lián)系電話等客戶注冊(cè)信息進(jìn)行查詢,以便了解客戶的一些基本個(gè)人資料。 商業(yè)需求只要是電子商務(wù)購(gòu)物網(wǎng)站,購(gòu)物車是必不可少的功能。三層架構(gòu)將顯示部分和邏輯流程控制分開,利用服務(wù)器應(yīng)用程序?qū)崿F(xiàn)顯示部分,利用商務(wù)邏輯層實(shí)現(xiàn)程序的流程控制,分層使維護(hù)變得方便一些,而且執(zhí)行效率也會(huì)有所提高。本系統(tǒng)采用的是微軟公司的SQL Server2000。采用該結(jié)構(gòu)軟件的優(yōu)勢(shì)在于架構(gòu)管理軟件更是方便、快捷、高效:(1)無(wú)須開發(fā)客戶端軟件,維護(hù)和升級(jí)方便;(2)可跨平臺(tái)操作,任何一臺(tái)機(jī)器只要裝有WWW瀏覽器軟件,均可作為客戶機(jī)來(lái)訪問(wèn)系統(tǒng);(3)具有良好的開放性和可擴(kuò)充性;(4)可采用防火墻技術(shù)來(lái)保證系統(tǒng)的安全性,有效地適應(yīng)了當(dāng)前用戶對(duì)管理信息系統(tǒng)的新需求。 B/S結(jié)構(gòu)圖第四章 詳細(xì)設(shè)計(jì) 系統(tǒng)編輯、運(yùn)行的環(huán)境早期的網(wǎng)頁(yè)缺乏動(dòng)態(tài)的內(nèi)容,當(dāng)然最早的Internet中并不成為太大的問(wèn)題,因?yàn)樵谠缙诘腎nternet中,主要進(jìn)行的是信息傳遞,而網(wǎng)頁(yè)僅作為一個(gè)靜態(tài)信息載體,并無(wú)交互性等功能。其中的CartID中存放的是顧客的UserID,由于顧客可以先選購(gòu)后登錄然后下訂單,所以CartID在這種情況下就存放臨時(shí)產(chǎn)生的顧客ID,這張表主要包括RecordID購(gòu)物車記錄編號(hào),CartID購(gòu)物車編號(hào),F(xiàn)lowerID鮮花編號(hào),Quantity數(shù)量,DateCreated購(gòu)物車創(chuàng)建時(shí)間。 39。UID=sa。PWD=sa。購(gòu)物車專門是為用戶準(zhǔn)備的,因此設(shè)計(jì)得方便簡(jiǎn)單,容易操作。請(qǐng)?zhí)砑舆@部分的描述。 } }第六章 結(jié)束語(yǔ) 開發(fā)難點(diǎn)與解決技巧關(guān)于擴(kuò)展名的問(wèn)題ASP頁(yè)面文件一般以asp為擴(kuò)展名保存,但是有些網(wǎng)站雖然是使用ASP編寫,但不是以asp為擴(kuò)展名保存的,這主要是安全上的考慮。通過(guò)這次畢業(yè)設(shè)計(jì),我才明白學(xué)習(xí)是一個(gè)長(zhǎng)期積累的過(guò)程,在以后的工作、生活中都應(yīng)該不斷的學(xué)習(xí),努力提高自己的知識(shí)和綜合素質(zhì)。 54 Of Vainglory It was prettily devised of Aesop。snight through the air to Amack. They sit backwards on their paintingball lapse of time, and had bee a cipher and a nothing. Then three alone, or moveth upon greater means, if they have never so little hand in it, they think it is they that carry it They that are glorious, must needs be factious。s memory。 the admiration of fools。 the fourth kind of violence iswhen any one, regardless of the authority of the rulers, takes orcarries away or makes use of anything which belongs to them, nothaving their consent。 and Ishould wish to say of them only what is pleasing to the Gods. But asto our younger generation and their wisdom, I cannot let them off whenthey do mischief. For do but mark the effect of their words: whenyou and I argue for the existence of the Gods, and produce the sun,moon, stars, and earth, claiming for them a divine being, if wewould listen to the aforesaid philosophers we should say that they areearth and stones only, which can have no care at all of human affairs,and that all religion is a cooking up of words and a makebelieve.Cle. One such teacher, O Stranger, would be bad enough, and youimply that there are many of them, which is worse.Ath. Well, then。 and that they say of usHowdreadful that you should legislate on the supposition that there areGods! Shall we make a defence of ourselves? or shall we leave them andreturn to our laws, lest the prelude should bee longer than thelaw? For the discourse will certainly extend to great length, if weare to treat the impiously disposed as they desire, partlydemonstrating to them at some length the things of which they demandan explanation, partly making them afraid or dissatisfied, and thenproceed to the requisite enactments.Cle. Yes, Stranger。 but he who did must have supposed one of threethingseither that they did not exist,which is the first possibility,or secondly, that, if they did, they took no care of man, orthirdly, that they were easily appeased and turned aside from theirpurpose, by sacrifices and prayers.Cleinias. What shall we say or do to these persons?Athenian Stranger. My good friend, let us first hear the jests whichI suspect that they in their superiority will utter against us.Cle. What jests?Ath. They will make some irreverent speech of this sort:Oinhabitants of Athens, and Sparta, and Cnosus, they will reply, inthat you speak truly。 and the slaves of their own vaunts. LastIndexNextAnd now having spoken of assaults, let us sum up all acts ofviolence under a single law, which shall be as follows:No one shalltake or carry away any of his neighbour39。 omnium, quae cHxerat jeceratque, arte quadam ostentator: for that proceeds not of vanity, but of natural magnanimity, and discretion: and in some persons is not only ely, but gracious. For excusations, cessions, modesty itself well governed, are but arts of ostentation. And amongst those arts there is none better, than that which Plinius Secundus speaketh of。 but according to die French proverb。s really a pleasure now andthen to bee a mere nothing, especially when a man is as highlyplaced as I am. And then to think that we all, even with patentlacquer, are nothing more than insects of a moment on that anthillthe earth, though we may be insects with stars and garters, places andoffices! One feels quite a novice beside these venerablemillionyearold boulders. On last New Year39。 致謝此要感謝我的指導(dǎo)老師姒茂新對(duì)我悉心的指導(dǎo),感謝老師給我的幫助。 畢業(yè)設(shè)計(jì)體會(huì)隨著畢業(yè)日子的到來(lái),畢業(yè)設(shè)計(jì)也接近了尾聲。主要代碼如下:public String GetShoppingCartID() { HttpContext Context = 。在這里可以執(zhí)行更改數(shù)量、清空購(gòu)物車、重新選購(gòu)等各項(xiàng)操作,如果確定需要購(gòu)買,則可以單擊“下一步”按鈕填寫詳細(xì)的訂購(gòu)表單。 NullEnd SubSub Session_OnS