畢業(yè)論文 網(wǎng)上商城系統(tǒng).doc
約65頁DOC格式手機(jī)打開展開
畢業(yè)論文 網(wǎng)上商城系統(tǒng),摘要伴隨著計(jì)算機(jī)技術(shù)日益廣泛和深入的應(yīng)用,網(wǎng)絡(luò)的概念早已深入人心,網(wǎng)絡(luò)在各行各業(yè)中發(fā)展中占據(jù)了重要位置。商品的買賣已經(jīng)不再局限于普通的商店,網(wǎng)上商店已經(jīng)成為商家展示自己舞臺(tái)的另一舞臺(tái),也為商家?guī)砹烁叩睦?。本論文研究的?nèi)容就是網(wǎng)上商城的具體功能及實(shí)現(xiàn)。實(shí)現(xiàn)了商品查詢、商品管理、商品顯示、購物車、訂單管理、用戶管理等...
內(nèi)容介紹
此文檔由會(huì)員 ljjwl8321 發(fā)布
摘 要
伴隨著計(jì)算機(jī)技術(shù)日益廣泛和深入的應(yīng)用,網(wǎng)絡(luò)的概念早已深入人心,網(wǎng)絡(luò)在各行各業(yè)中發(fā)展中占據(jù)了重要位置。商品的買賣已經(jīng)不再局限于普通的商店,網(wǎng)上商店已經(jīng)成為商家展示自己舞臺(tái)的另一舞臺(tái),也為商家?guī)砹烁叩睦妗?br>本論文研究的內(nèi)容就是網(wǎng)上商城的具體功能及實(shí)現(xiàn)。實(shí)現(xiàn)了商品查詢、商品管理、商品顯示、購物車、訂單管理、用戶管理等功能?;旧蠈?shí)現(xiàn)了網(wǎng)上商城功能和購物流程,能夠完成網(wǎng)上商品的交易。其開發(fā)主要包括:數(shù)據(jù)庫的建立,前臺(tái)Web頁面設(shè)計(jì),后臺(tái)管理。本系統(tǒng)采用Oracle數(shù)據(jù)庫和Tomcat 6.0 服務(wù)器實(shí)現(xiàn)。
關(guān)鍵詞:網(wǎng)上商城、JSP、Oracle數(shù)據(jù)庫
Online shopping system
Abstract
Follow the technology of the computer in the enterprise and deep application day
by day, the concept internet has been deeply taken up people’s heart, the internet takes
an very important part in the development of all trades and professions. The trade of goods has not only limited in normal shop, the internet has became another stage which company can display themselves, it also bring more yield for company.
The contents of this paper studies are online shopping system's function and realizes. Has realized the goods query, the goods management, the goods display, the shopping cart, the order management, the users management and so on. Basically has realized online shopping function and shopping flow, can realize the commodity exchange on the internet. Its developments mainly include database setting-up, web design of the foreground pages and back-stage management. The system realized by Oracle database and Tomcat 6.0 Web server.
Key word: Online shop, JSP, Oracle database
目錄
摘 要 1
Abstract 2
目錄 3
1. 緒 論 5
1.1 開發(fā)背景 5
1.2 開發(fā)目的和意義 5
1.3 網(wǎng)上商城簡介 5
2. 軟件開發(fā)環(huán)境 7
2.1 JSP簡介 7
2.2 JavaBean技術(shù)簡介 8
2.3 Servlet技術(shù)簡介 9
2.4 Oracle數(shù)據(jù)庫簡介 10
2.5 MyEclipse 簡介 10
2.6 Tomcat 服務(wù)器介紹 11
2.7 開發(fā)環(huán)境的配置 13
2.7.1 JDK的安裝與配置 13
2.7.2 Tomcat的安裝 14
2.7.3 數(shù)據(jù)庫后臺(tái)環(huán)境配置 15
3. 網(wǎng)上商城系統(tǒng)需求分析 16
3.1 需求分析 16
3.2 可行性分析 17
3.2.1 技術(shù)可行性分析 17
3.2.2 運(yùn)行可行性分析 17
3.2.3 經(jīng)濟(jì)可行性分析 17
3.3運(yùn)行環(huán)境 18
4. 網(wǎng)上商城系統(tǒng)總體設(shè)計(jì) 19
4.1 系統(tǒng)的功能模塊 19
4.1.1 系統(tǒng)前臺(tái) 19
4.1.2 系統(tǒng)后臺(tái) 19
4.2 數(shù)據(jù)庫設(shè)計(jì) 20
4.2.1 數(shù)據(jù)庫系統(tǒng)概述 20
4.2.2總體結(jié)構(gòu)E-R圖 20
4.2.3 數(shù)據(jù)庫表設(shè)計(jì) 21
4.3 數(shù)據(jù)流程分析 22
4.4 主要業(yè)務(wù)流程分析 23
4.4.1 用戶注冊(cè) 23
4.4.2 用戶登錄 24
4.4.3 網(wǎng)上購物 25
5.網(wǎng)上商城系統(tǒng)詳細(xì)設(shè)計(jì) 26
5.1 系統(tǒng)主要文件 26
5.1.1 com.frl.model包 26
5.1.2 com.frl.servlet包 26
5.1.3前臺(tái)系統(tǒng) 27
5.1.4后臺(tái)系統(tǒng) 27
5.2詳細(xì)功能設(shè)計(jì)及實(shí)現(xiàn) 27
5.2.1 用戶注冊(cè)模塊 27
5.2.2 用戶登錄模塊 28
5.2.3 商品顯示模塊 30
5.2.4 購物車模塊 31
5.2.5 生成訂單模塊 34
5.2.6 訂單模塊 34
5.2.7 管理員登錄模塊 36
5.2.8 添加商品模塊 37
5.2.9 用戶管理模塊 38
5.2.10 訂單管理模塊 38
6 系統(tǒng)測試 40
6.1 軟件測試的方法和步驟 40
6.2 測試及評(píng)價(jià) 41
總 結(jié) 42
參考文獻(xiàn) 43
致 謝 44
外文原文 45
中文翻譯 52
附錄 56
伴隨著計(jì)算機(jī)技術(shù)日益廣泛和深入的應(yīng)用,網(wǎng)絡(luò)的概念早已深入人心,網(wǎng)絡(luò)在各行各業(yè)中發(fā)展中占據(jù)了重要位置。商品的買賣已經(jīng)不再局限于普通的商店,網(wǎng)上商店已經(jīng)成為商家展示自己舞臺(tái)的另一舞臺(tái),也為商家?guī)砹烁叩睦妗?br>本論文研究的內(nèi)容就是網(wǎng)上商城的具體功能及實(shí)現(xiàn)。實(shí)現(xiàn)了商品查詢、商品管理、商品顯示、購物車、訂單管理、用戶管理等功能?;旧蠈?shí)現(xiàn)了網(wǎng)上商城功能和購物流程,能夠完成網(wǎng)上商品的交易。其開發(fā)主要包括:數(shù)據(jù)庫的建立,前臺(tái)Web頁面設(shè)計(jì),后臺(tái)管理。本系統(tǒng)采用Oracle數(shù)據(jù)庫和Tomcat 6.0 服務(wù)器實(shí)現(xiàn)。
關(guān)鍵詞:網(wǎng)上商城、JSP、Oracle數(shù)據(jù)庫
Online shopping system
Abstract
Follow the technology of the computer in the enterprise and deep application day
by day, the concept internet has been deeply taken up people’s heart, the internet takes
an very important part in the development of all trades and professions. The trade of goods has not only limited in normal shop, the internet has became another stage which company can display themselves, it also bring more yield for company.
The contents of this paper studies are online shopping system's function and realizes. Has realized the goods query, the goods management, the goods display, the shopping cart, the order management, the users management and so on. Basically has realized online shopping function and shopping flow, can realize the commodity exchange on the internet. Its developments mainly include database setting-up, web design of the foreground pages and back-stage management. The system realized by Oracle database and Tomcat 6.0 Web server.
Key word: Online shop, JSP, Oracle database
目錄
摘 要 1
Abstract 2
目錄 3
1. 緒 論 5
1.1 開發(fā)背景 5
1.2 開發(fā)目的和意義 5
1.3 網(wǎng)上商城簡介 5
2. 軟件開發(fā)環(huán)境 7
2.1 JSP簡介 7
2.2 JavaBean技術(shù)簡介 8
2.3 Servlet技術(shù)簡介 9
2.4 Oracle數(shù)據(jù)庫簡介 10
2.5 MyEclipse 簡介 10
2.6 Tomcat 服務(wù)器介紹 11
2.7 開發(fā)環(huán)境的配置 13
2.7.1 JDK的安裝與配置 13
2.7.2 Tomcat的安裝 14
2.7.3 數(shù)據(jù)庫后臺(tái)環(huán)境配置 15
3. 網(wǎng)上商城系統(tǒng)需求分析 16
3.1 需求分析 16
3.2 可行性分析 17
3.2.1 技術(shù)可行性分析 17
3.2.2 運(yùn)行可行性分析 17
3.2.3 經(jīng)濟(jì)可行性分析 17
3.3運(yùn)行環(huán)境 18
4. 網(wǎng)上商城系統(tǒng)總體設(shè)計(jì) 19
4.1 系統(tǒng)的功能模塊 19
4.1.1 系統(tǒng)前臺(tái) 19
4.1.2 系統(tǒng)后臺(tái) 19
4.2 數(shù)據(jù)庫設(shè)計(jì) 20
4.2.1 數(shù)據(jù)庫系統(tǒng)概述 20
4.2.2總體結(jié)構(gòu)E-R圖 20
4.2.3 數(shù)據(jù)庫表設(shè)計(jì) 21
4.3 數(shù)據(jù)流程分析 22
4.4 主要業(yè)務(wù)流程分析 23
4.4.1 用戶注冊(cè) 23
4.4.2 用戶登錄 24
4.4.3 網(wǎng)上購物 25
5.網(wǎng)上商城系統(tǒng)詳細(xì)設(shè)計(jì) 26
5.1 系統(tǒng)主要文件 26
5.1.1 com.frl.model包 26
5.1.2 com.frl.servlet包 26
5.1.3前臺(tái)系統(tǒng) 27
5.1.4后臺(tái)系統(tǒng) 27
5.2詳細(xì)功能設(shè)計(jì)及實(shí)現(xiàn) 27
5.2.1 用戶注冊(cè)模塊 27
5.2.2 用戶登錄模塊 28
5.2.3 商品顯示模塊 30
5.2.4 購物車模塊 31
5.2.5 生成訂單模塊 34
5.2.6 訂單模塊 34
5.2.7 管理員登錄模塊 36
5.2.8 添加商品模塊 37
5.2.9 用戶管理模塊 38
5.2.10 訂單管理模塊 38
6 系統(tǒng)測試 40
6.1 軟件測試的方法和步驟 40
6.2 測試及評(píng)價(jià) 41
總 結(jié) 42
參考文獻(xiàn) 43
致 謝 44
外文原文 45
中文翻譯 52
附錄 56