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

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

      基于BS架構的購物一條街網站設計與實現

       本文ID:LWGSW14477 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 基于BS架構的購物一條街網站設計與實現 (收費:1000 積分)  

      論文字數:18310,頁數:49

      摘要

       本購物一條街網站是基于JSP動態網頁技術,運行在tomcat服務器上,采用B/S架構,并根據現有的網上購物系統的現狀而設計開發的電子商務類網站。它不但可以擴大商家的規模和市場影響力,而且可以減少企業的經營成本,提高工作效率。
       本文首先介紹了網上購物類網站的現狀及開發背景,然后論述了系統的設計目標,系統需求和總體設計方案,較詳細的論述了系統的詳細設計和實現。最后,本文對購物一條街進行了系統檢測并提出了還需要改進的問題。
       本網站主要為會員提供了會員注冊,購物車管理,商品瀏覽,下訂單等功能,為管理員提供了商品管理,會員管理,訂單管理等功能。在設計方面,本網站采用B/S三層結構,即MVC模式,使用JSP技術進行動態頁面的設計,同時結合了HTML以及java script語言在頁面上的應用。后臺數據庫管理選用的是當今流行的sql server數據庫管理系統。

      關鍵詞:購物一條街網站,JSP,B/S架構,電子商務,sql server
      ABSTRACT

       The shopping street website is based on a dynamic web page technology JSP, working on the tomcat server, adopting the B/S frame, and in accordance with the existing system, the status of online shopping and the design and development of e-commerce Website. It can not only expand the business scale and market influence, but also reduce operating costs and enhance efficiency.
       This paper first introduced the category of on-line shopping websites, as well as the development of the background of the status quo, and then discusses the system design objectives, system requirements and design program, a more detailed discussion of the detailed design of the system and the realization of. Finally, the paper on-line shopping site testing of the system and put forward the question of the need to improve.
       The main users of this Web site provides registered membership, shopping cart management, product browsing, submit the order and other functions, for administrator of commodity management, user management, order management and other functions. In terms of design, the use of this site B / S three-tier structure, namely, MVC model, the use of JSP technology for dynamic page design, while a combination of HTML and java script language in the application page. The database background uses the popular choice of the sql server 2005 database management system.
       
       Keywords: The Shopping Street Website, JSP, B/S framework, E-commerce
      , sql server
      目錄

      摘要 I
      ABSTRACT II
      第1章 引言 1
      1.1 背景 1
       1.1.1網上購物的發展 1
       1.1.2購物網站開發技術的現狀 1
      1.2 購物網站的開發意義 2
      1.3 研究內容和過程 3
      1.4 本章小結 3
      第2章 基于JSP技術的網站開發 4
      2.1 MVC模式 4
       2.1.1 MVC模式介紹 4
       2.1.2 MVC的優勢和特點分析 4
      2.2 JDBC連接橋技術 5
       2.2.1 JDBC定義 5
       2.2.2 JDBC與ODBC和其他API比較 6
       2.2.3 JDBC對B/S和C/S模式 7
      2.3 Servlet 7
      2.4 開發環境 7
       2.4.1 MyEclips 7
       2.4.2 Dreamweaver 8
       2.4.2 SQl Server 8
      2.5 本章小結 9
      第3章 系統需求分析 10
      3.1 網站功能需求分析 10
      3.2 網站性能需求分析 10
      3.3 網站設計的優勢 11
      3.4 網站設計的總體規則 11
      3.5 本章小結 11
      第4章 數據庫設計 12
      4.1 數據庫分析 12
      4.2 概念結構設計 13
      4.3 邏輯結構設計 14
      4.4 數據庫安全性和完整性 18
       4.4.1 數據庫的安全性 18
       4.4.2 數據完整性 18
      4.5 本章小結 19
      第5章 網站設計與實現 20
      5.1 網站功能設計 20
       5.1.1 功能頁面結構 20
       5.1.2 功能流程圖 20
      5.2 會員前臺操作功能模塊的實現 21
       5.2.1 數據庫的連接 21
       5.2.2 會員登錄操作模塊的實現 22
       5.2.3 購物車模塊的實現 26
       5.2.4 商品搜索模塊的實現 30
       5.2.5 其他模塊的實現 32
      5.3 管理員后臺管理功能模塊的實現 33
       5.3.1 會員管理模塊的實現 33
       5.3.2 商品管理模塊的實現 36
       5.3.3 商品類別管理模塊的實現 39
       5.3.4 訂單管理模塊的實現 40
      5.4 本章小結 42
      第6章 結束語 43
      致謝 44
      參考文獻 45


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:網上超市系統的設計與實現 下一篇:基于Java的智能網吧管理系統的設..
      Tags:基于 架構 購物 一條街 網站設計 實現 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

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