論文格式
      電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
      機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
      制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
      通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業論文 |
      • 論文格式 |
      • 個人簡歷 |
      • 工作總結 |
      • 入黨申請書 |
      • 求職信 |
      • 入團申請書 |
      • 工作計劃 |
      • 免費論文 |
      • 合作期刊 |
      • 論文同學網 |
      搜索 高級搜索

      當前位置:論文格式網 -> 畢業論文 -> 計算機論文
      畢業論文標題:

      網上圖書銷售系統的設計與實現

       本文ID:LWGSW14115 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 網上圖書銷售系統的設計與實現 (收費:1000 積分)  

      論文字數:16808,頁數:47 

      [摘要]伴隨著Internet的迅速發展,電子商務將成為21世紀主流的商業模式之一。網上書店是隨著計算機技術和網絡技術的發展而出現的一種新型圖書銷售渠道。依靠計算機網絡,以通訊技術為基礎,實現圖書銷售的網上交易。網上書店同傳統的店面書店相比,網上書店的經營方式和銷售渠道是全新的;它24小時的全天候和全方位服務是傳統書店所不能比及的,成本低廉更是開設網上書店的主要原因。而與其他商品相比,書籍運送幾乎不怕碰撞碎裂,不具時效性,同時書本具有功能單一,形式簡單,易于判斷和選擇而獨具優勢,最適合于網上交易;再次是單價低,降低了消費者第一次在網絡購物的門檻,所以網上書店成了電子商務的先鋒。
       本文首先簡述網上購書的歷史背景,接著陳述了設計的原理和設計所采用的工具,工具包括JSP 、Dreamweaver MX 、Microsoft SQL2000、java script ;首先對系統進行需求分析,得出了購書系統的結構圖,然后接著詳細的描述實現了一個網上書店全程購物系統解決方案。
       [關鍵詞] 電子商務;電子書店;JSP;Dreamweaver MX

       

      Abstract:We make great strides before being accompanied by Internet, e-commerce will become the mainstream of the 21st century business model. With the online bookstore is the network technology and the emergence of a new type of library development sales channels. Through the combination with electronic forms of communication, rely on computer networks for communications technology as a basis for the realization of the online bookselling transactions. Online bookshop compared with the traditional storefront bookshop, online bookstore's mode of operation and marketing channels is a brand-new; Its 24-hour, all-weather and all-round service is not over and bookstore shops; Low cost is the main reason for the creation of online bookstore. Compared with other commodities, almost no books of collisions fragmentation, without limitation; Meanwhile a function of a single book, a simple form, and unique advantages and options to determine the most suitable for online transactions; Again is at the low and lower consumer shopping network in the first threshold, the online bookshop has become the vanguard of e-commerce.
        The first online ordering process described, followed by the presentation of the design principles and design tools used, including JSP, Dreamweaver MX, Microsoft SQL2000, java script; After entering the preparation part of the system here needs analysis, given the shopping process, and data flow; The following is the full  text of the main part of the realization of a detailed online bookstore full shopping system solutions.  
       Keyword: E-commerce; Electronic bookshop;JSP;Dreamweaver MX 


      目  錄
      1引言   1
      2 概述 1
      3 系統分析 1
      3.1 可行性分析 1
      3.2需求分析 1
      4 概要設計 2
      4.1 系統設計目標 2
      4.2 系統設計思想 2
      4.3 系統功能模塊劃分 2
      4.4系統結構設計 3
      4.5系統功能簡介 4
      4.5.1系統基本功能 4
      4.6 數據庫設計 5
      4.6.1 數據庫需求分析 5
      4.6.2 數據庫概念結構設計 5
      4.7  數據庫邏輯結構設計 7
      5 詳細設計 9
      5.1 開發技術簡介 9
      5.1.1 JSP簡介 9
      5.1.2 JSP的運行原理 9
      5.1.3 JSP頁面的組成 10
      5.1.4 JavaBean技術介紹 10
      5.1.5 JSP 的運行環境 10
      5.2 系統主要文件 11
      5.3 詳細設計及說明 11
      5.3.2字符處理Bean的編寫 12
      5.3.3實現用戶實體的Bean 14
      5.3.4實現圖書實體的Bean 15
      5.3.5 實現圖書分類實體Bean 16
      5.3.6實現訂單實體Bean 16
      5.3.7 實現訂單列表的Bean 17
      5.3.8 實現購物車實體的Bean 18
      5.3.9 管理用戶登錄Bean的編寫 18
      5.3.10管理圖書Bean的編寫 20
      5.3.11管理圖書分類Bean 25
      5.3.12管理用戶的Bean 26
      5.3.13管理訂單的Bean 26
      5.4客戶界面設計 30
      5.4.1界面頭、界面尾設計 30
      5.4.2用戶登陸模塊設計 30
      5.4.3在線購書功能模塊設計 31
      5.4.4我的購物車功能模塊設計 31
      5.4.5訂單信息功能模塊設計 34
      5.5管理界面設計 35
      5.5.1界面頭、界面尾設計 35
      5.5.2管理員登陸功能模塊設計 35
      5.5.3現有圖書管理功能模塊設計 36
      5.5.4訂單管理功能模塊設計 37
      5.5.5用戶管理功能模塊設計 38
      6 系統使用 38
      6.1服務器的配置及環境的搭建 38
      6.2 進入前臺 40
      6.3  進入后臺 41
      7 總結 41
      參考文獻 43
      附錄
      附錄A 使用手冊
      附錄B 英文參考文獻
      附錄C 參考文獻譯文


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于JSP的網上購物系統的設計與實.. 下一篇:基于ASP的論壇的設計與實現
      Tags:網上 圖書銷售 系統 設計 實現 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

      論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文