基于web的網(wǎng)上書(shū)店的設(shè)計(jì)與實(shí)現(xiàn).zip
基于web的網(wǎng)上書(shū)店的設(shè)計(jì)與實(shí)現(xiàn),本文首先介紹了我所構(gòu)建的圖書(shū)交易平臺(tái)所必備的技術(shù)手段:多層b/s結(jié)構(gòu)、java/js/ajax技術(shù)、mvc模型、mysql數(shù)據(jù)庫(kù)技術(shù)、tomcat服務(wù)器等。在此基礎(chǔ)上,論述了基于網(wǎng)絡(luò)平臺(tái)的網(wǎng)上書(shū)店的功能和總體設(shè)計(jì)方案,數(shù)據(jù)庫(kù)設(shè)計(jì)方案,較詳細(xì)地論述了網(wǎng)上書(shū)店平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn),并且對(duì)在實(shí)現(xiàn)中遇到的一些主要問(wèn)題進(jìn)行了分析。該...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 holyjw 發(fā)布本文首先介紹了我所構(gòu)建的圖書(shū)交易平臺(tái)所必備的技術(shù)手段:多層B/S結(jié)構(gòu)、Java/js/ajax技術(shù)、MVC模型、MYSQL數(shù)據(jù)庫(kù)技術(shù)、Tomcat服務(wù)器等。在此基礎(chǔ)上,論述了基于網(wǎng)絡(luò)平臺(tái)的網(wǎng)上書(shū)店的功能和總體設(shè)計(jì)方案,數(shù)據(jù)庫(kù)設(shè)計(jì)方案,較詳細(xì)地論述了網(wǎng)上書(shū)店平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn),并且對(duì)在實(shí)現(xiàn)中遇到的一些主要問(wèn)題進(jìn)行了分析。
該系統(tǒng)實(shí)現(xiàn)了用戶(hù)的注冊(cè)登錄功能,用戶(hù)擁有雙重身份:即可充當(dāng)買(mǎi)家,也可以出售自己的商品。登陸平臺(tái)后,用戶(hù)可以在主頁(yè)瀏覽網(wǎng)站上成列的所有商品,對(duì)自己需要購(gòu)買(mǎi)的書(shū)籍可以對(duì)書(shū)籍下訂單進(jìn)行訂購(gòu)。且用戶(hù)有自己的用戶(hù)中心,在用戶(hù)中心,用戶(hù)可查詢(xún)自己所下的訂單的詳細(xì)情況,以及自己收到訂單的詳細(xì)情況,并且可以上架自己所需出售的商品。用戶(hù)可以在用戶(hù)中心修改自己的信息,以及已上架書(shū)籍的信息。
使用的是java+sql編程技術(shù)
包括了畢設(shè)的全部文件:開(kāi)題報(bào)告、文獻(xiàn)綜述、外文翻譯、畢業(yè)論文等。
摘 要
網(wǎng)上書(shū)店是近年來(lái)隨著網(wǎng)絡(luò)技術(shù)的發(fā)展而產(chǎn)生的一種新型的圖書(shū)銷(xiāo)售形式,與傳統(tǒng)實(shí)體店圖書(shū)銷(xiāo)售相比,網(wǎng)上圖書(shū)銷(xiāo)售擁有許多優(yōu)勢(shì)。諸如快速的圖書(shū)搜索,便捷的圖書(shū)信息瀏覽,簡(jiǎn)易的交易流程,足不出戶(hù)的購(gòu)書(shū)方式等都將大大節(jié)約用戶(hù)的時(shí)間。且圖書(shū)流通環(huán)節(jié)的減少使得的圖書(shū)價(jià)格下降,這為用戶(hù)提供了平價(jià)圖書(shū),為用戶(hù)帶來(lái)便利。正是由于這些優(yōu)勢(shì),網(wǎng)上圖書(shū)銷(xiāo)售才能得以在最短的時(shí)間內(nèi)迅速發(fā)展起來(lái),網(wǎng)上圖書(shū)銷(xiāo)售的興起,實(shí)際上是電子商務(wù)在圖文業(yè)發(fā)展的必然結(jié)果。
本文首先介紹了我所構(gòu)建的圖書(shū)交易平臺(tái)所必備的技術(shù)手段:多層B/S結(jié)構(gòu)、Java/js/ajax技術(shù)、MVC模型、MYSQL數(shù)據(jù)庫(kù)技術(shù)、Tomcat服務(wù)器等。在此基礎(chǔ)上,論述了基于網(wǎng)絡(luò)平臺(tái)的網(wǎng)上書(shū)店的功能和總體設(shè)計(jì)方案,數(shù)據(jù)庫(kù)設(shè)計(jì)方案,較詳細(xì)地論述了網(wǎng)上書(shū)店平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn),并且對(duì)在實(shí)現(xiàn)中遇到的一些主要問(wèn)題進(jìn)行了分析。
該系統(tǒng)實(shí)現(xiàn)了用戶(hù)的注冊(cè)登錄功能,用戶(hù)擁有雙重身份:即可充當(dāng)買(mǎi)家,也可以出售自己的商品。登陸平臺(tái)后,用戶(hù)可以在主頁(yè)瀏覽網(wǎng)站上成列的所有商品,對(duì)自己需要購(gòu)買(mǎi)的書(shū)籍可以對(duì)書(shū)籍下訂單進(jìn)行訂購(gòu)。且用戶(hù)有自己的用戶(hù)中心,在用戶(hù)中心,用戶(hù)可查詢(xún)自己所下的訂單的詳細(xì)情況,以及自己收到訂單的詳細(xì)情況,并且可以上架自己所需出售的商品。用戶(hù)可以在用戶(hù)中心修改自己的信息,以及已上架書(shū)籍的信息。
關(guān)鍵詞:圖書(shū);電子商務(wù);網(wǎng)上書(shū)店;Java;圖書(shū)交易平臺(tái)
Abstract
The online bookstore is a new form of book sales in recent years with the development of network technology, online book sales has many advantages compared with traditional physical store book sales. Such as fast book search, and convenient book information browsing, a simple transaction process, the textbook way of staying at home and so will greatly save the user time. Books and book circulation resulting decrease in the price decline, which provide users with cheap books, convenience for the user. Because of these advantages, online book sales can be in the shortest possible time the rapid development, the rise of online book sales, in fact, is the inevitable result of e-commerce in the graphics industry.
This paper first introduces the book trading platform that I built the necessary technical means: multi - layer B / S structure, the Java / js / Ajax technology, the MVC model, MYSQL database technology, the Tomcat server, etc... On this basis, discusses the web-based platform, online bookstore features and overall design, database design, a more detailed discussion of the Design and Implementation of the online bookstore shelves, and some of the major problems encountered in the implementation analysis.
The system implements the user registration login function; the user has a dual role: to act as a buyer, you can sell your own goods. Landing platform, Home website into a column of all goods, they need to buy the books you can book an order to order. And the user has its own user center, the user can query the details of orders under, as well as details of receipt of the order, and can be added to our catalog they need to sell goods. Users can modify their own information in the user center and has shelves of books.
Keywords: Books; e-commerce; online bookstore; Java; book trading platform
目 錄
摘要
Abstract
第1章 概 述 1
1.1 研究目的和意義 1
1.2 研究現(xiàn)狀 2
1.3 研究?jī)?nèi)容 3
第2章 開(kāi)發(fā)技術(shù)與運(yùn)行環(huán)境 5
2.1 B/S結(jié)構(gòu) 5
2.2 Java技術(shù) 5
2.3 MYSQL 7
2.4 JavaScript技術(shù) 8
2.5 MVC三層架構(gòu) 8
2.6 運(yùn)行環(huán)境 9
第3章 系統(tǒng)設(shè)計(jì) 10
3.1 需求分析 10
3.1.1 顧客需求分析 10
3.1.2 賣(mài)家需求分析 13
3.2 系統(tǒng)功能設(shè)計(jì) 15
3.2.1 系統(tǒng)總體結(jié)構(gòu) 15
3.2.2 顧客功能模塊設(shè)計(jì) 16
3.2.3 賣(mài)家功能模塊設(shè)計(jì) 18
4.1 數(shù)據(jù)庫(kù)需求分析 20
4.2 數(shù)據(jù)庫(kù)E-R圖分析 20
4.3 數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì) 22
5.1 數(shù)據(jù)庫(kù)連接 24
5.2 系統(tǒng)前臺(tái)的實(shí)現(xiàn) 24
5.2.1 注冊(cè)模塊實(shí)現(xiàn) 24
5.2.2 登錄模塊實(shí)現(xiàn) 26
5.2.3 書(shū)籍瀏覽模塊實(shí)現(xiàn) 29
5.2.4 顧客下單模塊實(shí)現(xiàn) 32
5.2.5 書(shū)籍上架模塊實(shí)現(xiàn) 33
5.2.6 已下訂單查詢(xún)模塊實(shí)現(xiàn) 34
5.2.7 收到訂單查詢(xún)模塊實(shí)現(xiàn) 36
5.3系統(tǒng)后臺(tái)的實(shí)現(xiàn) 37
5.3.1 用戶(hù)業(yè)務(wù)處理模塊實(shí)現(xiàn) 37
5.3.2 書(shū)籍業(yè)務(wù)處理模塊實(shí)現(xiàn) 37
5.3.3 訂單業(yè)務(wù)處理模塊實(shí)現(xiàn) 38
5.3.4 書(shū)籍信息處理模塊實(shí)現(xiàn) 38
5.3.5 用戶(hù)信息處理模塊實(shí)現(xiàn) 39
5.3.6 訂單信息處理模塊實(shí)現(xiàn) 40
第6章 結(jié)束語(yǔ) 42
參考文獻(xiàn) 43
致 謝 44