特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

購書網(wǎng)站的設(shè)計與實現(xiàn).doc

約36頁DOC格式手機打開展開

購書網(wǎng)站的設(shè)計與實現(xiàn),目錄摘要1abstract2前言3第1章系統(tǒng)分析41.1可行性分析41.2需求分析4第2章系統(tǒng)設(shè)計52.1 系統(tǒng)總體設(shè)計52.2 系統(tǒng)設(shè)計思想62.3 數(shù)據(jù)庫設(shè)計72.3.1 數(shù)據(jù)需求分析72.3.2e-r 圖72.3.3邏輯結(jié)構(gòu)設(shè)計102.4系統(tǒng)運行壞境和開發(fā)工具112.4.1運行環(huán)境112.4.2開發(fā)工具112.5...
編號:5-144960大小:636.50K
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 shenyao89 發(fā)布

目錄
摘要 1
ABSTRACT 2
前言 3
第1章 系統(tǒng)分析 4
1.1 可行性分析 4
1.2 需求分析 4
第2章 系統(tǒng)設(shè)計 5
2.1 系統(tǒng)總體設(shè)計 5
2.2 系統(tǒng)設(shè)計思想 6
2.3 數(shù)據(jù)庫設(shè)計 7
2.3.1 數(shù)據(jù)需求分析 7
2.3.2 E-R 圖 7
2.3.3 邏輯結(jié)構(gòu)設(shè)計 10
2.4 系統(tǒng)運行壞境和開發(fā)工具 11
2.4.1運行環(huán)境 11
2.4.2開發(fā)工具 11
2.5 系統(tǒng)開發(fā)的主要技術(shù) 11
2.5.1  Java簡介 11
2.5.2 瀏覽器/服務(wù)器結(jié)構(gòu)(B/S) 12
2.5.3  動態(tài)WEB技術(shù)JSP 12
2.5.4 Tomcat應(yīng)用服務(wù)器 13
2.5.5 框架技術(shù) 13
2.5.6 數(shù)據(jù)庫的設(shè)計與實現(xiàn) 13
第3章 系統(tǒng)實現(xiàn) 14
3.1 總體設(shè)計 14
3.1.1 系統(tǒng)功能模塊劃分 14
3.1.2 系統(tǒng)結(jié)構(gòu)設(shè)計 15
3.1.3 數(shù)據(jù)庫系統(tǒng) 15
3.2 詳細設(shè)計 16
3.2.1 用戶登錄模塊設(shè)計 16
3.2.2 用戶注冊模塊設(shè)計 19
3.2.3 在線購書功能模塊設(shè)計 20
3.2.4 我的購物車功能模塊設(shè)計 21
3.2.5 訂單信息功能模塊設(shè)計 25
3.2.6 圖書分類模塊設(shè)計 27
第4章 測試分析 31
4.1 測試概要 31
4.2 測試條件 31
4.3 測試結(jié)果及發(fā)現(xiàn) 31
4.3.1 測試步驟 31
4.3.2 模塊測試 31
4.4 對系統(tǒng)功能測試 32
第5章 系統(tǒng)開發(fā)總結(jié) 33
參考文獻 33
致謝 34
 

 

摘要:電子商務(wù)已經(jīng)成為了新經(jīng)濟的代名詞。能在internet的全程上實現(xiàn)商品的展示、商品的訂購、訂單跟蹤與管理、貸款的支付的系統(tǒng)稱為網(wǎng)上購物系統(tǒng)。網(wǎng)上購物系統(tǒng)是電子商務(wù)的一種重要形式。
本文介紹了網(wǎng)上購物系統(tǒng)——購書網(wǎng)站,本系統(tǒng)采用B/S架構(gòu),MyEclipse開發(fā)工具,MySql數(shù)據(jù)庫,tomcat6.0Web容器,應(yīng)用MVC設(shè)計模式開發(fā)。以hibernate框架做數(shù)據(jù)持久化,struts2框架做控制層,jsp做頁面層。它是一個基于網(wǎng)絡(luò)、以書籍為商品的專業(yè)性網(wǎng)上購物網(wǎng)站,系統(tǒng)同時具有購買書籍、收藏書籍到購物車以及訂單送貨上門等多種功能,為書籍的流通提供了一個高效的網(wǎng)絡(luò)交易平臺。文中介紹了本系統(tǒng)開發(fā)時所用到的環(huán)境、工具及技術(shù)和電子商務(wù)的發(fā)展背景、基本概念等一些基本理論,還討論了網(wǎng)站的需求分析、網(wǎng)站流程設(shè)計、數(shù)據(jù)庫設(shè)計和系統(tǒng)結(jié)構(gòu)設(shè)計。并對系統(tǒng)各模塊功能作了詳細說明。該系統(tǒng)詳細介紹了前臺功能,主要有注冊、登陸、分類瀏覽、購物車、購書、新書熱賣榜等。
關(guān)鍵詞:電子商務(wù),購書網(wǎng)站,數(shù)據(jù)庫設(shè)計,jsp,系統(tǒng)功能

 


The design and implementation of the book-selling website

Abstract:E-commerce has become synonymous with the new economy. In the Internet can realize the whole show, commodity goods ordering, order tracking and management, loan payments online shopping system called system. Online shopping system is a kind of important electronic commerce form.
This paper introduces online shopping system - the system USES the book-selling website, B/S architecture, MyEclipse development tools, MySql database, tomcat6.0 Web containers, application development. Design pattern of MVC To hibernate framework do data persistence struts2 framework do control layer, JSP do page layer. It is based on a network, with professional online books for goods shopping website, system and has to buy books, collect books to cart and order door-to-door for books and other functions, the circulation provides an efficient network trading platform. This paper introduces this system development environment, tools and use technology and electronic commerce development background, basic concepts and some other basic theory, also discussed the requirement analysis, web site process design, database design and system structure design. And the function of each module in the system described in detail. This system is introduced in detail, the main function of registered with the desk, landing, classification browse, shopping cart, books, new superheroes list etc.
Keywords: electronic commerce, acquisition website, database design, JSP, system function