【正文】
北京化工大學北方學院畢業(yè)設計(論文) 本科畢業(yè)論文 題 目 : 小型電子商務網(wǎng)站的設計 院 系 : 計算機科學與技術 專 業(yè) : 計算機科學與技術 論文提交日期 : 2020年 6月 15日 論文答辯日期 : 2020年 6月 26日 北京化工大學北方學院畢業(yè)設計(論文) 小型電子商務網(wǎng)站的 設計與實現(xiàn) 摘 要 隨著電子信息行業(yè)的不斷發(fā)展,網(wǎng)絡通信以及信息技術在人類生活中的普及, 利用計算機技術、網(wǎng)絡通信技術和 Inter實現(xiàn)商務活動的國際化、信息化,已成為各國商務發(fā)展的一大趨勢 ,傳統(tǒng)模式的購物已經(jīng)逐漸被方便快捷的網(wǎng)絡購物所取代,電子商務正是為了適應市場需求而蓬勃發(fā)展起來,網(wǎng)上購物也隨之很快成為一種時尚的購物方式,并為廣大網(wǎng)民所接受,隨著近年來電子商務的不斷發(fā)展,大大小小的網(wǎng)絡商城都逐漸涌現(xiàn)出來,比較成功的案例有:淘寶網(wǎng)、卓越網(wǎng)、當當網(wǎng)等,本文將以當當網(wǎng)作為參考,進行小型電子商務網(wǎng)站的開發(fā)。 本文探討了小型電子商務網(wǎng)站網(wǎng)上購物系統(tǒng)的理論基礎和設計思想,并根據(jù)軟件開發(fā)模型理論對系統(tǒng)進行需求分析、概要設計和詳細設計。明確了系統(tǒng)的功能、性能需求,前臺功能模塊和后臺數(shù)據(jù)庫的設計模式。實現(xiàn)了用 戶注冊、登錄功能,用戶對所有在售商品的瀏覽和已選商品信息的查詢以及結算等功能。 系統(tǒng) 采用 Browser/Server計算機網(wǎng)絡架構 及 J2EE技術 作為開發(fā)平臺 , 并采用了基于 MVC 的設計模式 , 使用JSP完成瀏覽器頁面設計 , 數(shù)據(jù)庫系統(tǒng)采用 MySQL, 并使用 JDBC 技術實現(xiàn)數(shù)據(jù)庫操作, 采用 Tomcat 作為 系統(tǒng)的 Web服務器 。 本系統(tǒng)以一個小型電子商務網(wǎng)站的業(yè)務為模型把用戶登錄、注冊以及網(wǎng)上購物,然后進行結算,最后存入郵寄地址作為主線來進行系統(tǒng)的設計和開發(fā)。經(jīng)過測試驗證,本系統(tǒng)能順利運行,并完 成了系統(tǒng)所要求的功能。 關鍵詞 : 購物車 。商品管理 。訂單管理 。B/S 結構 。 J2EE 技術 。 MVC 設計 北京化工大學北方學院畢業(yè)設計(論文) Design and Implementation of Small emerce site Abstract With the continuous development of electronic information industry, work munication and popularization of information technology in human life, the use of puter technology, work munication technology and Inter to realize business internationalization, informationization, has bee a big trend in the development of business, the traditional mode of shopping has been gradually replaced by convenient online shopping, electronic merce is in order to adapt to market demand and booming, online shopping also soon bee a fashion way of shopping, and accepted for the majority of Inter users, with the continuous development of electronic merce in recent years, large and small work mall have gradually emerged, more successful cases include: taobao, joyo and dangdang, this paper will with dangdang work as a reference, to small for the development of emerce sites. This paper discusses the small emerce site, online shopping system of theoretical basis and design ideas, and according to the software development model theory on the system demand analysis, outline design and detailed design. Clear the function of the system, the performance requirements, function modules and the design of backstage supporter39。s database pattern at the front desk. Realize the function of user registration, login, the user browsing of all in the sale of goods and the selected modity information query and settlement etc. Function. System USES the Browser/Server work architecture and the J2EE technology as a development platform, and adopted based on the MVC design pattern, plete Browser page design using JSP, using MySQL database system, and using the JDBC technology database operations, using Tomcat as Web Server of the system. 北京化工大學北方學院畢業(yè)設計(論文) This system for a small emerce business model is the user login, registration, and online shopping, then carries on the settlement, and finally deposited in the mail address as follows for system design and development. After test verification, this system can run smoothly, and pleted the function required by the system Key words: Shopping cart。 merchandise management。 order management。 B/S。 J2EE。 MVC design 北京化工大學北方學院畢業(yè)設計(論文) 目 錄 前 言 .................................................... 3 第 1 章 系統(tǒng)研發(fā)背景及意義 ................................... 1 第 節(jié) 選題背景 ....................................... 1 第 節(jié) 基于 B/S 架構的電子商務網(wǎng)站的研究現(xiàn)狀 ............ 1 第 節(jié) 課題背景及開展研究的意義 ........................ 4 第 節(jié) 研究方法、研究內(nèi)容及其預期目的 .................. 5 第 2 章 系統(tǒng)開發(fā)技術簡介及運行環(huán)境的搭建 ..................... 6 第 節(jié) Servlet 技術與 JSP 技術 .......................... 6 第 節(jié) 運行環(huán)境的搭建 .................................. 9 第 3 章 系統(tǒng)性能需求及數(shù)據(jù)描述 .............................. 13 第 節(jié) 需求分析 ...................................... 13 第 節(jié) 可行性研究 ..................................... 14 第 4 章 系統(tǒng)概要設計 ....................................... 15 第 節(jié) 概述 .......................................... 15 第 節(jié) 系統(tǒng)功能劃分 ................................... 16 第 節(jié) 系統(tǒng)功能描述 ................................... 16 第 5 章 系統(tǒng)數(shù)據(jù)庫設計 ..................................... 18 北京化工大學北方學院畢業(yè)設計(論文) 第 節(jié) 實體 ER 圖 ..................................... 18 第 節(jié) 數(shù)據(jù)庫設計 ..................................... 20 第 節(jié) 安全保密設計 ................................... 22 第 6 章 系統(tǒng)詳細設計 ....................................... 24 第 節(jié) 程序流程圖 ..................................... 24 前臺購物流程 ........................................ 24 ......................................... 25 第 節(jié) 用戶登錄功能的實施 ............................. 26 第 節(jié) 系統(tǒng)界面設計 ................................... 27 第 7 章 系統(tǒng)測試與維護 ..................................... 32 第 節(jié) 測試的任務及目標 ............................... 32 第 節(jié) 測試方案 ...................................... 33 第 節(jié) 系統(tǒng)維護 ...................................... 34 結 論 .................................................... 35 附 錄 .................................................... 37 參考文獻 ................................................... 41 致 謝 .................................................... 42 前 言 經(jīng)過時代的發(fā)展, 隨著電子商務魅力的日漸顯露,虛擬企業(yè)、虛擬銀行、網(wǎng)絡營銷、網(wǎng)上購 物、網(wǎng)上支付、網(wǎng)絡廣告等一大批前所未聞的新詞匯正在為人們所熟悉和認同,這些詞匯同時也從另一個側面反映了電子商務正在對社會和經(jīng)濟產(chǎn)生的影響。 時代在發(fā)展,科技在進步,網(wǎng)絡信息化也更加在完善,電子商務的發(fā)展更可以在中國正在茁壯成長。阿里巴巴的爆發(fā),淘寶的興起,慧聰網(wǎng)的誕生,京東商城的高速發(fā)展,凡客成品的壯大等一些優(yōu)秀電子商務網(wǎng)站,帶給這個時代的不僅是電子商務的催化作用,而且也給人們創(chuàng)造了更多的價值,推動社會更進一步的發(fā)展。 電子商務被看作是一種現(xiàn)代化的商業(yè)和行政作業(yè)方法,這種方法改善產(chǎn)品和服務 質(zhì)量、提高服務傳 遞速度,實現(xiàn)跨領域商業(yè)活動,滿足政府組織、廠商和消費者降低 成本的需求 , 通過計算機網(wǎng)絡加快信息交流以支持決策。電子商務的內(nèi)涵和外延也在不斷充實和擴展。近年來,世界范圍內(nèi) Inter/Intra 網(wǎng)絡環(huán)境的基本形成,使得基于 Inter 環(huán)境的系統(tǒng)的設計與開發(fā)成為重要方向,特別是 B/S 結構的應用越來越廣泛。 本系統(tǒng)前臺采用 JSP 技術, JSP 是基于 Java Servlet 以及整個 Java 體系的 Web開發(fā)技術,利用這一技術可以建立安全的、跨平臺的先進動態(tài)網(wǎng)站,這項技術還在不斷地被更新和優(yōu)化。后臺 數(shù)據(jù)庫是 ,而 則是 一個 關系型數(shù)據(jù)庫管理系統(tǒng)