91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 5.54MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-18
  • 語言: C#
  • 標簽: ASP.NET??購物網站??源碼??

資源簡介

前臺功能概述: 客戶可以在線注冊并進行商品訂購,系統采用多層模式開發 后臺功能概述: 客戶管理 客戶信息管理 權限管理 權限添加 權限信息管理 員工管理 員工添加 員工信息管理 角色管理 角色添加 角色信息管理 訂單管理 訂單信息管理 商品管理 商品添加 商品信息管理 商品類別管理 商品類別添加 管理員實現多級管理,后臺界面有些錯亂,請自行調整 DB_51aspx下為Sql數據庫,附加即可 后臺管理地址:admin/Login.aspx,默認登陸帳號/密碼:51aspx/51aspx

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Data;
using?Model;

namespace?BLL
{
????public?class?tab_customers
????{
????????IDAL.Itab_customers?Itab_customer?=?DALFactory.FactoryDe.Ftab_Customer();

????????public?int?addCustomer(Model.tab_customers?Customer)
????????{
????????????return?Itab_customer.addCustomer(Customer);
????????}


????????public?int?deleteCustomer(int?ID)
????????{
????????????return?Itab_customer.deleteCustomer(ID);
????????}

????????public?DataSet?getAllCustomer(string?sql)
????????{
????????????return?Itab_customer.getAllCustomer(sql);
????????}

????????public?DataSet?getAllTwoCustomer(string?sql1?string?sql2)
????????{
????????????return?Itab_customer.getAllCustomerTwo(sql1?sql2);
????????}


????????public?int?updeatCustomer(Model.tab_customers?Customer)
????????{
????????????return?Itab_customer.updeatCustomer(Customer);
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????20480??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\BLL.dll

?????文件??????50688??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\BLL.pdb

?????文件??????16384??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\DALFactory.dll

?????文件??????15872??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\DALFactory.pdb

?????文件??????16384??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\DBunit.dll

?????文件??????15872??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\DBunit.pdb

?????文件??????16384??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\IDAL.dll

?????文件???????7680??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\IDAL.pdb

?????文件??????24576??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\Model.dll

?????文件??????69120??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\Model.pdb

?????文件??????24576??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\SQLServerDAL.dll

?????文件??????50688??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\SQLServerDAL.pdb

?????文件???????3077??2006-01-01?01:43??wuhanshop\YLShoping\BLL\BLL.csproj

?????文件????????168??2006-01-01?01:32??wuhanshop\YLShoping\BLL\BLL.csproj.user

?????文件????????352??2009-04-11?20:01??wuhanshop\YLShoping\BLL\obj\BLL.csproj.FileList.txt

?????文件????????742??2009-06-11?14:25??wuhanshop\YLShoping\BLL\obj\BLL.csproj.FileListAbsolute.txt

?????文件??????20480??2009-06-11?14:04??wuhanshop\YLShoping\BLL\obj\Debug\BLL.dll

?????文件??????50688??2009-06-11?14:04??wuhanshop\YLShoping\BLL\obj\Debug\BLL.pdb

?????文件??????16384??2009-03-26?15:11??wuhanshop\YLShoping\BLL\obj\Debug\Refactor\BLL.dll

?????文件??????27408??2009-06-11?14:04??wuhanshop\YLShoping\BLL\obj\Debug\ResolveAssemblyReference.cache

?????文件???????1325??2009-02-13?19:28??wuhanshop\YLShoping\BLL\Properties\AssemblyInfo.cs

?????文件????????960??2009-03-04?14:54??wuhanshop\YLShoping\BLL\tab_customers.cs

?????文件????????900??2009-02-28?11:16??wuhanshop\YLShoping\BLL\tab_emps.cs

?????文件????????755??2009-02-27?12:08??wuhanshop\YLShoping\BLL\TAB_LIUYAN.cs

?????文件???????1392??2009-02-14?10:02??wuhanshop\YLShoping\BLL\TAB_NEWS.cs

?????文件????????888??2009-06-11?13:55??wuhanshop\YLShoping\BLL\tab_orderDets.cs

?????文件????????738??2006-01-01?00:57??wuhanshop\YLShoping\BLL\tab_orders.cs

?????文件???????1332??2009-02-16?16:46??wuhanshop\YLShoping\BLL\tab_powers.cs

?????文件???????1552??2009-02-14?09:57??wuhanshop\YLShoping\BLL\tab_productClass.cs

?????文件???????1529??2009-06-11?13:55??wuhanshop\YLShoping\BLL\tab_Products.cs

............此處省略524個文件信息

評論

共有 條評論