論文格式
電氣工程 會計論文 金融論文 國際貿(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) |
搜索 高級搜索

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

電子商務(wù)系統(tǒng)的開發(fā)---網(wǎng)上購書管理系統(tǒng)

 本文ID:LWGSW17651 價格:收費積分/100
掃一掃 掃一掃
本站會員可自行下載:下載地址 電子商務(wù)系統(tǒng)的開發(fā)---網(wǎng)上購書管理系統(tǒng) (收費:1000 積分)  

論文字數(shù):13354,頁數(shù):37

摘要
 
 隨著時代的發(fā)展,信息技術(shù)、Internet技術(shù)及數(shù)據(jù)庫技術(shù)的不斷發(fā)展完善,網(wǎng)絡(luò)進程的加快,傳統(tǒng)的購物方式也越來越不能滿足人們快節(jié)奏的生活需求,電子商務(wù)應(yīng)運而生。伴隨著電子商務(wù)技術(shù)的不斷成熟,電子商務(wù)的功能也越來越強大,注冊用戶可以在網(wǎng)上搜索購買到自己想要的各種商品,初步讓人們體會到了足不出戶,便可隨意購物的快感。本次畢業(yè)設(shè)計也就正是一個電子商務(wù)系統(tǒng)的開發(fā)---網(wǎng)上購書管理系統(tǒng)。
 本設(shè)計以“網(wǎng)上書店”的制作過程為例,以設(shè)計為主,介紹了網(wǎng)上書店的整體開發(fā)技術(shù)的考慮和選擇、網(wǎng)上書店的框架設(shè)計、原型開發(fā)及其具體設(shè)計、網(wǎng)站的部分代碼開發(fā)等內(nèi)容;以及開發(fā)過程中開發(fā)工具的使用心得、編碼心得。

關(guān)鍵詞: 網(wǎng)上書店,電子商務(wù),數(shù)據(jù)庫

ABSTRACT
 
 With the development of the information technology, Internet technology and the database technology developed, accelerate the process of the network, the traditional shopping is increasingly unable to meet the people's fast-paced life demands E-commerce emerged. Along with e-commerce technology continues to mature, functional e-commerce has become increasingly powerful, Registered users can search on the Internet that they want to buy the goods, preliminary let people come to their doorsteps. will be free to the excitement. The graduates will design an e-commerce system is the development of online bookstores -- the management system.
 The design of "online bookstore" the production process as an example, the design of the main, on the online bookstore of the overall development of technical considerations and options, online bookstore framework design, prototype development and design, the website of the code development; and the development process of development experience in the use of tools, Coding experience.

Keywords:  Online Bookstore,E-commerce,Database

目錄

摘要 I
ABSTRACT II
第1章 緒論 1
1.1 背景 1
1.2 研究內(nèi)容 2
第2章 系統(tǒng)設(shè)計技術(shù)及相關(guān)工具 3
2.1 開發(fā)技術(shù) 3
2.1.1 JSP技術(shù)介紹 3
2.1.2 java script介紹 5
2.2 開發(fā)工具選擇 7
2.2.1 Dreamweaver 7
2.2.2 Tomcat 8
2.3 本章小結(jié) 9
第3章 系統(tǒng)設(shè)計分析 10
3.1 系統(tǒng)總體設(shè)計 10
3.1.1 系統(tǒng)總體要求 10
3.1.2 系統(tǒng)結(jié)構(gòu) 10
3.2 需求分析 11
3.3 前臺功能分析 11
3.3.1 前臺流程圖 11
3.3.2 用戶的注冊和登錄 12
3.3.3 圖書查詢 12
3.3.4 圖書瀏覽 12
3.3.5 購物車 12
3.3.6 購書結(jié)帳 12
3.3.7 訂單管理 12
3.4 后臺功能分析 13
3.4.1 后臺功能流程圖 13
3.4.2 圖書添加功能 13
3.4.3 圖書修改刪除功能 13
3.4.4 用戶信息管理功能 14
3.4.5 新聞公告管理功能 14
3.4.6 圖書分類管理功能 14
3.5 本章小結(jié) 14
第4章 數(shù)據(jù)庫設(shè)計 15
4.1 數(shù)據(jù)庫工具 15
4.2 數(shù)據(jù)庫需求分析 15
4.3 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計E-R圖 16
4.4 數(shù)據(jù)庫表設(shè)計 17
4.5 本章小結(jié) 20
第5章 系統(tǒng)的實現(xiàn) 21
5.1 前臺功能模塊實現(xiàn) 21
5.1.1 用戶注冊登錄實現(xiàn) 21
5.1.2 圖書查詢實現(xiàn) 22
5.1.3 圖書展示實現(xiàn) 23
5.1.4 購物車實現(xiàn) 24
5.2 后臺功能模塊實現(xiàn) 25
5.2.1 圖書添加功能實現(xiàn) 25
5.2.2 刪除修改圖書功能實現(xiàn) 26
5.2.3 用戶管理功能實現(xiàn) 27
5.2.4 公告管理功能實現(xiàn) 28
5.2.5 圖書分類管理功能實現(xiàn) 29
5.3 本章小結(jié) 30
第6章 結(jié)論 31
致謝 32
參考文獻 33


相關(guān)論文
本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
上一篇:基于Java語言設(shè)計的“俄羅斯方塊.. 下一篇:網(wǎng)上購物系統(tǒng)
Tags:電子商務(wù) 系統(tǒng) 開發(fā) --- 網(wǎng)上購書 管理系統(tǒng) 【收藏】 【返回頂部】
最新文章
熱門文章
計算機論文
推薦文章

本站部分文章來自網(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號

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

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