【正文】
畢 業(yè) 論 文(設(shè) 計) 題 目 : 基于 B/S模式下在線購物系統(tǒng)的設(shè)計與實現(xiàn) 姓 名 : 鄭富華 學(xué)號 1109064044 院 (系 ) : 數(shù)學(xué)與計算機(jī)科學(xué)學(xué)院 專業(yè)班級: 信息與計算科學(xué) 1102班 指導(dǎo)教師: 趙 暉 完成地點: 陜西理工學(xué)院 2021 年 6 月 1陜西理工學(xué)院畢業(yè)論文 1 / 94 基于 B/S 模式下的在線購物系統(tǒng)設(shè)計與實現(xiàn) 作者:鄭富華 (陜西理工學(xué)院數(shù)學(xué)與計算機(jī)科學(xué)學(xué)院信息與計算科學(xué)專業(yè) 1102 班,陜西 漢中 723000) 指導(dǎo)教師:趙暉 [摘要 ]隨著社會經(jīng)濟(jì)的迅速發(fā)展和科學(xué)技術(shù)的全面進(jìn)步,以及計算機(jī)行業(yè)的迅速發(fā)展,促進(jìn)了以計算機(jī)與網(wǎng)絡(luò)技術(shù)為基礎(chǔ)的信息系統(tǒng)蓬勃發(fā)展。電子商城系統(tǒng),在網(wǎng)絡(luò)平臺上建立一個虛擬的購物商場,避免了傳統(tǒng)購物模式煩瑣的過程,適應(yīng)了如今快速的生活節(jié)奏;同時又能有效的減少商場運營的成本,開辟了一個嶄新的銷售渠道。本系統(tǒng)是一個小型 的電子商城系統(tǒng),符合目前國內(nèi)流行的電子商務(wù)模式。用戶可以再系統(tǒng)中實現(xiàn)注冊、登錄、修改密碼、購物、添加購物車、充值、結(jié)賬等功能。通過后臺管理模塊可以實現(xiàn)管理員后臺對會員、商品、系統(tǒng)的管理功能。 在設(shè)計方面,本系統(tǒng)采用 B/S 模式 ,同時使用 JSP 技術(shù)進(jìn)行動態(tài)頁面的設(shè)計,從系統(tǒng)的安全性和代碼的可重用性方面考慮,運用 Java Bean 對程序的關(guān)鍵代碼進(jìn)行封裝。后臺數(shù)據(jù)庫選用 MySQL數(shù)據(jù)庫。系統(tǒng)需求和總體設(shè)計方案,較詳細(xì)的論述了系統(tǒng)的詳細(xì)設(shè)計和實現(xiàn)。最后,本文對網(wǎng)上購物系統(tǒng)進(jìn)行了系統(tǒng)檢測并提出了還需要改進(jìn)的問題。 [關(guān)鍵詞 ] 電子商 MySQL 數(shù)據(jù)庫 系統(tǒng)需求 設(shè)計方案 B/S 模式 陜西理工學(xué)院畢業(yè)論文 2 / 94 Online mall shopping system Author: Zheng fuhua (Grade11,Class 2, Major in Information and puting science, Mathematics and puter science Dept. Shaanxi University of Technology, Hanzhong 723000,Shaanxi) Tutor:Zhao Hui 【 Abstract】 With the development of the rapid development of social economy and science and technology, and the rapid development of puter industry, information system based on puter and work technology is in a period of vigorous development. Electronic shopping mall system, the establishment of a virtual shopping on the Inter, to avoid the cumbersome process of selection of goods, it is suitable for the fast pace of modern life。 while effective control shopping mall operation cost, open up a new sales channels. This system is a small and mediumsized emerce system, in line with the current domestic popular emerce mode. Users can register, login, shopping, billing and other functions and system. Through the background management module can realize backstage management of membership, goods, logistics, order and system management functions. In terms of design, the system uses the B/S structure, and dynamic page design using JSP technology, from the security of the system and code reusability considerations, the use of Java Bean encapsulated the key code of the program. The backend database selected MySQL database. system requirements and overall design, a more detailed discussion of the detailed design and implementation of the system. Finally, the online shopping system, the system detects and also need to improve. 【 Key words】 Online mall shopping MySQL System requirements Overall design B/S structure 陜西理工學(xué)院畢業(yè)論文 3 / 94 目 錄 1. 緒 論 ................................................... 5 引言 ................................................ 5 研究的背景及意義 ..................................... 5 電子商城的發(fā)展及現(xiàn)狀 ................................. 5 基本目標(biāo)及主要功能 ................................... 6 2.系統(tǒng)需求分析 ........................................... 6 總體需求分析 ........................................ 6 可行性分析 ......................................... 6 技術(shù)可行性 ...................................... 6 操作可行性 ...................................... 6 社會可行性 ...................................... 7 開發(fā)及運行環(huán)境 ...................................... 7 開發(fā)環(huán)境 ....................................... 7 運行環(huán)境 ....................................... 7 開發(fā)架構(gòu)模式 ........................................ 7 系統(tǒng)功能分析 ........................................ 8 注冊功能 ....................................... 8 登 錄功能 ....................................... 8 修改密碼功能 ................................... 8 添加購物車功能 ................................. 8 充值功能 ....................................... 8 結(jié)款功能 ....................................... 8 用戶信息管理功能 ............................... 9 商品類型管理功能 ............................... 9 商品信息管理管理功能 ........................... 9 充值系數(shù)管理功能 ............................... 9 訂單管理功能 ................................... 9 退出 .......................................... 9 3.系統(tǒng)總體設(shè)計 .......................................... 10 項目規(guī)劃 .......................................... 10 系統(tǒng)流程 .......................................... 11 用戶流程圖 ..................................... 12 管理員流程圖 ................................... 13 數(shù)據(jù)庫設(shè)計 ........................................ 13 ER圖 ......................................... 14 數(shù)據(jù)庫實體屬性圖 ............................... 14 數(shù)據(jù)庫聯(lián)系圖 ................................... 15 4.系統(tǒng)詳細(xì)設(shè)計 .......................................... 16 陜西理工學(xué)院畢業(yè)論文 4 / 94 數(shù)據(jù)庫表 .......................................... 16 用戶信息表 ..................................... 16 商品類型表 ..................................... 17 商品信息表 ..................................... 17 訂單管理表 ..................................... 17 充值系數(shù)管理表 ................................. 17 5.系統(tǒng)功能實現(xiàn) .......................................... 18 注冊及登錄模塊 ...................................... 15 注冊模塊 ...................................... 15 登錄模塊 ...................................... 16 修改密碼模塊 .................................. 16 用戶模塊 .......................................... 17 商品查詢模塊 .................................. 17 商品展示模塊 .................................. 18 添加購物車模塊 ................................ 18 賬戶充值模塊 .................................. 19 付款模塊 ...................................... 19 管理員模塊 ........................................ 20 管理用戶模塊 .................................. 20 商品類型管理模塊 .............................. 21 商品管理模塊 .................................. 22 訂單管理模塊 .................................. 23 充值系數(shù)管理模塊 .............................. 24