• 大小: 4.81MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-05
  • 语言: C#
  • 标签:

资源简介

自己实现三层架构的网上鲜花销售系统。。代码都有注释,适用于新手。。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Model;
using DAL;
using System.Data;
using System.Data.SqlClient;

namespace BLL
{
    public class AdminManager
    {
        AdminDAO adao = null;
        public AdminManager() {
            adao = new AdminDAO();
        }
        /// 
        /// 添加管理员
        /// 

        /// 
        /// 
        public bool InsertAdmin(ADMIN a) {
            return adao.InsertAdmin(a);
        }
        /// 
        /// 删除管理员
        /// 

        /// 
        /// 
        public bool DeleteAdmin(string id) {
            return adao.DeleteAdmin(id);
        }
        /// 
        /// 更新管理员资料
        /// 

        /// 
        /// 
        public bool UpdateAdmin(ADMIN a) {
            return adao.UpdateAdmin(a);
        }
        /// 
        /// 判断管理员是否存在
        /// 

        /// 
        /// 
        /// 
        public bool IsExist(ADMIN a) {
            return adao.IsExist(a);
        }
        /// 
        /// 选择出所有的用户名
        /// 

        /// 
        public DataTable SelectUser()
        {
            return adao.SelectUser();
        }

        /// 
        /// 根据id修改
        /// 

        /// 
        /// 
        public bool UpdateAdminbyid(ADMIN a)
        {
            return adao.UpdateAdminbyid(a);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      43008  2010-12-18 20:23  080810136林尚龙\网上鲜花销售系统\课程设计总结报告.doc

     文件     184320  2010-12-18 19:37  080810136林尚龙\网上鲜花销售系统\需求分析.doc

     文件       5591  2010-11-30 10:49  080810136林尚龙\网上鲜花销售系统\Flower\Web (9).sln

    ..A..H.     32768  2010-12-18 20:06  080810136林尚龙\网上鲜花销售系统\Flower\Web (9).suo

     文件       1858  2010-12-11 21:01  080810136林尚龙\网上鲜花销售系统\Flower\BLL\AdminManager.cs

     文件       3758  2010-11-29 23:10  080810136林尚龙\网上鲜花销售系统\Flower\BLL\BLL.csproj

     文件        168  2010-11-29 23:10  080810136林尚龙\网上鲜花销售系统\Flower\BLL\BLL.csproj.user

     文件       2236  2010-11-29 22:34  080810136林尚龙\网上鲜花销售系统\Flower\BLL\dingdanManager.cs

     文件       1696  2010-11-29 22:39  080810136林尚龙\网上鲜花销售系统\Flower\BLL\fukuanfangshiManager.cs

     文件       1446  2010-11-29 22:43  080810136林尚龙\网上鲜花销售系统\Flower\BLL\kindManager.cs

     文件        442  2010-11-29 22:45  080810136林尚龙\网上鲜花销售系统\Flower\BLL\LoginManager.cs

     文件       1585  2010-11-29 22:49  080810136林尚龙\网上鲜花销售系统\Flower\BLL\NewsManager.cs

     文件       1174  2010-11-29 22:52  080810136林尚龙\网上鲜花销售系统\Flower\BLL\pictureManager.cs

     文件       2758  2010-12-02 19:43  080810136林尚龙\网上鲜花销售系统\Flower\BLL\shoppingManager.cs

     文件       1712  2010-11-29 22:59  080810136林尚龙\网上鲜花销售系统\Flower\BLL\songhuofangshiManager.cs

     文件        723  2010-11-29 23:02  080810136林尚龙\网上鲜花销售系统\Flower\BLL\userdataManager.cs

     文件       5044  2010-12-16 20:03  080810136林尚龙\网上鲜花销售系统\Flower\BLL\WAREManager.cs

     文件       1957  2010-11-29 23:10  080810136林尚龙\网上鲜花销售系统\Flower\BLL\WebXinxiManager.cs

     文件      10240  2010-12-16 20:07  080810136林尚龙\网上鲜花销售系统\Flower\BLL\bin\Debug\BLL.dll

     文件      62976  2010-12-16 20:07  080810136林尚龙\网上鲜花销售系统\Flower\BLL\bin\Debug\BLL.pdb

     文件      28160  2010-12-16 20:07  080810136林尚龙\网上鲜花销售系统\Flower\BLL\bin\Debug\DAL.dll

     文件      77312  2010-12-16 20:07  080810136林尚龙\网上鲜花销售系统\Flower\BLL\bin\Debug\DAL.pdb

     文件      19456  2010-12-16 19:30  080810136林尚龙\网上鲜花销售系统\Flower\BLL\bin\Debug\Model.dll

     文件     103936  2010-12-16 19:30  080810136林尚龙\网上鲜花销售系统\Flower\BLL\bin\Debug\Model.pdb

     文件        378  2010-12-16 19:30  080810136林尚龙\网上鲜花销售系统\Flower\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt

     文件      10240  2010-12-16 20:07  080810136林尚龙\网上鲜花销售系统\Flower\BLL\obj\Debug\BLL.dll

     文件      62976  2010-12-16 20:07  080810136林尚龙\网上鲜花销售系统\Flower\BLL\obj\Debug\BLL.pdb

     文件       5413  2010-12-16 20:07  080810136林尚龙\网上鲜花销售系统\Flower\BLL\obj\Debug\ResolveAssemblyReference.cache

     文件       1338  2010-11-26 21:05  080810136林尚龙\网上鲜花销售系统\Flower\BLL\Properties\AssemblyInfo.cs

     文件       4523  2010-12-11 21:40  080810136林尚龙\网上鲜花销售系统\Flower\DAL\AdminDAO.cs

............此处省略537个文件信息

评论

共有 条评论

相关资源