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

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

          網上書店設計與實現

           本文ID:LWGSW14540 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 網上書店設計與實現 (收費:1000 積分)  

          論文字數:16768,頁數:56

          摘要
           
           隨著信息技術的不斷發展和Internet在世界范圍內的迅速普及,電子商務已成為新經濟的代名詞。圍繞Internet開展的全新電子商務已逐漸被廣大商家企業及消費者所認同。其中網上購物是電子商務的一個較典型的應用,消費者可通過瀏覽器瀏覽由企業商家在站點上發布的商品信息,用電子賬單的方式向銀行支付款項,一切操作都在網上完成,整個過程方便而快捷。目前,網上商店正逐漸被人們所接受。網絡購物車是網上商店的核心部件,是整個電子商務網站面向客戶的最核心的部分,它記錄了顧客在每次購物后所選購的商品的信息,最后結算和發送訂單都要依賴于購物車中記錄的商品信息。網絡購物車是顧客在網上虛擬商場中購物時所必須攜帶的購物工具,顧客在瀏覽商品目錄的時候,既可以把他喜歡的商品一個個放到購物車里,也可以從購物車中取出所選商品或者改變所選商品的數量,直到最后付款。基于web的電子商務系統采用的是三層B/S模式,代替了傳統的兩層C/S模式,它由一個web瀏覽器作為用戶界面,一個數據庫服務器用作信息存儲和一個連接兩者的web服務器組成。顧客上網購物的主要原因是商品售價便宜、查看商品信息容易及可節省時間,所以有必要對網上商店的核心部分——網絡購物車進行其設計與實現方法方面的分析研究。本文正是基于這樣的背景,通過使用java語言結合struts2和hibernate框架來完成對購物車的設計和實現過程。

          關鍵詞:電子商務;購物車;B/S模式;java;struts2;hibernate

          ABSTRACT

           With the continuous development of information technology and the Internet in worldwide rapidly in popularity, e-commerce has become the pronoun of new economy. The new round of Internet e-commerce has gradually by the general merchants and consumers. One online shopping is a typical e-commerce applications, consumer can through the browser on the site by the enterprise business by using electronic bill business information, the way to the bank payments, all the operation on the Internet, the whole process convenient and quick. At present, online shop is gradually accepted by people. Internet shopping cart is the core component of online shop, is the e-commerce sites for the core part of the customer, customer shopping in each choose goods after the final settlement and send information and order are dependent on the shopping cart records in commodity information. Internet shopping cart is customer online shopping mall in virtual when shopping tools, must carry on the customers browse catalogues, can put him like one of the goods on the shopping cart, also can be removed from the cart selected merchandise or change the selected the quantity of a commodity, until the final payment. The electronic commerce system based on web use is three layers of B/S model, instead of two layers of traditional C/S mode, it consists of a web browser as the user interface, a database server for information storage and a connection between the web server. Customer online shopping is the main reason of the commodity price cheap, check goods can save time and information easily, so it is necessary to online shop, the core of the cart network design and implementation method of analysis. This is based on the background, through the use of Java language struts2 and hibernate to frame design and realization of the cart.
           
          Keywords:E-commerce; Shopping cart; B/S model; Java; Struts2; Hibernate

          目錄

          摘要 I
          ABSTRACT II
          第1章 引言 1
          1.1 背景 1
          1.2 研究內容 1
          第2章 JAVA的網絡編程 3
          2.1 JAVA語言簡介 3
          2.2 JAVA語言在網絡上的應用 3
          2.3 JSP的基礎-servlet技術 3
          2.4 Hibernate概述 4
          2.4.1 Hibernate簡介 4
          2.4.2 HibernateAPI簡介 4
          2.4.3 Hibernate優缺點 5
          2.5 Struts2概述 6
          2.5.1 Struts2簡介 6
          2.5.2 Struts2與Struts1的不同 6
          2.5.3 Struts2的工作流程 9
          2.6 MySql概述 9
          2.6.1 MySql簡介 9
          2.6.2 MySql的特性 10
          2.6.3 MySql的應用 11
          第3章 網上書店介紹 12
          3.1 網上書店概述 12
          3.2 網上書店定義 12
          3.3 網上書店的優勢 12
          3.4 網上書店的現狀 12
          3.5 網上書店的發展趨勢與前景預測 13
          第4章 網上書店詳細設計 15
          4.1 需求分析 15
          4.2 總體設計 15
          4.3 系統功能模塊劃分 16
          4.4 數據庫設計與實現 17
          4.4.1 數據庫需求分析 17
          4.4.2 創建數據表 17
          4.4.3 E-R圖 20
          4.5 網上書店流程 21
          第5章 功能模塊設計 22
          5.1 管理員功能模塊 22
          5.1.1 管理員注冊功能 22
          5.1.2 管理員登陸功能 24
          5.1.3 添加新書功能 25
          5.2 顧客功能模塊 30
          5.2.1 會員注冊功能 30
          5.2.2 會員登錄功能 33
          5.2.3 查詢圖書功能 35
          5.2.4 購物車管理功能 37
          5.2.5 訂單提交功能 45
          第6章 結束語 49
          致謝 50
          參考文獻 51


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:基于Java框架的醫療設備管理系統.. 下一篇:大學生就業信息網站的設計與實現
          Tags:網上書店 設計 實現 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

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

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

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

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

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