論文格式
        電氣工程 會計論文 金融論文 國際貿(mào)易 財務(wù)管理 人力資源 輕化工程 德語論文 工程管理 文化產(chǎn)業(yè)管理 信息計算科學(xué) 電氣自動化 歷史論文
        機械設(shè)計 電子通信 英語論文 物流論文 電子商務(wù) 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學(xué)工程 漢語言文學(xué) 免費獲取
        制藥工程 生物工程 包裝工程 模具設(shè)計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應(yīng)用物理 電子信息工程 服裝設(shè)計工程 教育技術(shù)學(xué) 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學(xué) 藝術(shù)設(shè)計 新聞專業(yè) 信息管理 給水排水工程 化學(xué)工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業(yè)論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結(jié) |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學(xué)網(wǎng) |
        搜索 高級搜索

        當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計算機論文
        畢業(yè)論文標(biāo)題:

        基于JSP的網(wǎng)上購物系統(tǒng)的設(shè)計與實現(xiàn)

         本文ID:LWGSW14116 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 基于JSP的網(wǎng)上購物系統(tǒng)的設(shè)計與實現(xiàn) (收費:1000 積分)  

        論文字?jǐn)?shù):10051,頁數(shù):27

        摘  要
        近年來,隨著Internet的迅速崛起,互聯(lián)網(wǎng)已日益成為收集提供信息的最佳渠道并逐步進入傳統(tǒng)的流通領(lǐng)域。于是電子商務(wù)開始流行起來,越來越多的商家在網(wǎng)上建起在線商店,向消費者展示出一種新穎的購物理念,本購物系統(tǒng)基于B/S模式,實現(xiàn)了當(dāng)前購物網(wǎng)站的基本功能。
        本論文就此購物系統(tǒng)進行了詳細全面的論述。系統(tǒng)中用戶的主要功能有:用戶登錄、注冊、商品瀏覽、商品購買、訂單管理以及個人信息管理。管理員的主要功能有:商品管理、用戶管理以及訂單信息管理。
        全文共分為五個部分,第一部分是介紹相關(guān)理論知識;第二部分介紹系統(tǒng)總體設(shè)計;第三部分介紹系統(tǒng)具體實現(xiàn)過程;第四部分是測試工作。最后是結(jié)論。
        關(guān)鍵詞:電子商務(wù);購物系統(tǒng);JSP;數(shù)據(jù)庫


        The Design and Realization of shopping Online System Based on JSP
        Abstract
        In recent years, Internet has become the best channel for collection of information and entered the traditional field of circulation with the rapid rising. E-commerce has been popular, and more and more online stores are established on the Internet, displaying a new idea of shopping. This Shopping system based on B/S mode, realize the base function of the current Shopping site.
        This paper introduces the Shopping system in detail. The main functions of people in system include login, registration, view and purchasing of goods, management of the Orders and customers. The main functions of administrator include management of the goods, users and Orders.
        There are five sections in this paper, the first is introduction of Related theoretical knowledge; the second is introduction of the design of system; the third is introduction of the process of realization; the forth is test; and the conclusion in the end.
        Key words: E-commerce; Shopping System; JSP; Database

        目  錄

        1. 引言 1
        1.1 網(wǎng)上購物系統(tǒng)的發(fā)展 1
        1.2 網(wǎng)上購物的現(xiàn)狀 1
        1.3 網(wǎng)上購物系統(tǒng)的構(gòu)建 1
        2. 相關(guān)理論基礎(chǔ) 2
        2.1 JSP技術(shù) 2
        2.1.1 JSP的簡介 2
        2.1.2 JSP的優(yōu)點 2
        2.1.3 JSP的工作原理 2
        2.2 數(shù)據(jù)庫及相關(guān)技術(shù)簡介 3
        2.2.1 SQL語言簡介 3
        2.2.2 Microsoft SQL Server 簡介 3
        2.2.3 JAVA技術(shù)簡介 4
        2.2.4 TOMCAT簡介 4
        3. 系統(tǒng)總體設(shè)計 4
        3.1 系統(tǒng)設(shè)計 4
        3.1.1 系統(tǒng)功能分析 4
        3.1.2 系統(tǒng)體系結(jié)構(gòu) 5
        3.1.3 系統(tǒng)流程 6
        3.2 數(shù)據(jù)庫設(shè)計 6
        3.2.1 數(shù)據(jù)庫需求分析 6
        3.2.2 數(shù)據(jù)庫的邏輯結(jié)構(gòu)分析 7
        3.2.3 數(shù)據(jù)庫表的設(shè)計 7
        3.2.4 數(shù)據(jù)庫的連接 8
        4. 具體設(shè)計分析 9
        4.1 系統(tǒng)首頁 9
        4.2 具體模塊實現(xiàn) 9
        4.2.1 商品查看 9
        4.2.2 購物車 11
        4.2.3 訂單管理 12
        4.2.4 用戶個人信息管理 13
        4.2.5 用戶控件 16
        4.2.6 商品管理 16
        4.2.7 管理用戶 17
        5. 系統(tǒng)測試 18
        5.1 前臺測試 18
        5.2 后臺測試 19
        結(jié)    論 20
        參考文獻 20
        致    謝 21


        相關(guān)論文
        本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:網(wǎng)上教學(xué)資源共享系統(tǒng) 下一篇:網(wǎng)上圖書銷售系統(tǒng)的設(shè)計與實現(xiàn)
        Tags:基于 JSP 網(wǎng)上購物 系統(tǒng) 設(shè)計 實現(xiàn) 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請聯(lián)系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計算機論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        论文格式网:毕业论文格式范文