資源簡介
對后臺的權限設置,角色設置,權限的控制,利用Asp.Net MVC+BootStrap+EF6.0實現簡單的用戶角色權限管理
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Http;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;
namespace?AuthorDesign.Web?{
????//?注意:?有關啟用?IIS6?或?IIS7?經典模式的說明,
????//?請訪問?http://go.microsoft.com/?linkId=9394801
????public?class?MvcApplication?:?System.Web.HttpApplication?{
????????protected?void?Application_Start()?{
????????????AreaRegistration.RegisterAllAreas();
????????????WebApiConfig.Register(GlobalConfiguration.Configuration);
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????????BundleConfig.RegisterBundles(BundleTable.Bundles);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-11-23?21:47??AuthorDesign\
?????目錄???????????0??2015-11-30?17:30??AuthorDesign\AuthorDesign\
?????目錄???????????0??2015-11-30?22:24??AuthorDesign\AuthorDesign.Common\
?????文件????????2555??2015-11-30?22:09??AuthorDesign\AuthorDesign.Common\AuthorDesign.Common.csproj
?????目錄???????????0??2015-11-23?21:47??AuthorDesign\AuthorDesign.Common\bin\
?????目錄???????????0??2015-11-30?22:49??AuthorDesign\AuthorDesign.Common\bin\Debug\
?????文件????????7168??2015-11-30?22:49??AuthorDesign\AuthorDesign.Common\bin\Debug\AuthorDesign.Common.dll
?????文件???????19968??2015-11-30?22:49??AuthorDesign\AuthorDesign.Common\bin\Debug\AuthorDesign.Common.pdb
?????目錄???????????0??2015-11-23?21:47??AuthorDesign\AuthorDesign.Common\bin\Release\
?????文件????????2281??2015-11-30?22:24??AuthorDesign\AuthorDesign.Common\CacheHelper.cs
?????文件????????3873??2015-11-23?22:12??AuthorDesign\AuthorDesign.Common\CookieHelper.cs
?????文件????????1071??2015-11-23?21:54??AuthorDesign\AuthorDesign.Common\MD5Helper.cs
?????目錄???????????0??2015-11-23?21:47??AuthorDesign\AuthorDesign.Common\obj\
?????目錄???????????0??2015-11-30?22:49??AuthorDesign\AuthorDesign.Common\obj\Debug\
?????文件?????????911??2015-11-30?22:49??AuthorDesign\AuthorDesign.Common\obj\Debug\AuthorDesign.Common.csproj.FileListAbsolute.txt
?????文件????????1900??2015-11-30?22:49??AuthorDesign\AuthorDesign.Common\obj\Debug\AuthorDesign.Common.csprojResolveAssemblyReference.cache
?????文件????????7168??2015-11-30?22:49??AuthorDesign\AuthorDesign.Common\obj\Debug\AuthorDesign.Common.dll
?????文件???????19968??2015-11-30?22:49??AuthorDesign\AuthorDesign.Common\obj\Debug\AuthorDesign.Common.pdb
?????文件????????6544??2015-12-01?09:51??AuthorDesign\AuthorDesign.Common\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????????0??2015-11-23?21:47??AuthorDesign\AuthorDesign.Common\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2015-11-23?21:47??AuthorDesign\AuthorDesign.Common\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件???????????0??2015-11-23?21:47??AuthorDesign\AuthorDesign.Common\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????目錄???????????0??2015-11-23?21:47??AuthorDesign\AuthorDesign.Common\obj\Debug\TempPE\
?????目錄???????????0??2015-11-23?21:47??AuthorDesign\AuthorDesign.Common\Properties\
?????文件????????1362??2015-11-23?21:47??AuthorDesign\AuthorDesign.Common\Properties\AssemblyInfo.cs
?????目錄???????????0??2015-11-30?19:03??AuthorDesign\AuthorDesign.DAL\
?????文件????????1120??2015-11-25?22:27??AuthorDesign\AuthorDesign.DAL\ActionToPageRepository.cs
?????文件?????????321??2015-11-22?21:40??AuthorDesign\AuthorDesign.DAL\AdminLoginLogRepository.cs
?????文件?????????324??2015-11-22?21:40??AuthorDesign\AuthorDesign.DAL\AdminOperationRepository.cs
?????文件????????3441??2015-11-25?16:19??AuthorDesign\AuthorDesign.DAL\AdminRepository.cs
?????文件????????1411??2015-11-29?23:30??AuthorDesign\AuthorDesign.DAL\AdminToPageRepository.cs
............此處省略951個文件信息
評論
共有 條評論