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

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

      某書店圖書銷售管理系統的設計與實現

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

      論文字數:11321,頁數:31

      摘  要
      在計算機迅猛發展,新技術革命浪潮不斷涌動的二十一世紀,中國如何才能趕上這一時代快車,已經成為一個十分緊迫的時代課題。在眾多的行業中,電子商務的發展最令人矚目。在國外電子商務系統迅速發展的時候,國內的電子商務系統也在不斷發展。如何構建和傳統商業模式類似的電子商務系統,已是各行各業關心的問題。
      該設計針對如何在中小書店快速實施電子商務這一目標,設計一個ASP模式中小商家的圖書銷售管理平臺。系統設計采用基于B/S模式的三層體系架構,采用SQL SERVER 2000數據庫服務器。系統分為前臺購物和后臺管理兩個部分。前臺購物從用戶的注冊、登錄、圖書的選購開始,到系統生成訂單。商家可以通過后臺的管理系統,管理訂單、書籍情況、庫存等信息。系統為廣大中小客戶提供一個圖書銷售管理的平臺,通過本系統能夠很好的滿足商家與消費者之間的交易,顯著降低商家的經營成本,擴大市場范圍,也方便消費者根據自己的喜好,更加方便的購買到想要的書籍。整個系統界面友好,易維護,易擴展。

      關鍵詞:電子商務;B/S;ASP;SQL Server 2000

      The Design and Realization of A Books Selling Management System
      Abstract
      In the 21st century, with computer developing fast, new technology flows out continuously which makes a huge revolution, and it is become a very urgent case that how can China take this chance and be behalf from the express train of age. In numerous professions, e-commerce has focused all the attentions. When e-commerce has developed quickly overseas, it's also has been developing fast in china. How to build the e-commerce system that is similar to the traditional commercial pattern, has been the main problem that all trades and professions concern.
      The design aims at the goal of how to implement e-commerce fast in center small bookstore, and design an ASP pattern small and medium bookshop selling system. The system is designed three systems construction and based on the B/S pattern, adopt SQL SERVER 2000 database server. The System contains two parts, shopping in the front and management in the background. The customers can register, login the system, choose the books, and the system will create the orders. The sellers can sell the books based on the orders, and the person who ordered the books will receive the books. The manager can manage the orders, the orders of books, quantity of the books. The system for the small and medium customer provides boos sales management platform, by this system between the sellers and the consumer, remarkably reduces merchant's cost, expands the market scope, also is convenient to consumer in choosing books according to his fond, especially convenient purchase the books wanted. The entire system contacts surface friendly, is easy to maintain, and is easy to expand.

      Key words: Electronic Commerce; B/S; ASP; SQL Server 2000

      目  錄

      1 引言 1
      1.1 課題背景 1
      1.2 國內外研究現狀 1
      1.3 本課題研究的意義 1
      1.4 本課題的研究方法 2
      2 系統需求分析 2
      2.1 系統設計目標 2
      2.2 系統總體需求分析 3
      2.3 系統使用的技術路線和方案 4
      2.3.1 B/S模式工作方式 4
      2.3.2 B/S三層結構模式 5
      2.3.3 Web數據庫技術 6
      2.3.4 系統開發平臺 6
      2.3.5 系統開發語言 6
      3 系統規劃與設計 7
      3.1 系統流程簡述 7
      3.2 系統流程與模塊劃分 7
      3.3 系統功能模塊詳細設計與列表 9
      3.4 系統數據庫設計 12
      3.4.1 數據庫表及各表的相互關系 12
      3.4.2 數據庫表結構的詳細設計 13
      4 系統的設計與實施 14
      4.1 系統總體設計框架 14
      4.1.1  公共庫函數 14
      4.1.2  公共設置參數 15
      4.2 商品瀏覽模塊 16
      4.3 用戶登錄模塊 17
      4.4 購物車模塊 18
      4.5 商品管理模塊 21
      4.6 訂單管理模塊 21
      5 系統測試 22
      5.1 功能性測試 22
      5.2 安全性測試 22
      結    論 23
      參考文獻 24
      致    謝 25
      聲    明 26


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:網絡商城的設計與實現 下一篇:基于B/S結構的一種安全物流管理系..
      Tags:書店 圖書銷售 管理系統 設計 實現 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
      <samp id="esq2a"><tbody id="esq2a"></tbody></samp>