資源簡介
超市系統(tǒng)總共有四個界面,顧客在主頁中進行商品瀏覽(附商品圖,價格,以及商品名稱等信息)以及將商品添加到購物車中的操作。通過下方的【轉(zhuǎn)到購物車】按鈕或者左側(cè)目錄【購物車】按鈕都可以跳轉(zhuǎn)到購物車的頁面。在購物車頁面中,顧客可以實現(xiàn)對商品的刪除或清空。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Data;
using?System.Configuration;
using?System.Data.SqlClient;
///?
///ConnectDB?的摘要說明
///?
public?class?ConnectDB
{
????private?static?string?connectString?=?ConfigurationManager.ConnectionStrings[“ApplicationServices“].ConnectionString;
????public?static?SqlConnection?Connnect()
????{
????????SqlConnection?con?=?new?SqlConnection(connectString);
????????return?con;
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-01-07?10:03??shopping\
?????文件?????2293760??2014-12-26?09:44??shopping\shopping.mdf
?????文件??????573440??2014-12-26?09:44??shopping\shopping_log.LDF
?????目錄???????????0??2015-01-07?10:13??shopping_system\
?????目錄???????????0??2015-01-06?18:52??shopping_system\App_Code\
?????文件?????????529??2014-09-28?21:52??shopping_system\App_Code\ConnectDB.cs
?????文件?????????325??2014-09-24?22:38??shopping_system\App_Code\IEpba
?????文件????????3864??2014-12-17?10:45??shopping_system\App_Code\SqlHelper.cs
?????文件????????6151??2015-01-06?20:18??shopping_system\App_Code\prodDAL.cs
?????文件?????????374??2014-12-12?19:28??shopping_system\App_Code\prodIDAL.cs
?????文件?????????389??2014-12-12?20:34??shopping_system\App_Code\prodModel.cs
?????目錄???????????0??2015-01-06?18:52??shopping_system\App_Themes\
?????目錄???????????0??2015-01-06?18:52??shopping_system\App_Themes\Ep_Theme\
?????文件????????2136??2015-01-06?23:22??shopping_system\App_Themes\Ep_Theme\Site.css
?????目錄???????????0??2015-01-06?18:52??shopping_system\App_Themes\Ep_Theme\images\
?????文件???????10663??2014-12-10?14:59??shopping_system\App_Themes\Ep_Theme\images\log.png
?????文件????????8772??2014-12-12?11:15??shopping_system\App_Themes\Ep_Theme\images\logo_1.png
?????目錄???????????0??2015-01-07?10:29??shopping_system\App_Themes\主題1\
?????目錄???????????0??2015-01-06?18:52??shopping_system\Views\
?????文件?????????314??2015-01-07?09:52??shopping_system\Views\About.aspx
?????文件?????????293??2014-12-16?20:04??shopping_system\Views\About.aspx.cs
?????文件????????1997??2015-01-06?20:26??shopping_system\Views\CartPage.aspx
?????文件????????1164??2014-12-17?16:57??shopping_system\Views\CartPage.aspx.cs
?????文件????????1581??2014-12-17?18:50??shopping_system\Views\Home.aspx
?????文件????????1542??2014-12-17?17:56??shopping_system\Views\Home.aspx.cs
?????文件????????2447??2014-12-17?18:05??shopping_system\Views\MasterPage.master
?????文件?????????290??2014-12-10?15:10??shopping_system\Views\MasterPage.master.cs
?????文件?????????336??2015-01-06?20:22??shopping_system\Views\Service.aspx
?????文件?????????285??2014-12-10?15:22??shopping_system\Views\Service.aspx.cs
?????目錄???????????0??2015-01-07?10:13??shopping_system\picture\
?????文件???????97396??2015-01-07?10:10??shopping_system\picture\computer.jpg
............此處省略9個文件信息
- 上一篇:NUMECA幫助文檔
- 下一篇:寵物商店(全)
評論
共有 條評論