国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

玫瑰花店管理系統(tǒng)的設(shè)計與實現(xiàn).doc

約43頁DOC格式手機打開展開

玫瑰花店管理系統(tǒng)的設(shè)計與實現(xiàn),計算機軟件論文,此論文是本人已經(jīng)通過的論文,適用于本科計算機專業(yè)的學(xué)生,可以直接用作論文,無需修改       摘 要   論文闡述了基于b/s模式的在線花店網(wǎng)站系統(tǒng)的開發(fā),并對該系統(tǒng)的需求分析及系統(tǒng)需要實現(xiàn)的設(shè)計方法作了介紹。該系統(tǒng)的基本功能包括用戶購買和管理員管理。用戶購買系統(tǒng)包括鮮花查...
編號:25-251974大小:1013.00K
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 shenshihong 發(fā)布

玫瑰花店管理系統(tǒng)的設(shè)計與實現(xiàn)

計算機軟件論文,此論文是本人已經(jīng)通過的論文,適用于本科計算機專業(yè)的學(xué)生,可以直接用作論文,無需修改

       摘  要
   論文闡述了基于B/S模式的在線花店網(wǎng)站系統(tǒng)的開發(fā),并對該系統(tǒng)的需求分析及系統(tǒng)需要實現(xiàn)的設(shè)計方法作了介紹。該系統(tǒng)的基本功能包括用戶購買和管理員管理。用戶購買系統(tǒng)包括鮮花查詢,訂單查詢和鮮花訂購;管理員系統(tǒng)包括管理員登錄,鮮花管理,對用戶訂單的處理和計算用戶所購鮮花的金額。這個系統(tǒng)被劃分成兩塊:即后臺數(shù)據(jù)庫和Web站點。因為此系統(tǒng)是基于結(jié)構(gòu)化設(shè)計的,所以它能非常便利地擴展成適合于未來更加復(fù)雜的環(huán)境??傊撓到y(tǒng)是一個可靠而有用的系統(tǒng)。
   在在線花店系統(tǒng)網(wǎng)站中,顧客能夠方便的進行用戶注冊,查看鮮花,并可以將滿意的鮮花加入購物車。顧客購買完鮮花后,會得到系統(tǒng)自動分配的一個唯一的訂單號,以方便顧客隨時查詢訂單處理情況,了解現(xiàn)在貨物的狀態(tài);而且管理員可以對鮮花的信息進行維護與管理,包括對現(xiàn)有鮮花信息的修改、新鮮花信息的加入、過時鮮花信息的刪除等;管理員還可以查看歷史訂單的記錄和現(xiàn)在訂單的情況。
   本設(shè)計以Microsoft Visual Studio 2008為開發(fā)環(huán)境,采用當前比較流行的C#編程語言進行編碼,數(shù)據(jù)庫采用的是Microsoft SQL Server 2005。

   關(guān)鍵詞 : ASP.NET;電子商務(wù);B/S模式;在線花店 ;Sql2005
   
   
 Abstract
   The paper described the development, based on B / S mode, the online florist website system and the system requirements analysis and systems need to implement the design made ​​a presentation. The basic functions of the system's users to buy and administrators to manage. Users to buy the system, including product inquiries, order inquiries and merchandise ordering; administrator system administrator login, commodity management, the customer order processing and calculation of the amount of goods purchased by the user. The system is divided into two: the back-end database and Web site. This system is based on structural design, so it is very convenient to expand as suitable for the more complex environment in the future. In short, the system is a reliable and useful system.
   Small plants in the courier system, customers can easily perform user registration, view product and can be satisfied with the goods Add to Cart. Customers to purchase finished goods, the system automatically assigns a unique order number at any time, to facilitate customer order processing, to know the status of the goods; and administrators can maintenance and management of product information, including the now modification of product information, new product information to join, and deletion of outdated product information; administrator can also view order history records and order situation.
   Design to Microsoft Visual Studio 2008 development environment, the more popular C # programming language to encode the database using Microsoft SQL Server 2005
   
   Key words : ASP.NET; e-commerce; of B / S mode; online florist;Sql2005
目錄
摘  要 I
Abstract II

第1章 緒論 5
1.1 選題背景 5
1.2 研究現(xiàn)狀 5
1.3 課題的研究意義 6
1.4 研究方法 6
1.5 本章小結(jié) 7
第2章 開發(fā)環(huán)境介紹 8
2.1 ASP和ASP.NET比較 8
2.2 ASP.NET的優(yōu)點 8
2.3 SQL Server簡介 10
2.4 本章小結(jié) 10
第3章 系統(tǒng)需求分析 11
3.1 可行性分析 11
3.2 系統(tǒng)用例圖 12
3.3 業(yè)務(wù)流程分析 13
3.4 系統(tǒng)重要流程 15
3.4.1 賬號管理流程圖 15
3.4.2 庫存管理的流程圖 16
3.4.3 會員管理流程圖 17
3.4.4 鮮花管理的流程圖 17
3.4.5 新聞管理模塊的流程圖 18
3.4.6 訂單管理模塊的流程圖 19
第4章 系統(tǒng)實現(xiàn) 20
4.1 功能模塊 20
4.2 數(shù)據(jù)庫設(shè)計 21
4.2.1 系統(tǒng)E-R圖 21
4.2.2 概念結(jié)構(gòu)設(shè)計 22
4.2.3 數(shù)據(jù)庫邏輯結(jié)構(gòu) 26
第5章 詳細設(shè)計 29
5.1 用戶登注冊 29
5.2 用戶登陸 29
5.3 留言板模塊 30
5.4 鮮花信息模塊的實現(xiàn) 30
5.5 后臺模塊的實現(xiàn) 31
第6章 系統(tǒng)測試 36
6.1 軟件測試的定義 36
6.2 軟件測試的過程 36
6.3 測試用例 36
6.4 系統(tǒng)不足 40
結(jié)  論 41
致  謝 42
參考文獻 43