freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

網(wǎng)上書(shū)店的設(shè)計(jì)與實(shí)現(xiàn)—畢業(yè)設(shè)計(jì)論文(已修改)

2024-12-19 16:00 本頁(yè)面
 

【正文】 畢業(yè)設(shè)計(jì) ( 論文 ) 網(wǎng)上書(shū)店 的設(shè)計(jì)與實(shí)現(xiàn) 論文 作者 姓名: 曲凌剛 申請(qǐng)學(xué)位專(zhuān)業(yè): 網(wǎng)絡(luò)工程 申請(qǐng)學(xué)位類(lèi)別: 工學(xué)學(xué)士 指導(dǎo)教師姓名(職稱): 王祖儷 論文提交日期: 2021 年 06 月 10 日 網(wǎng)上書(shū)店 的設(shè)計(jì)與實(shí)現(xiàn) 摘 要 隨著計(jì)算機(jī)科學(xué) 和 Inter的發(fā)展,網(wǎng)上購(gòu)物服務(wù)逐漸深入到人們的生活中,給人們的生活帶來(lái)方便。網(wǎng)上書(shū)店在我國(guó)剛起步,但發(fā)展很快。隨著我國(guó)互聯(lián)網(wǎng)的更加普及和網(wǎng)上書(shū)店的日趨成熟,會(huì)有越來(lái)越大的消費(fèi) 群體,市場(chǎng)潛力會(huì)得到更充分的發(fā)揮。 該網(wǎng)上書(shū)店 系統(tǒng)是采用 ASP作為 開(kāi)發(fā) 語(yǔ)言 , ACCESS 2021作為數(shù)據(jù)庫(kù)編寫(xiě)的一個(gè) B/S模式的系統(tǒng)。系統(tǒng)主要實(shí)現(xiàn)了:用戶管理 、圖書(shū)購(gòu)買(mǎi)、圖書(shū)分類(lèi)管理、圖書(shū)添加管理、書(shū)店定單管理、圖書(shū)的查詢等網(wǎng)上書(shū)店 的基本功能。 本文詳細(xì)介紹了網(wǎng)上書(shū)店 系統(tǒng)的需求分析,功能設(shè)計(jì)和系統(tǒng)設(shè)計(jì),在系統(tǒng)設(shè)計(jì)中給出數(shù)據(jù)庫(kù)的 設(shè)計(jì)和本系統(tǒng)的總體設(shè)計(jì)方案,在系統(tǒng)實(shí)現(xiàn)中具體介紹了各個(gè)功能的 實(shí)現(xiàn)的情況和主要代碼,同時(shí)附有運(yùn)行界面圖。 關(guān)鍵詞 : 網(wǎng)上書(shū)店;查詢 ;訂單管理 ;后臺(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。s lives and brought about people39。s life convenience. Nowdays,there will be more consumer groups interested in eshopping,therefore the potential market will be good. This paper introduced the design of an online bookstore system .In this paper ,the front users can purchase books, search the books , the administrator can add new books, carry out orders management, including the basic functions of the online bookstore 。 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。 Query。 Order managment。 Background management 。ASP。Access目 錄 論文總頁(yè)數(shù): 22 頁(yè) 1 引言 ...................................................................................................................... 1 系統(tǒng)的開(kāi)發(fā)背景 ................................................................................................. 1 本課題研究?jī)?nèi)容 ................................................................................................. 1 2 相關(guān)理論基礎(chǔ) ........................................................................................................ 1 ASP編程技術(shù) ..................................................................................................... 1 ACCESS ............................................................................................................... 2 B/S模式 ............................................................................................................ 2 3 用戶需求分析 ........................................................................................................ 3 用戶角色需求 ..................................................................................................... 3 功能需求 ............................................................................................................ 3 游客 ............................................................................................................ 3 注冊(cè)會(huì)員 ..................................................................................................... 3 系統(tǒng)管理員 ................................................................................................. 4 性能需求 ............................................................................................................ 4 4 總體設(shè)計(jì) ............................................................................................................... 4 系統(tǒng)實(shí)現(xiàn)功能簡(jiǎn)介 .............................................................................................. 4 系統(tǒng)總體功能簡(jiǎn)介 ....................................................................................... 4 前臺(tái)功能簡(jiǎn)介 .............................................................................................. 4 后臺(tái)功能簡(jiǎn)介 .............................................................................................. 5 系統(tǒng)功能模塊圖 ................................................................................................. 5 前臺(tái)用戶管理模塊 ....................................................................................... 5 購(gòu)書(shū)模塊 ..................................................................................................... 6 后臺(tái)管理模塊 .............................................................................................. 7 5 系統(tǒng)功能的具體實(shí)現(xiàn) .............................................................................................. 7 數(shù)據(jù)庫(kù)的建立 ..................................................................................................... 7 數(shù)據(jù)庫(kù)的連接 ................................................................................................... 10 用戶登陸模塊的實(shí)現(xiàn) .........................................................................................11 用戶查詢模塊的實(shí)現(xiàn) ........................................................................................ 12 訂單模塊的實(shí)現(xiàn) ............................................................................................... 12 后臺(tái)管理模塊的實(shí)現(xiàn) ........................................................................................ 16 6 系統(tǒng)測(cè)試 ............................................................................................................. 19 系統(tǒng)測(cè)試環(huán)境 ................................................................................................... 19 系統(tǒng)測(cè)試結(jié)果 ................................................................................................... 19 結(jié) 論 ........................................................................................................................ 20 參考文獻(xiàn) ........................................................................................................................ 20 致 謝 ........................................................................................................................ 21 聲 明 ........................................................................................................................ 22 第 1 頁(yè) 共 22 頁(yè) 1 引言 系統(tǒng)的開(kāi)發(fā)背
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1