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

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

        基于JSP的網(wǎng)上書店設(shè)計(jì)與實(shí)現(xiàn)

         本文ID:LWGSW17801 價格:收費(fèi)積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 基于JSP的網(wǎng)上書店設(shè)計(jì)與實(shí)現(xiàn) (收費(fèi):1000 積分)  

        論文字?jǐn)?shù):11686.頁數(shù):38

        摘要

            隨著互聯(lián)網(wǎng)的發(fā)展,越來越多的銷售商已經(jīng)開始建立完善的網(wǎng)上銷售系統(tǒng)。網(wǎng)上銷售和傳統(tǒng)銷售相比優(yōu)點(diǎn)十分明顯。網(wǎng)上書店正是為了解決傳統(tǒng)書店的網(wǎng)絡(luò)銷售問題而研發(fā)的一套電子商務(wù)系統(tǒng),主要功能是實(shí)現(xiàn)網(wǎng)絡(luò)銷售中以B/S為結(jié)構(gòu)的圖書信息發(fā)布和管理。即以Servlet的形式進(jìn)行請求轉(zhuǎn)發(fā)和頁面重定向,同時,業(yè)務(wù)組件以JavaBean的形式展現(xiàn)在開發(fā)者面前。在數(shù)據(jù)庫連接方面采用了目前流行的JDBC技術(shù)。
         本文首先從電子商務(wù)基本概述展開,然后對電子商務(wù)系統(tǒng)的開發(fā)工具和技術(shù)、結(jié)構(gòu)設(shè)計(jì)、功能設(shè)計(jì)進(jìn)行了進(jìn)一步的討論,最后扼要的分析總結(jié),力求為人們進(jìn)一步研究開發(fā)電子商務(wù)系統(tǒng)提供一些有益的視角和參考方案。
         
        關(guān)鍵字:購書系統(tǒng), B/S, JSP, Web, Servlet, JavaBean, JDBC

        ABSTRACT

         With the development of the Internet, more and more vendors have begun to establish the perfect online sales system. Sales online obviously has a lot of advantages, compared to the traditional ones. Online bookstore, researched and developed as a set of e-commerce system, is set to solve the problems of online sales of the traditional bookstores. The main function of the online bookstore is to make public information publishing and management which are based on the B / S structure to be realized in the online sales. Online bookstore is a typical JSP structure of e-commerce system, demonstrating the basic principles of Web operation. That is the request of forwarding and the redirect of pages in form of Servlet, at the same time, business components is displayed to the developers in form of JavaBean. The system accesses to the database employ the JDBC technology which is very popular at present.
         This article first outlines the basic e-commerce to start, and then on e-commerce system development tools and technology, structural design, functional design by a further discussion, and finally a brief summary of the analysis to further research and development for people to e-commerce system to provide some useful perspective and reference program.


        Keywords:Online Bookshop, B/S, JSP, Web, Servlet, JavaBean, JDBC

        目錄

        摘要 I
        ABSTRACT II
        第1章 引言 1
        1.1 背景 1
        1.2  研究內(nèi)容及擬解決問題 2
        1.3  技術(shù)背景 2
        第2章 系統(tǒng)分析及設(shè)計(jì) 8
        2.1 需求分析 8
        2.2  系統(tǒng)模塊設(shè)計(jì) 8
        2.3  系統(tǒng)設(shè)計(jì)目標(biāo) 10
        2.4 數(shù)據(jù)庫設(shè)計(jì)與實(shí)現(xiàn) 11
        2.4.1  數(shù)據(jù)庫E-R圖 11
        2.4.2  數(shù)據(jù)庫表設(shè)計(jì) 11
        第3章 系統(tǒng)實(shí)現(xiàn) 14
        3.1 Web工程 14
        3.1.1新建Web工程 14
        3.1.2 部署文件 15
        3.2 配置MYSQL數(shù)據(jù)庫 16
        3.3 網(wǎng)上書店基本流程 16
        3.4 系統(tǒng)界面 17
        3.5 業(yè)務(wù)邏輯層各bean功能 30
        第4章 結(jié)束語 32
        4.1 總結(jié) 32
        4.2 展望 32
        致  謝 33
        參考文獻(xiàn) 34


        相關(guān)論文
        本論文在計(jì)算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點(diǎn)論文格式范文查看
        上一篇:竹制轉(zhuǎn)椅進(jìn)銷存管理系統(tǒng) 下一篇:基于PB的企業(yè)員工管理系統(tǒng)
        Tags:基于 JSP 網(wǎng)上書店 設(shè)計(jì) 實(shí)現(xiàn) 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計(jì)算機(jī)論文
        推薦文章

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

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

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

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

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