【正文】
論文 基于 struts2 的網(wǎng)上書店系統(tǒng)的設(shè)計與實現(xiàn) 申請人: 學科(專業(yè)): 計算機科學與技術(shù) 指導教師 : 2020 年 03 月 網(wǎng)絡(luò)教育學院 畢 業(yè) 設(shè) 計 (論 文 ) 任 務(wù) 書 專業(yè)班級 層次 專升本 姓名 學號 一、畢業(yè)設(shè)計(論文)題目 基于 struts2 的網(wǎng)上書店系統(tǒng)的設(shè)計與實現(xiàn) 二、畢業(yè)設(shè)計(論文)工作自 2020 年 02月 10日起至 2020年 03 月 20日止 三、畢業(yè)設(shè)計(論文)基本要求: 1.選題具有科學性、先進性、可行性及創(chuàng)新性。 2.背景及意義能清楚展現(xiàn)。 3.文獻資料查閱充分。 4.軟件系統(tǒng)需求分析充分、設(shè)計方案合理、實現(xiàn)技術(shù)科學。 5.軟件功能實現(xiàn)合理,有一定的應(yīng)用價值。 6.論文書寫有一定的邏輯性,全文結(jié)構(gòu)安排合理。 7.論文基本字數(shù) 8000 字以上,書寫符合要求,具有可讀性及科 學性。 指導教師 : IV 網(wǎng)絡(luò)教育學院 畢業(yè)設(shè)計 (論文 )考核評議書 指導教師評語: 該生能按期完成規(guī)定的任務(wù),難易程度和工作量 符合教學要求,工作努力、作風嚴謹務(wù)實。說明該生 具備了 較強的 獨立查閱和調(diào)研能力,有綜合收集和正確利用各種信息及獲取新知識的能力。設(shè)計分析科學、方案基本合理,論 文條理清楚,文理通順,技術(shù)用語準確、規(guī)范,書寫格式比較規(guī)范。同意該生參加論文答辯。 建議成績: 優(yōu)秀 指導教師簽名: 2020 年 03 月 28 日 答辯小組意見: 負責人簽名 年 月 日 答辯小組成員 畢業(yè)設(shè)計(論文)答辯委員會意見: 負責人簽名: 年 月 日 摘 要 I 論文題目: 基于 struts2 的網(wǎng)上書店系統(tǒng)的設(shè)計與實現(xiàn) 學科( 專業(yè) ) : 計算機科學與技術(shù) 申請人 : 指導教師: 摘 要 網(wǎng)上書店系統(tǒng)是借助網(wǎng)絡(luò)平臺,以圖書交易為主的電子商務(wù)型網(wǎng)站。本系統(tǒng)就是在 Windows xp 下,以 mysql 為數(shù)據(jù)庫開發(fā)平臺, Tomcat 網(wǎng)絡(luò)信息服務(wù)作為應(yīng)用服務(wù)器,基于 Struts2 框 架等 JAVA WEB 技術(shù)實現(xiàn)的。本系統(tǒng)主要實現(xiàn)了用戶登錄、用戶注冊、用戶資料管理、管理員登錄和管理、圖書信息管理、圖書查詢、訂單管理、購物車等功能。本系統(tǒng)通用性強,經(jīng)過簡單的修改就可以應(yīng)用于更廣泛的網(wǎng)上購物系統(tǒng),具有一定的推廣價值。 關(guān) 鍵 詞 : 網(wǎng)上書店; MVC 模式; JSP 動態(tài)網(wǎng)頁技術(shù); Struts2 框架 論文類型 :軟件開發(fā) ABSTRACT III Title:Design and Implementation Of Online Bookstore System based on Struts2 Speciality: Computer Science and Technology Applicant: Fan Min Supervisor: Prof. ZhaoYanFeng ABSTRACT Online bookstore is the platform through the work, the transactionbased emerce based website graduation project is under the Windows XP to MySql as the database development platform, Tomcat application server as a work information service, based on Struts2 framework for JAVA WEB technology in a simple online bookstore management system implements the functions of a user login、user registration、 user information management、 the administrator login and management、library information management、 the book search、 order management, shopping cart and so on. The system has a strong a simple modification ,it can be applied to a wider range of online shopping, it has somepromotional value. KEY WORDS: Online Bookshop。 MVC Pattern。 JSP Technology。 Struts2 Framework。 TYPE OF THESIS: Software development目 錄 IV 目 錄 摘 要 ....................................................................................................................................... I ABSTRACT ............................................................................................................................ III 目 錄 .....................................................................................................................................IV 1 緒論 ....................................................................................................................................... 1 研究背景 ................................................................................................................ 1 網(wǎng)上書店的發(fā)展 .................................................................................................... 1 網(wǎng)上書店的現(xiàn)狀 .................................................................................................... 2 網(wǎng)上書店的優(yōu)越性 ................................................................................................ 2 2 系統(tǒng)關(guān)鍵技術(shù)綜述 .............................................................................................................. 5 JSP 動態(tài)網(wǎng)頁開發(fā)技術(shù) ............................................................................................. 5 框架技術(shù) 與 MVC 設(shè)計模式 ..................................................................................... 5 框架技術(shù) ......................................................................................................... 5 MVC 設(shè)計模式 ............................................................................................... 6 Struts2 框架 ................................................................................................................ 7 什么是 Struts2 ................................................................................................. 7 Struts2 的工作原理 ......................................................................................... 7 3 開發(fā)環(huán)境的搭建與配置 ...................................................................................................... 9 開發(fā)環(huán)境簡介 ............................................................................................................ 9 開發(fā)軟件的下載,安裝與環(huán)境配置 ........................................................................ 9 JDK 下載及安裝 ....................................................................................... 9 Tomcat 下載與安裝 ................................................................................ 10 下載與安裝 ............................................................................ 10 Struts2 開發(fā)包的下載與環(huán)境配置 ............................................................... 10 4 系統(tǒng)的需求與分析 ............................................................................................................ 12 可行性分析 ..........................................................