【正文】
在服務(wù)器上執(zhí)行 ,傳到用戶瀏覽器的只是 ASP 執(zhí)行結(jié)果所生成的常規(guī) HTML 碼 ,這樣可保證辛辛苦苦編寫出來的程 序代碼不會(huì)被他人盜取。 ASP 腳本是在站點(diǎn)服務(wù)器端執(zhí)行的 ,用戶端的瀏覽器不需要支持它。 ASP 具有如下優(yōu)點(diǎn): 第 2 頁 共 22 頁 ( 1) 無 需編譯 : ASP 腳本集成于 HTML 當(dāng)中 ,容易生成 ,無需編譯或鏈接即可直接解釋執(zhí)行。 ASP 的編程語言可以是 VBSCRIPT 和 JSCRIPT。 ASP 本身封裝了一些基本組件和常 用組件,有很多公司也開發(fā)了很多實(shí)用組件。開發(fā)這樣一套應(yīng)用系統(tǒng),是推進(jìn)網(wǎng)上書店信息化進(jìn)程的一個(gè)重要環(huán)節(jié)。 本課題研究內(nèi)容 本文將介紹基于 B/S 模式的網(wǎng)上書店系統(tǒng)的設(shè)計(jì)和開發(fā)工作, 文章將涵蓋以下三個(gè)方面的內(nèi)容: 1,介紹貫穿項(xiàng)目設(shè)計(jì),開發(fā)始終的 ASP+ACCESS 技術(shù)。電子商務(wù)在今天已被認(rèn)為是繼電子出版和電子郵件之后在Inter 上的又一焦點(diǎn)。ASP。 and take advantages of the Access database to manage data in the backstage. This paper describes an online bookstore system of requirement analysis, functional design and system design, the system design including the design of the database and the system design plan and the main code and run with the interface. Key words : Online Bookstore。 本文詳細(xì)介紹了網(wǎng)上書店 系統(tǒng)的需求分析,功能設(shè)計(jì)和系統(tǒng)設(shè)計(jì),在系統(tǒng)設(shè)計(jì)中給出數(shù)據(jù)庫的 設(shè)計(jì)和本系統(tǒng)的總體設(shè)計(jì)方案,在系統(tǒng)實(shí)現(xiàn)中具體介紹了各個(gè)功能的 實(shí)現(xiàn)的情況和主要代碼,同時(shí)附有運(yùn)行界面圖。網(wǎng)上書店在我國剛起步,但發(fā)展很快。隨著我國互聯(lián)網(wǎng)的更加普及和網(wǎng)上書店的日趨成熟,會(huì)有越來越大的消費(fèi)群體,市場潛力會(huì)得到更充分的發(fā)揮。 關(guān)鍵詞 : 網(wǎng)上書店; 查詢 ;訂單管理 ;后臺(tái)管理; ASP; AccessThe Design and Implementation of the Online Bookstore Abstract With the development of puter science and the Inter. Eshopping service has gradually perated into people39。 Query。Access目 錄 論文總頁 數(shù): 22 頁 1 引言 ...................................................................................................................... 1 系統(tǒng)的開發(fā)背景 ................................................................................................. 1 本課題研究內(nèi)容 ................................................................................................. 1 2 相關(guān)理論基礎(chǔ) ........................................................................................................ 1 ASP編程技術(shù) ..................................................................................................... 1 ACCESS ............................................................................................................... 2 B/S模式 ............................................................................................................ 2 3 用戶需求分析 ........................................................................................................ 3 用戶角色需求 ..................................................................................................... 3 功能需求 ............................................................................................................ 3 游客 ............................................................................................................ 3 注冊會(huì)員 ..................................................................................................... 3 系統(tǒng)管理員 ................................................................................................. 4 性能需求 ............................................................................................................ 4 4 總體設(shè)計(jì) ............................................................................................................... 4 系統(tǒng)實(shí)現(xiàn)功能簡介 .............................................................................................. 4 系統(tǒng)總體功能簡介 ....................................................................................... 4 前臺(tái)功能簡介 .............................................................................................. 4 后臺(tái)功能簡介 .............................................................................................. 5 系統(tǒng)功能模塊圖 ................................................................................................. 5 前臺(tái)用戶管理模塊 ....................................................................................... 5 購書模塊 ..................................................................................................... 6 后臺(tái)管理模塊 .............................................................................................. 7 5 系統(tǒng)功能的具體實(shí)現(xiàn) .............................................................................................. 7 數(shù)據(jù)庫的建立 ..................................................................................................... 7 數(shù)據(jù)庫的連接 ................................................................................................... 10 用戶登陸模塊的實(shí)現(xiàn) .........................................................................................11 用戶查詢模塊的實(shí)現(xiàn) ........................................................................................ 12 訂單模塊的實(shí)現(xiàn) ............................................................................................... 12 后臺(tái)管理模塊的實(shí)現(xiàn) .............................................................