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

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

      基于.NET的網上購物系統的設計與實現

       本文ID:LWGSW14336 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 基于.NET的網上購物系統的設計與實現 (收費:1000 積分)  

      論文字數:12654,頁數:30

      摘  要
      隨著互聯網技術的迅猛發展,現在Internet已從單純的學術科研向綜合性商業網絡發展,人們對于互聯網技術的要求已不單單是瀏覽一下網頁、收發電子郵件等簡單的網絡應用。高速發展的互聯網技術為網上購物系統的發展提供了強大的動力,同時,網上購物的環境已經逐步得到了改善。網上購物對網民的吸引力將會越來越大,網民對購物網站的看法也將必定會從不了解到了解,從拒絕到接受,從懷疑到信任,網上購物的觀念將更加深入人心。
      在本網上購物系統中,顧客能夠方便的進行用戶注冊,查看商品,并可以將滿意的商品加入購物車。顧客購買完商品后,會得到系統自動分配的一個唯一的訂單號,以方便顧客隨時查詢訂單處理情況,了解現在貨物的狀態;而且管理員可以對商品的信息進行維護與管理,包括對現有商品信息的修改、新商品信息的加入、過時商品信息的刪除等;管理員還可以查看歷史訂單的記錄和現在訂單的情況。
      本設計以Microsoft Visual Studio 2005為開發環境,采用當前比較流行的C#編程語言進行編碼,數據庫采用的是Microsoft SQL Server 2000。

      關鍵詞:網上購物;商品;訂單;C#

       

       


      The Design and Realization of Web Shopping System
      Based on .NET
      Abstract
      With the development of internet technology, now the Internet is changed from scientific research to business application. What the people’s demand are not just the easy applications such as browsing the web sites, sending or receiving E-mails. Web Shopping systems are very powerful with the fast development of Internet, at the same time, the environment of shopping online has improved step by step. Shopping online will be more and more attractive to net citizens whose attitude to a shopping web site are changed from incomprehension to comprehension, from denial to acceptance, from suspicion to trust. The concept of shopping online will go deep into people’s mind gradually.
      This web shopping system is very convenient for customers to register, view all kinds of products and add what they like to shopping cart. After one’s shopping, the system will create the only order number and distribute it to this customer. By this way, the customer can check the process of his/her order. The administrator of this system can maintain and manage all products information, including updating the information, adding new products to system and deleting unfashionable products from system. The administrator also can view all history orders and the situation of all new orders.
      This web shopping system is based on Microsoft Visual Studio 2005 by C# programming language and Microsoft SQL Server 2000 database.

      Key words: Shopping online; Product; Order; C#

      目  錄

      1引言 1
      1.1課題背景 1
      1.2國內外研究現狀 1
      1.3本課題研究的意義 1
      1.4本課題的研究方法 2
      2 相關理論基礎 2
      2.1 ASP.NET技術 2
      2.1.1 ASP.NET簡介 2
      2.1.2 ASP.NET的優點 2
      2.1.3 ASP.NET的工作原理 2
      2.2 數據庫原理 4
      2.2.1 SQL語言簡介 4
      2.2.2 Microsoft SQL Server 簡介 5
      3 系統總體設計 5
      3.1系統可行性分析 5
      3.1.1市場前景可行性分析 5
      3.1.2技術可行性分析 5
      3.2系統需求分析 5
      3.2.1顧客對于系統的需求 5
      3.2.2管理員對于系統的需求 6
      3.3系統總體設計方案 6
      3.3.1前臺設計方案 6
      3.3.2后臺管理設計方案 7
      3.3.3系統流程圖 8
      3.4數據庫設計方案 9
      3.4.1數據庫表的定義 9
      3.4.2數據庫表的設計 9
      4.具體設計實現 11
      4.1前臺功能模塊的具體實現 11
      4.1.1系統首頁 11
      4.1.2商品管理 12
      4.1.3購物車 13
      4.1.5用戶管理 15
      4.1.6用戶控件 17
      4.2后臺功能模塊的具體實現 17
      4.2.1商品管理 17
      4.2.2訂單管理 18
      4.2.3用戶管理 19
      5.測試與分析 20
      5.1前臺測試與分析 20
      5.2后臺測試與分析 21
      結論 23
      參考文獻 23
      致謝 24
      聲明 25


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:家庭理財系統的設計與實現 下一篇:數據存儲與交換系統的設計
      Tags:基于 .NET 網上購物 系統 設計 實現 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
      • <tfoot id="q2qmi"></tfoot>
      • <strike id="q2qmi"><rt id="q2qmi"></rt></strike>
      • <tfoot id="q2qmi"></tfoot>
        <strike id="q2qmi"><rt id="q2qmi"></rt></strike>
        <tfoot id="q2qmi"><input id="q2qmi"></input></tfoot>