【正文】
xxx 學(xué) 號(hào) xxxxxxxx 指導(dǎo)教師 xxx 二〇一〇 年 六 月 四 日畢業(yè)設(shè)計(jì) I 摘 要 電子商務(wù)作為新經(jīng)濟(jì)時(shí)代和全球經(jīng)濟(jì)一體化趨勢(shì)的商業(yè)模式,隨著 Inter和 Web技術(shù)的迅猛發(fā)展日益流行。 近年來(lái)隨著國(guó)內(nèi)婚紗產(chǎn)業(yè)的發(fā)展以及新人對(duì)婚紗衛(wèi)生和個(gè)性化的要求,引發(fā)了買(mǎi)婚紗的熱潮,婚紗禮服的消費(fèi)量猛增。 本文 首先 對(duì)網(wǎng)上婚紗 店鋪經(jīng)營(yíng)管理系統(tǒng)進(jìn)行了需求分析,在此基礎(chǔ)上,對(duì)網(wǎng)站的框架進(jìn)行了總體設(shè)計(jì),對(duì)各模塊功能實(shí)現(xiàn)進(jìn)行了細(xì)分,然后根據(jù)功能需求選擇適當(dāng)?shù)拈_(kāi)發(fā)環(huán)境和工具軟件。 該 系統(tǒng)體系結(jié)構(gòu)使用B/S 模式結(jié)構(gòu), 可以 在 Windows 2020/XP 或更高版本的操作系統(tǒng)服務(wù)器上運(yùn)行 。 關(guān)鍵詞 : JSP; MYSQL; 電子商務(wù) ; 網(wǎng)上婚紗 店鋪 濟(jì)南大學(xué)畢業(yè)設(shè)計(jì) II ABSTRACT Being a new business model, electronic merce is considered as a product of new economic era as well as the process of globalization. Inter malls simplify the conventional way people shopping merchandise, thanks to the well evolved and widely applied technology of the Inter and the Web. Consumers enjoy the new way of easy, fast and convenient shopping practice, which consist part of the modern rhythm of life and getting more and more popular. In recent years, with the domestic industry development and the requirements for the new wedding gown for health and personalized, buying the gown was very hot and the consumption of wedding dresses soared. This system is trying on the work architecture with JSP, a dynamic of emerce sites. In this paper, the first step is conducted a needs analysis and on this basis, it carries out the design for framework. The realization of the modules has been subdivided, based on functional requirements and then it selects the appropriate development environment and tools software. The system is based on MYSQL for database development in platform, Tomcat application server as a work information services, and it uses JSP (Java Server Pages) technology with the Eclipse for the development environment. This system uses B/S structure and it can be running in Windows 2020 / XP or higher version of the operating system on the server. The system adopts the Struts technology to separate the foreground display and the business logic processing and the operation for processing database uses Hibernate framework. Key words: JSP; MYSQL; emerce; online wedding dress shop 畢業(yè)設(shè)計(jì) III 目 錄 摘 要 ........................................................................................................... I ABSTRACT...................................................................................................... II 1 前言 ............................................................................................................. 1 題目背景 .................................................................................................................. 1 研究意義 ................................................................................................................. 1 題目?jī)?nèi)容 ................................................................................................................. 2 系統(tǒng)設(shè)計(jì)目標(biāo) ......................................................................................................... 2 相關(guān)技術(shù) ................................................................................................................. 3 JSP 技術(shù) ...................................................................................................... 3 B/S 模式 ...................................................................................................... 5 Struts 技術(shù) ................................................................................................... 6 Hibernate 技術(shù) ............................................................................................ 7 2 需求分析 ...................................................................................................... 8 需求分析 ................................................................................................................. 8 方案論證 ................................................................................................................. 9 經(jīng)濟(jì)可行性 ................................................................................................... 9 技術(shù)可行性 ................................................................................................... 9 開(kāi)發(fā)工具 ............................................................................................................... 10 前臺(tái)開(kāi)發(fā)工具 ............................................................................................. 10 后臺(tái)數(shù)據(jù)庫(kù) ................................................................................................. 11 Tomcat 服務(wù)器 ............................................................................................ 12 3 概要設(shè)計(jì) ..................................................................................................... 13 系統(tǒng)總體設(shè)計(jì)思想 ............................................................................................... 13 系統(tǒng)層次模塊圖 ................................................................................................... 13 數(shù)據(jù)庫(kù)概念設(shè)計(jì) ................................................................................................... 17 數(shù)據(jù)庫(kù)邏輯設(shè)計(jì) ................................................................................................... 18 4 詳細(xì)設(shè)計(jì) ..................................................................................................... 23 前臺(tái)功能模塊設(shè)計(jì) ............................................................................................... 23 后臺(tái)功能模塊設(shè)計(jì) ............................................................................................... 29 5 系統(tǒng)運(yùn)行與測(cè)試 ........................................................................................... 33 系統(tǒng)運(yùn)行環(huán)境 ....................................................................................................... 33 單元測(cè)試 ......................................................................................