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

  • 大小: 151KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-10
  • 語言: C#
  • 標簽:

資源簡介

一個權限管理系統的實例,有數據庫和項目,這一個例子有一定的注釋。 可以學會C#權限管理,動態加載菜單欄。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?Student.DAL;

namespace?Student.BLL
{
????public?class?LoginManager
????{
????????LoginService?service?=?new?LoginService();
????????public?int?getLoginUserLid(string?user?string?password)
????????{
????????????return?service.getLoginUserLid(user?password);
????????}

????????public?int?getRoleid(int?LoginUserId)
????????{
????????????return?service.getRoleid(LoginUserId);
????????}

????????public?List?getRolePowerList(int?RoleId)
????????{
????????????return?service.getRolePowerList(RoleId);
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-08-19?09:27??StudentSystem權限\
?????文件????????1052??2011-08-19?09:09??StudentSystem權限\SQLQuery1.sql
?????文件????????1973??2011-08-19?09:09??StudentSystem權限\SQLQuery2.sql
?????目錄???????????0??2013-08-19?09:22??StudentSystem權限\Student.BLL\
?????目錄???????????0??2013-08-19?09:22??StudentSystem權限\Student.BLL\bin\
?????目錄???????????0??2013-08-19?09:22??StudentSystem權限\Student.BLL\bin\Debug\
?????文件????????4608??2012-05-31?15:42??StudentSystem權限\Student.BLL\bin\Debug\Student.BLL.dll
?????文件???????11776??2012-05-31?15:42??StudentSystem權限\Student.BLL\bin\Debug\Student.BLL.pdb
?????文件????????6656??2012-05-31?15:42??StudentSystem權限\Student.BLL\bin\Debug\Student.DAL.dll
?????文件???????13824??2012-05-31?15:42??StudentSystem權限\Student.BLL\bin\Debug\Student.DAL.pdb
?????目錄???????????0??2011-08-19?09:11??StudentSystem權限\Student.BLL\bin\Release\
?????文件?????????649??2012-05-31?15:32??StudentSystem權限\Student.BLL\LoginManager.cs
?????目錄???????????0??2013-08-19?09:22??StudentSystem權限\Student.BLL\obj\
?????目錄???????????0??2013-08-19?09:22??StudentSystem權限\Student.BLL\obj\Debug\
?????文件????????6576??2013-08-19?09:27??StudentSystem權限\Student.BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????3969??2012-05-31?15:42??StudentSystem權限\Student.BLL\obj\Debug\ResolveAssemblyReference.cache
?????文件?????????715??2012-05-31?15:42??StudentSystem權限\Student.BLL\obj\Debug\Student.BLL.csproj.FileListAbsolute.txt
?????文件????????4608??2012-05-31?15:42??StudentSystem權限\Student.BLL\obj\Debug\Student.BLL.dll
?????文件???????11776??2012-05-31?15:42??StudentSystem權限\Student.BLL\obj\Debug\Student.BLL.pdb
?????目錄???????????0??2011-08-19?09:11??StudentSystem權限\Student.BLL\obj\Debug\TempPE\
?????目錄???????????0??2013-08-19?09:22??StudentSystem權限\Student.BLL\Properties\
?????文件????????1378??2012-05-31?14:54??StudentSystem權限\Student.BLL\Properties\AssemblyInfo.cs
?????文件????????2537??2012-05-31?15:42??StudentSystem權限\Student.BLL\Student.BLL.csproj
?????目錄???????????0??2013-08-19?09:22??StudentSystem權限\Student.DAL\
?????目錄???????????0??2013-08-19?09:22??StudentSystem權限\Student.DAL\bin\
?????目錄???????????0??2013-08-19?09:22??StudentSystem權限\Student.DAL\bin\Debug\
?????文件????????6656??2012-05-31?15:42??StudentSystem權限\Student.DAL\bin\Debug\Student.DAL.dll
?????文件???????13824??2012-05-31?15:42??StudentSystem權限\Student.DAL\bin\Debug\Student.DAL.pdb
?????目錄???????????0??2011-08-19?09:11??StudentSystem權限\Student.DAL\bin\Release\
?????文件?????????295??2012-05-31?15:06??StudentSystem權限\Student.DAL\DBhelper.cs
?????文件????????3023??2012-05-31?15:29??StudentSystem權限\Student.DAL\LoginService.cs
............此處省略82個文件信息

評論

共有 條評論