【正文】
分院名稱:格蘭芬多學院學生學號:3518208e18c82718霍格沃茨學院本科畢業(yè)論文(設計)(理工類)題 目: 小型售書網站 專 業(yè): 黑魔法防御專業(yè) 作 者 姓 名: 哈利波霸 指導教師姓名: 西弗內斯?斯內普 指導教師職稱: 副教授 2022 年 4 月霍格沃茨學院本科畢業(yè)論文(設計)I霍格沃茨學院本科畢業(yè)論文(設計)作者承諾保證書本人鄭重承諾:本篇畢業(yè)論文(設計)的內容真實、可靠。如果存在弄虛作假、抄襲的情況,本人愿承擔全部責任。論文作者簽名: 日期: 年 月 日霍格沃茨學院本科畢業(yè)論文(設計)指導教師承諾保證書本人鄭重承諾:我已按有關規(guī)定對本篇畢業(yè)論文(設計)的選題與內容進行指導和審核,堅持一人一題制,確認由作者獨立完成。如果存在學風問題,本人愿意承擔指導教師的相關責任。指導教師簽名:日期: 年 月 日霍格沃茨學院本科畢業(yè)論文(設計)II摘 要網絡書店,是一種網站式的書店。是當代的一種高質量,更快捷,更方便的購買圖書、音像制品等的方式。由于其涉及品種范圍很廣,客戶的分布遍及網絡覆蓋區(qū)域、經營成本低廉、折扣價格較低、信息傳播速度快等優(yōu)點,使得近些年來網上書店有了蓬勃茁壯的發(fā)展,大有取代傳統(tǒng)實體書店的趨勢。本論文就是在這種背景下開展的。本文重點介紹了“小型售書網站”的開發(fā)意義及如何分析需求、設計程序和實現(xiàn)代碼的?;竟δ馨ㄓ脩糇詴T、登錄、圖書大類展示、圖書查詢、圖書詳細查詢、圖書暢銷書榜、留言板、特價圖書、新書上架、查看購物車、查看訂單、查看圖書詳細信息、購買圖書、購物車內合并結賬、確認收貨、評價圖書等。系統(tǒng)開發(fā)工具是使用 、 后臺數(shù)據(jù)庫及 服務器發(fā)布,系統(tǒng)是基于零售商戶背景開發(fā)的,可以有效的實現(xiàn)網上圖書交易。在論文中首先介紹了電子商務以及網上書店的相關知識,并根據(jù)以上的知識制作網站。文中主要包括需求分析、總體設計、功能設計、數(shù)據(jù)庫設計與代碼實現(xiàn)等,并通過流程圖和文字加以解釋說明。關鍵詞:JAVA Struts2 Spring Hibernate 網上書店霍格沃茨學院本科畢業(yè)論文(設計)IIIAbstractOnline bookstore is a type of bookstore website. It is a quality, efficient and convenient way to buy books. Due to its wide varieties, customers throughout the work coverage area, low operating costs, the discount price is low, the advantages of information transmission speed, make the development of online bookstores have booming in recent years, a trend to replace the traditional entity bookstore. This thesis is carried out under this background.This article has introduced the main body of ‘the web bookshop’ exploitation significance and how to analyse,desige and realiaze. The fundamental function logs on including consumer register member, the book shows book , browses on line, longrange purchase , longrange business etc. The system develop implement is to use and the data base , system is that background is development owing to entity family of retail dealer , the book trades on being able to be effective realizing a . And have introduced Electronic Commerce first and have developed the what be used a software relevance knowledge in the thesis, make website according to all above knowledge. Include the need analysis , population design , function design mainly in culture, data base design and realization etc., and by the fact that the flow chart and characters explain explanation additionally .Key Words: JAVA Struts2 Spring Hibernate online bookstore霍格沃茨學院本科畢業(yè)論文(設計)IV目 錄承諾保證書 ...............................................................................................................................I摘 要 ......................................................................................................................................IIABSTRACT ..........................................................................................................................III第一章 緒 論 .......................................................................................................................7 本課題的來源及研究意義 .............................................................................7 電子商務概述 .................................................................................................7第二章 需求分析與設計 .....................................................................................................10 需求分析 ........................................................................................................10 總體設計 .......................................................................................................12 功能設計 ........................................................................................................13第三章 數(shù)據(jù)庫的設計與實現(xiàn) .............................................................................................14 數(shù)據(jù)庫的需求分析 .......................................................................................14 創(chuàng)建數(shù)據(jù)表的腳本 .......................................................................................15 數(shù)據(jù)表的關系模型 .......................................................................................17第四章 網站使用基本流程 .................................................................................................20第五章 網站各頁面功能 .....................................................................................................21 小型售書網站首頁 ...........................................21 顯示圖書詳細信息 ..........................23 顯示購物車信息 ..................................25霍格沃茨學院本科畢業(yè)論文(設計)V 小型售書網站客戶登錄 ...........................26 小型售書網站客戶注冊 ......................27 未確認訂單信息頁面 ...........................28 已完成訂單頁面 ................................29 確認收貨/評價 .............................30 留言板 ...........................................31 圖書列表顯示頁面詳細功能及描述 .........................................................32 其他頁面詳細功能及描述 .........................................................................34第六章 網站各業(yè)務層功能 .................................................................................................36 ACTION包講解 .................................................................................................37 DAO包講解 .....................................................................................................