-
大小: 16.78MB文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2023-08-04
- 語言: C#
- 標簽: ERP??進銷存??源碼??數(shù)據(jù)庫??
資源簡介
C# 大學項目 倉庫管理系統(tǒng)源碼+數(shù)據(jù)庫 小型進銷存系統(tǒng) layui框架搭建 美觀
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Security.Principal;
using?System.Web;
using?System.Web.Http;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;
using?System.Web.Security;
namespace?MvcUI
{
????//?注意:?有關啟用?IIS6?或?IIS7?經(jīng)典模式的說明,
????//?請訪問?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);
????????}
????????public?MvcApplication()
????????{
????????????AuthorizeRequest?+=?new?EventHandler(MvcApplication_AuthorizeRequest);
????????}
????????void?MvcApplication_AuthorizeRequest(object?sender?EventArgs?e)
????????{
????????????var?id?=?Context.User.Identity?as?FormsIdentity;
????????????if?(id?!=?null?&&?id.IsAuthenticated)
????????????{
????????????????var?roles?=?id.Ticket.UserData.Split(‘‘);
????????????????Context.User?=?new?GenericPrincipal(id?roles);
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-06-26?00:13??Nike倉庫\
?????目錄???????????0??2019-06-05?19:39??Nike倉庫\NikeProject\
?????目錄???????????0??2019-06-13?22:19??Nike倉庫\NikeProject\Nike\
?????目錄???????????0??2019-06-25?23:49??Nike倉庫\NikeProject\Nike\MvcUI\
?????目錄???????????0??2019-06-26?02:46??Nike倉庫\NikeProject\Nike\MvcUI\App_Data\
?????目錄???????????0??2019-06-05?19:39??Nike倉庫\NikeProject\Nike\MvcUI\App_Start\
?????文件????????2165??2019-05-31?00:32??Nike倉庫\NikeProject\Nike\MvcUI\App_Start\BundleConfig.cs
?????文件?????????271??2019-05-31?00:32??Nike倉庫\NikeProject\Nike\MvcUI\App_Start\FilterConfig.cs
?????文件?????????597??2019-06-23?20:39??Nike倉庫\NikeProject\Nike\MvcUI\App_Start\RouteConfig.cs
?????文件?????????474??2019-05-31?00:32??Nike倉庫\NikeProject\Nike\MvcUI\App_Start\WebApiConfig.cs
?????目錄???????????0??2019-06-05?19:39??Nike倉庫\NikeProject\Nike\MvcUI\Content\
?????文件????????1024??2019-05-31?00:32??Nike倉庫\NikeProject\Nike\MvcUI\Content\Site.css
?????目錄???????????0??2019-06-20?08:17??Nike倉庫\NikeProject\Nike\MvcUI\Content\css\
?????文件???????12087??2019-06-20?08:17??Nike倉庫\NikeProject\Nike\MvcUI\Content\css\auth.css
?????文件??????121204??2019-06-20?08:17??Nike倉庫\NikeProject\Nike\MvcUI\Content\css\bootstrap.min.css
?????文件?????????505??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\css\font.css
?????文件????????2268??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\css\login.css
?????文件?????????304??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\css\theme1.css
?????文件?????????288??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\css\theme2.css
?????文件?????????297??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\css\theme3.css
?????文件?????????309??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\css\theme4.css
?????文件?????????590??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\css\theme5.css
?????文件????????9946??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\css\xadmin.css
?????目錄???????????0??2019-06-05?19:39??Nike倉庫\NikeProject\Nike\MvcUI\Content\fonts\
?????文件???????49600??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\fonts\iconfont.eot
?????文件??????322278??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\fonts\iconfont.svg
?????文件???????49432??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\fonts\iconfont.ttf
?????文件???????30200??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\fonts\iconfont.woff
?????目錄???????????0??2019-06-05?19:39??Nike倉庫\NikeProject\Nike\MvcUI\Content\images\
?????文件????????3032??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\images\aiwrap.png
?????文件???????28211??2019-05-31?00:37??Nike倉庫\NikeProject\Nike\MvcUI\Content\images\bg.png
............此處省略898個文件信息
- 上一篇:C# 雪碧圖制作
- 下一篇:MVC+EF C#框架
評論
共有 條評論