• 大小: 5.54MB
    文件类型: .rar
    金币: 1
    下载: 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个文件信息

评论

共有 条评论