資源描述:
《基于asp.net的網(wǎng)上書店系統(tǒng) 畢業(yè)論文》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、《基于ASP.NET的網(wǎng)上書店系統(tǒng)》摘要在信息時(shí)代的今天,計(jì)算機(jī)參與書店日常事務(wù)管理已成為網(wǎng)絡(luò)現(xiàn)代化建設(shè)的當(dāng)務(wù)之急。Internet為全球范圍的信息處理與交流提供了操作平臺,網(wǎng)上書店管理系統(tǒng)正是在這種情況下應(yīng)運(yùn)而生的。本系統(tǒng)采用ASP.NET技術(shù)作為創(chuàng)建應(yīng)用程序的方式,以VB作為編程語言,采用Access2000數(shù)據(jù)庫作為后臺數(shù)據(jù)庫。本系統(tǒng)基于Access2000數(shù)據(jù)庫技術(shù)、ASP.NET技術(shù),完成對系統(tǒng)的需求分析、功能模塊劃分、數(shù)據(jù)庫模式分析,并由此設(shè)計(jì)數(shù)據(jù)庫結(jié)構(gòu)和應(yīng)用程序。此系統(tǒng)便于數(shù)據(jù)的集中管理,方便快捷地提供書店的有關(guān)信息,輔助用戶有效的查閱書籍,保證書籍信息的完整性
2、,正確性和有效性。實(shí)現(xiàn)了用戶信息管理、圖書類型管理、圖書信息管理、訂單管理及圖書瀏覽及購物功能。關(guān)鍵詞:ASP.NET技術(shù);Access2000?;網(wǎng)上書店IAbstractDuringthisinformationtimes,combiningcomputerswithbookstoreusualeventsmanagementhasbecomeanemergenttaskthateverybookstoremustaccomplishassoonaspossible.TheInternetprovidesaoperationalboardtomanageandreturn
3、informationforallovertheworld,The?ManagementSystemofBookstoreOn-line?isborninthissituation.ThissystemmakesuseofASP.netasits?waythatsetuptheapplication,VBasitslanguage,andfinallyAccess2000databaseconductandactionsbackstagedatabase.ThesystemrequeststheAccess2000databasebanktechnology,ASP.NETt
4、echnologytocompletethemanagementsystemdemandanalysis,thefunctionmoduledivision,thedatabasepatternanalysis,andfromthishasdesignedthedatabasestructureandtheapplicationprocedure.Thissystemisadvantageousforthedatacentralizedmanagement,facilitatesprovidesthecontractquicklytherelatedinformation,t
5、heauxiliaryusereffectivelymanagesthebooks,guaranteesthedatarecordingapparatusbooksprovisiontheintegrity,theaccuracyandthevalidity,Itcanprovidethecustomerloginandregister,searchthebooksincertainconditions,booksclassificationview,booksshoppingcarfunctionandthemanagementoftheadministratorlogin
6、,theprotectionofpassword,newbook’saddition,book’sscananddelete.Keywords:ASP.NETTechnology;Access2000database;BookstoreOn-lineII目錄摘要IAbstractII前言1第1章 ASP.NET編程環(huán)境簡介21.1ASP.NET編程環(huán)境簡介21.1.1ASP.NET技術(shù)簡介21.1.2Asp.Net的功能特點(diǎn)31.2Access2000數(shù)據(jù)庫簡介41.2.1Access2000的簡介41.2.2Access2000的特點(diǎn)4第2章用戶需求分析62.1功能需求62
7、.2性能需求6第3章總體設(shè)計(jì)83.1軟件的運(yùn)行環(huán)境設(shè)計(jì)83.1.1軟件配置83.1.2硬件配置83.2系統(tǒng)模塊設(shè)計(jì)83.3數(shù)據(jù)庫模塊設(shè)計(jì)103.3.1系統(tǒng)E-R圖103.3.2表/字段分析123.3.3創(chuàng)建數(shù)據(jù)庫及表15第4章詳細(xì)設(shè)計(jì)與系統(tǒng)實(shí)現(xiàn)164.1系統(tǒng)流程圖設(shè)計(jì)164.2數(shù)據(jù)庫的連接與設(shè)計(jì)174.3系統(tǒng)主要界面及代碼設(shè)計(jì)184.3.1系統(tǒng)首頁194.3.2管理主頁面224.3.3書籍信息添加頁面234.3.4書籍信息修改頁面254.3.5查看書籍詳細(xì)信息頁面26IV4.3.6用戶注冊頁面274.3