基于ecshop網(wǎng)上商店的實(shí)現(xiàn).doc
約28頁DOC格式手機(jī)打開展開
基于ecshop網(wǎng)上商店的實(shí)現(xiàn),基于ecshop網(wǎng)上商店的實(shí)現(xiàn) 摘要:網(wǎng)上商城系統(tǒng)開發(fā)存在的兩個(gè)問題就是后臺的管理與消費(fèi)者操作的方便性,系統(tǒng)從數(shù)據(jù)庫開發(fā)的基本內(nèi)容入手,利用php編程技術(shù)開發(fā)了基于web的在線用戶管理模塊、在線商品銷售模塊、在線后臺管理模塊。實(shí)現(xiàn)了最重要的商品銷售功能,也就是管理庫房中的商品,及管理用戶的購物車,從而實(shí)現(xiàn)結(jié)帳等一系...
內(nèi)容介紹
此文檔由會員 zijincheng 發(fā)布基于ECSHOP網(wǎng)上商店的實(shí)現(xiàn)
摘要:網(wǎng)上商城系統(tǒng)開發(fā)存在的兩個(gè)問題就是后臺的管理與消費(fèi)者操作的方便性,系統(tǒng)從數(shù)據(jù)庫開發(fā)的基本內(nèi)容入手,利用PHP編程技術(shù)開發(fā)了基于Web的在線用戶管理模塊、在線商品銷售模塊、在線后臺管理模塊。實(shí)現(xiàn)了最重要的商品銷售功能,也就是管理庫房中的商品,及管理用戶的購物車,從而實(shí)現(xiàn)結(jié)帳等一系列功能。另外網(wǎng)上商品銷售系統(tǒng)還提供給用戶查找數(shù)據(jù)庫中商品相關(guān)記錄的功能。同時(shí),為了保證商品交易的正常進(jìn)行,還實(shí)現(xiàn)了用戶的登錄注冊功能。網(wǎng)上商城系統(tǒng)按照軟件工程的要求,對系統(tǒng)進(jìn)行需求分析,總體設(shè)計(jì),詳細(xì)設(shè)計(jì),編碼與測試,在此基礎(chǔ)上將理論知識與開發(fā)技術(shù)運(yùn)用到系統(tǒng)的實(shí)現(xiàn)過程當(dāng)中,完成了網(wǎng)上商城平臺的構(gòu)建。經(jīng)過大量的系統(tǒng)測試發(fā)現(xiàn),ECshop網(wǎng)站的訪問速度較塊,安全性較好,有很強(qiáng)的實(shí)用性。
本論文詳細(xì)介紹了開發(fā)網(wǎng)上商城的全過程,是按軟件工程的思想設(shè)計(jì)的 ,包括需求分析、系統(tǒng)總體設(shè)計(jì)、系統(tǒng)詳細(xì)設(shè)計(jì)等。
本系統(tǒng)具有多方面特點(diǎn):系統(tǒng)功能完備,使用方便簡捷,人性化的用戶界面,安全保密設(shè)置齊全,節(jié)省經(jīng)營成本,大大減少了操作人員的工作負(fù)擔(dān)。
關(guān)鍵詞:購物車,數(shù)據(jù)庫管理,PHP編程
Based on the ECSHOP online store implementation
Abstract: Two problems exist in the online store system development is the background of management and consumer convenience of operation, the system start from the basic contents of the database development, PHP programming techniques to develop a Web-based user management module, online merchandise sales modules, on-lineAdmin module. The most important commodity sales function, that is, management of goods in the warehouse, and manage the user's shopping cart in order to achieve checkout a series of functions. In addition, online merchandise sales system also provides users to find the function of commodity-related database records. The same time, in order to ensure normal commodity trading, the user's login registration function. Online Shopping Mall in accordance with the requirements of software engineering, requirements analysis, conceptual design, detailed design, coding and testing the system, on the basis of theoretical knowledge and development of technology applied to the system implementation process, and completed the online store platform . Found after a large number of system testing, ECshop site access speed than the block, good security, there is a strong practical.
In this thesis describes the whole process of developing an online mall, is asoftware engineering design, including requirements analysis, system design,detailed design.
This system has many characteristics: the system is fully functional, easy to usesimple, intuitive user interface, complete set of security and confidentiality, thesavings in operating costs, greatly reducing the workload of the operator.
Key words: Shopping cart, database management and PHP programming
目 錄
摘 要 I
Abstract II
第1章 緒 論 1
1.1 課題背景 1
1.2 課題的目的和意義 1
1.3 國內(nèi)外概況 1
1.4 課題的發(fā)展趨勢 2
第2章 可行性分析 3
2.1 社會可行性 3
2.2 技術(shù)可行性 3
2.3 操作可行性 3
2.4 系統(tǒng)的技術(shù)介紹 3
2.4.1 JavaScript介紹 3
2.4.2 MVC介紹 4
2.4.3 MySQL介紹 5
2.4.4 JDBC介紹 6
2.5 系統(tǒng)開發(fā)平臺及運(yùn)行環(huán)境 6
2.5.1 系統(tǒng)開發(fā)平臺 6
2.5.2 運(yùn)行環(huán)境 7
第3章 需求分析 8
3.1 系統(tǒng)需求分析 8
3.2 數(shù)據(jù)庫結(jié)構(gòu)分析 8
3.3 平臺功能分析 9
3.4 數(shù)據(jù)庫分析 10
3.4.1 ER圖分析 10
3.4.2 數(shù)據(jù)庫表分析 11
第4章 系統(tǒng)分析 14
4.1 通用文件設(shè)計(jì) 14
4.2 首頁設(shè)計(jì) 14
4.3 網(wǎng)站會員設(shè)計(jì) 16
4.3.1 會員注冊與登錄 16
4.3.2 會員信息管理 18
4.4 會員購物設(shè)計(jì) 18
4.4.1 購物車設(shè)計(jì) 19
4.4.2 個(gè)人信息設(shè)計(jì) 20
4.5 生成訂單 21
第5章 商城后臺設(shè)計(jì)與實(shí)現(xiàn) 22
5.1 后臺登錄界面和主頁面界面設(shè)計(jì) 22
5.1.1 登錄界面的設(shè)計(jì) 23
5.1.2 后臺主頁的設(shè)計(jì) 23
5.2 訂單信息查看 23
5.3 管理員模塊 24
5.4 類別資料管理 25
5.4.1 商品大類 25
5.4.2 商品小類 26
5.5 出版單位資料管理 26
5.6 商品資料管理 27
5.6.1 瀏覽商品資料 27
5.6.2 增加商品資料 28
5.6.3 修改商品資料 29
5.7 網(wǎng)站人員的管理 29
第6章 系統(tǒng)測試 30
6.1 測試目的與目標(biāo) 30
6.2 測試方法 30
6.3 測試用例 31
6.4 測試結(jié)論 31
結(jié) 論 33
致 謝 34
參考文獻(xiàn) 35