• 大小: 1.05MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-07
  • 语言: 其他
  • 标签: C++  

资源简介

不错的完整资源 也是很好的练习资源 可以让你的觉得学有所用

资源截图

代码片段和文件信息

//注意:当前类文件第一次由开发助手自动产生,以后不再自动更新。用户在此编写自己的业务逻辑代码,不会被重新覆盖!
// This source code was first auto-generated by DevHelper on 2006-1-2 11:34:11. user can modify it!

using System;
using System.Text;
using System.Data;
using FlowerShop.BLL.base;
using FlowerShop.MOD;
using FlowerShop.DAL;

namespace FlowerShop.BLL
{
public class AdminsBL : AdminsBLbase
{
protected AdminsDS myAdminsDS;
protected AdminsBLbase myAdminsBL=new AdminsBLbase();
public AdminsBL()
{
}

//若登录成功返回值为AdministratorID,若密码不正确返回值为-1若用户名不存在返回值为-2
public int Login(string loginNamestring pwd)
{
myAdminsDS=new  AdminsDS();
myAdminsBL.GetAdministrators(myAdminsDS.Administratornull);
for(int i=0;i {
if(myAdminsDS.Administrator[i].Name.ToString()==loginName)
{
if(myAdminsDS.Administrator[i].Pwd==pwd)
{
//登录成功
return myAdminsDS.Administrator[i].AdministratorID;
}
else
{
//密码不正确
return -1;
}
}
}
//用户名不存在
return -2;

}
}//end of class
}//end of namespace

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

     文件         18  2005-03-03 14:12  chapter7\代码\aspnet_client\CVS\Entries

     文件         18  2005-03-03 14:12  chapter7\代码\aspnet_client\CVS\Entries.Extra

     文件         36  2005-03-03 14:12  chapter7\代码\aspnet_client\CVS\Repository

     文件         39  2005-03-03 14:12  chapter7\代码\aspnet_client\CVS\Root

     文件        146  2005-03-03 14:12  chapter7\代码\aspnet_client\system_web\1_1_4322\CVS\Entries

     文件         92  2005-03-03 14:12  chapter7\代码\aspnet_client\system_web\1_1_4322\CVS\Entries.Extra

     文件         56  2005-03-03 14:12  chapter7\代码\aspnet_client\system_web\1_1_4322\CVS\Repository

     文件         39  2005-03-03 14:12  chapter7\代码\aspnet_client\system_web\1_1_4322\CVS\Root

     文件         15  2005-03-03 14:12  chapter7\代码\aspnet_client\system_web\1_1_4322\SmartNav.htm

     文件       8571  2005-03-03 14:12  chapter7\代码\aspnet_client\system_web\1_1_4322\SmartNav.js

     文件      14482  2005-03-03 14:12  chapter7\代码\aspnet_client\system_web\1_1_4322\WebUIValidation.js

     文件         16  2005-03-03 14:12  chapter7\代码\aspnet_client\system_web\CVS\Entries

     文件         16  2005-03-03 14:12  chapter7\代码\aspnet_client\system_web\CVS\Entries.Extra

     文件         47  2005-03-03 14:12  chapter7\代码\aspnet_client\system_web\CVS\Repository

     文件         39  2005-03-03 14:12  chapter7\代码\aspnet_client\system_web\CVS\Root

     文件       1317  2006-01-02 11:41  chapter7\代码\Backup\BLL\AdminsBL.cs

     文件      10390  2006-01-04 23:26  chapter7\代码\Backup\BLL\base\AdminsBLbase.cs

     文件       1859  2005-12-08 21:59  chapter7\代码\Backup\BLL\base\AssemblyInfo.cs

     文件       1680  2006-01-04 23:35  chapter7\代码\Backup\BLL\base\baseBL.cs

     文件       2472  2006-01-04 23:26  chapter7\代码\Backup\BLL\base\BLException.cs

     文件      10597  2006-01-04 23:26  chapter7\代码\Backup\BLL\base\CustomerInfoBLbase.cs

     文件      10783  2006-01-04 23:26  chapter7\代码\Backup\BLL\base\FlowerCategoryBLbase.cs

     文件      10363  2006-01-04 23:26  chapter7\代码\Backup\BLL\base\FlowerInfoBLbase.cs

     文件      10687  2006-01-04 23:26  chapter7\代码\Backup\BLL\base\FlowerSaleInfoBLbase.cs

     文件      17608  2006-01-04 23:26  chapter7\代码\Backup\BLL\base\OrdersBLbase.cs

     文件      10549  2006-01-04 23:26  chapter7\代码\Backup\BLL\base\ShoppingCartBLbase.cs

     文件       7247  2006-01-04 23:23  chapter7\代码\Backup\BLL\BLL.csproj

     文件       1803  2006-06-25 16:07  chapter7\代码\Backup\BLL\BLL.csproj.user

     文件       1403  2005-12-31 11:49  chapter7\代码\Backup\BLL\CustomerInfoBL.cs

     文件        719  2005-12-19 11:39  chapter7\代码\Backup\BLL\FlowerCategoryBL.cs

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

评论

共有 条评论