資源簡介
不錯的完整資源
也是很好的練習資源
可以讓你的覺得學有所用

代碼片段和文件信息
//注意:當前類文件第一次由開發助手自動產生,以后不再自動更新。用戶在此編寫自己的業務邏輯代碼,不會被重新覆蓋!
//?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\ba
?????文件???????1859??2005-12-08?21:59??chapter7\代碼\Backup\BLL\ba
?????文件???????1680??2006-01-04?23:35??chapter7\代碼\Backup\BLL\ba
?????文件???????2472??2006-01-04?23:26??chapter7\代碼\Backup\BLL\ba
?????文件??????10597??2006-01-04?23:26??chapter7\代碼\Backup\BLL\ba
?????文件??????10783??2006-01-04?23:26??chapter7\代碼\Backup\BLL\ba
?????文件??????10363??2006-01-04?23:26??chapter7\代碼\Backup\BLL\ba
?????文件??????10687??2006-01-04?23:26??chapter7\代碼\Backup\BLL\ba
?????文件??????17608??2006-01-04?23:26??chapter7\代碼\Backup\BLL\ba
?????文件??????10549??2006-01-04?23:26??chapter7\代碼\Backup\BLL\ba
?????文件???????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個文件信息
評論
共有 條評論