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