資源簡(jiǎn)介
網(wǎng)上購(gòu)物商城系統(tǒng)
實(shí)例文件夾:NetShop。
數(shù)據(jù)庫(kù):采用SQL Server 2005數(shù)據(jù)庫(kù),名稱為db_NetShop。
數(shù)據(jù)庫(kù)文件位置:\ NetShop \App_Data\db_NetShop.mdf和db_NetShop_log.ldf。
后臺(tái)管理員用戶名:mr,密碼:mrsoft。
首頁(yè)文件為“User”文件夾中的index.aspx。

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
///?
///?CommonProperty?的摘要說明
///?
public?class?CommonProperty
{
????public?int?OrderNo;??//訂單編號(hào)
????public?DateTime?OrderTime;//下單時(shí)間
????public?float??ProductPrice;//商品總金額
????public?float?ShipPrice;//商品運(yùn)費(fèi)
????public?float?TotalPrice;//訂單總金額
????public?string?BuyerName;//購(gòu)貨人姓名
????public?string?BuyerPhone;//聯(lián)系人電話
????public?string?BuyerEmail;//Email地址
????public?string?BuyerAddress;//購(gòu)貨人地址
????public?string?BuyerPostalcode;//郵政編碼
????public?string?ReceiverName;//收貨人姓名
????public?string?ReceiverPhone;//聯(lián)系人電話
????public?string?ReceiverEmail;//Email地址
????public?string?ReceiverAddress;//購(gòu)貨人地址
????public?string?ReceiverPostalcode;//郵政編碼
????public?int?ShipType;//運(yùn)輸類型
????public?int?PayType;//支付類型
???
public?CommonProperty()
{
//
//?TODO:?在此處添加構(gòu)造函數(shù)邏輯
//
}
????
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1256??2006-12-14?19:37??NetShop\App_Code\CommonProperty.cs
?????文件????????796??2006-11-16?10:37??NetShop\App_Code\DBClass.cs
?????文件??????60213??2006-12-18?16:17??NetShop\App_Code\MangerClass.cs
?????文件???????1617??2006-11-07?18:38??NetShop\App_Code\randomCode.cs
?????文件????????659??2006-12-14?20:14??NetShop\App_Code\SaveSubGoodsClass.cs
?????文件??????36401??2008-05-07?13:16??NetShop\App_Code\UserInfoClass.cs
?????文件???????1282??2006-12-18?08:51??NetShop\App_Data\bmxy.txt
?????文件???????2855??2006-06-28?13:09??NetShop\App_Data\bzzx.txt
?????文件????3145728??2008-05-07?13:19??NetShop\App_Data\db_NetShop.mdf
?????文件????1048576??2008-05-07?13:19??NetShop\App_Data\db_NetShop_log.ldf
?????文件???????1456??2006-12-25?09:22??NetShop\App_Data\jkfs.txt
?????文件???????1802??2006-12-18?08:59??NetShop\App_Data\jytk.txt
?????文件???????4267??2006-12-30?17:00??NetShop\App_Data\psfw.txt
?????文件???????8110??2006-06-28?13:09??NetShop\App_Data\Read.txt
?????文件???????2973??2006-12-18?09:03??NetShop\App_Data\thhyz.txt
?????文件????????248??2006-11-30?11:36??NetShop\css\css.css
?????文件????????173??2005-01-12?10:57??NetShop\Images\admin_ti
?????文件???????1877??2006-12-04?10:12??NetShop\Images\admin_ti
?????文件???????1866??2006-12-04?10:15??NetShop\Images\admin_ti
?????文件????????381??2006-12-04?10:19??NetShop\Images\admin_top_bg.gif
?????文件????????416??2006-12-04?10:22??NetShop\Images\admin_top_close.gif
?????文件????????415??2006-12-04?10:23??NetShop\Images\admin_top_open.gif
????..A..H.??????7168??2008-05-08?11:25??NetShop\Images\ftp\Thumbs.db
?????文件???????1271??2006-11-29?15:54??NetShop\Images\ftp\化妝品.gif
?????文件???????2689??2006-12-05?10:12??NetShop\Images\ftp\化妝品1.gif
?????文件???????2843??2006-12-05?10:12??NetShop\Images\ftp\化妝品2.gif
?????文件???????2521??2006-12-05?10:12??NetShop\Images\ftp\化妝品3.gif
?????文件???????2711??2006-12-05?10:12??NetShop\Images\ftp\化妝品4.gif
?????文件???????1346??2006-11-29?15:58??NetShop\Images\ftp\圖書.gif
?????文件???????1357??2006-11-29?15:55??NetShop\Images\ftp\數(shù)碼攝影.gif
............此處省略197個(gè)文件信息
評(píng)論
共有 條評(píng)論