網上超市管理系統(tǒng)的設計與實現(xiàn).doc
網上超市管理系統(tǒng)的設計與實現(xiàn),目 錄摘要i關鍵詞iabstractiikeywordsii第一章 緒論11.1 開發(fā)背景11.2 發(fā)展現(xiàn)狀11.3課題的研究內容21.4論文的組織結構3第二章 開發(fā)相關技術簡介42.1課題開發(fā)模型42.2開發(fā)環(huán)境52.2.1 軟件環(huán)境52.2.2 開發(fā)工具的選擇52.3開發(fā)的語言62.3....
內容介紹
此文檔由會員 wanghua273849 發(fā)布網上超市管理系統(tǒng)的設計與實現(xiàn)
目 錄
摘要 I
關鍵詞 I
Abstract II
Keywords II
第一章 緒論 1
1.1 開發(fā)背景 1
1.2 發(fā)展現(xiàn)狀 1
1.3課題的研究內容 2
1.4論文的組織結構 3
第二章 開發(fā)相關技術簡介 4
2.1課題開發(fā)模型 4
2.2開發(fā)環(huán)境 5
2.2.1 軟件環(huán)境 5
2.2.2 開發(fā)工具的選擇 5
2.3開發(fā)的語言 6
2.3.1 C#簡介 6
2.3.2 ASP.NET簡介 6
第三章 功能需求 8
3.1需求分析 8
3.2主要的功能模塊 8
3.3功能模塊描述 9
3.3.1前臺功能模塊 9
3.3.2后臺管理管理模塊 10
第四章 數(shù)據(jù)庫的設計與實現(xiàn) 12
4.1數(shù)據(jù)庫的需求分析 12
4.2數(shù)據(jù)庫概念結構設計 13
4.3數(shù)據(jù)表設計 15
第五章 系統(tǒng)詳細設計 20
5.1后臺模塊 20
5.1.1管理員登陸模塊 20
5.1.2商品信息管理 20
5.1.3商品類別管理 21
5.1.4訂單管理 22
5.2前臺模塊 22
5.2.1首頁(登錄、注冊、瀏覽商品) 22
5.2.2根據(jù)條件查詢搜索相應的商品 22
5.2.3購物車的實現(xiàn) 22
5.2.4 訂單的產生 23
第六章 運行結果 24
6.1后臺運行結果分析 24
6.1.1后臺登錄界面 24
6.1.2商品添加模塊 24
6.1.3商品修改模塊 25
6.1.3商品類別管理 26
6.1.4 訂單管理 28
6.1.5 用戶管理 28
6.2前臺運行結果分析 29
第七章 軟件系統(tǒng)測試 34
7.1軟件系統(tǒng)測試概述 34
7.1.1軟件系統(tǒng)測試的目的 34
7.2 網上超市系統(tǒng)測試概要 34
7.3測試結果及發(fā)現(xiàn) 35
7.3.1 會員登錄頁面測試 35
7.3.2管理員登陸界面測試 36
7.3.3用戶注冊功能測試 36
7.3.4會員登錄功能測試 37
7.3.5搜索瀏覽商品功能測試 37
7.3.6用戶購物車管理功能測試 38
7.3.7用戶訂單管理功能測試 38
7.3.8用戶管理功能測試 39
7.3.9商品管理功能測試 39
7.3.10商品類別管理功能測試 40
7.3.11訂單管理功能測試 41
7.4對網上超市管理系統(tǒng)的結論 41
7.4.1用戶登錄 41
7.4.2 商品搜索 41
7.4.3購物車 41
7.4.4 后臺管理 42
7.5 分析摘要 42
7.5.1功能 42
7.5.2缺陷 42
7.5.3 評價 42
7.6測試運行環(huán)境 42
結 語 43
參考文獻 44
致 謝 45
摘要: 隨著經濟社會的發(fā)展和科學的進步,計算機事業(yè)得到了飛速的發(fā)展。以計算機和網絡技術為基礎的信息管理系統(tǒng)正處在發(fā)展的旺盛期,電子商務的發(fā)展更是全球經濟的一大特色,網上超市是電子商務的體現(xiàn)之一。網上超市系統(tǒng)是指在網絡上建立一個虛擬的購物商場,避免了顧客挑選商品的繁瑣過程,使顧客的購物變得輕松、快捷。
本文詳細的講述了一個基于WEB的“網上超市管理系統(tǒng)”所用到的技術和方法。其中主要運用到了ASP.NET、C#、MVC、ADO.NET、SQL Server 2008數(shù)據(jù)庫等技術來完成。實現(xiàn)的主要功能有:前臺功能模塊有商品分類展示、購物車、提交訂單;后臺管理模塊有庫存管理、訂單管理、用戶管理。經測試,本系統(tǒng)基本功能完整、運行穩(wěn)定可靠。
關鍵詞:ASP.NET,C#,MVC,ADO.NET,網上超市
Online supermarket management system
design and implementation
Abstract:Along with the social development and the progress of science, The computer career have Rapid development.Information management system are basd in computer and network technology is in development , The development of e-commerce is a feature of the global economy, online supermarket is one of the embodiment of the e-commerce. Online supermarket management system refers to the internet to build a virtual shopping mall , avoid the customer choose goods the messy process, make customer shopping become easier, quickly.
This thesis detailed tells a based in WEB "online supermarket management system" the techniques and methods used . Among them main use to asp.net, c #, MVC, ado.net, SQL Server 2008 database techniques to complete. After testing, the system is running well, Categories reception function modules show, shopping cart, submit the order; background management module inventory management, order management, user management.
Keywords: ASP.NET, C#, MVC, ADO.NET, online supermarket