資源簡介
Mvc5FuLuA
代碼片段和文件信息
using?Mvc5FuLuA.Areas.LX07.Models;
using?System;
using?System.Collections.Generic;
using?System.Data.Entity;
using?System.Linq;
using?System.Web;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;
namespace?Mvc5FuLuA
{
????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????Database.SetInitializer(new?MoviesInit());
????????????AreaRegistration.RegisterAllAreas();
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????????BundleConfig.RegisterBundles(BundleTable.Bundles);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????3211264??2015-06-03?10:33??Mvc5FuLuA\Mvc5FuLuA\App_Data\Movies.mdf
?????文件????1048576??2015-06-03?10:33??Mvc5FuLuA\Mvc5FuLuA\App_Data\Movies_log.ldf
?????文件???????1762??2015-04-05?07:08??Mvc5FuLuA\Mvc5FuLuA\App_Start\BundleConfig.cs
?????文件????????277??2015-04-04?23:47??Mvc5FuLuA\Mvc5FuLuA\App_Start\FilterConfig.cs
?????文件????????602??2015-04-04?23:47??Mvc5FuLuA\Mvc5FuLuA\App_Start\RouteConfig.cs
?????文件????????972??2015-04-05?00:44??Mvc5FuLuA\Mvc5FuLuA\Areas\LX02\Controllers\Lx2Controller.cs
?????文件????????584??2015-04-05?00:23??Mvc5FuLuA\Mvc5FuLuA\Areas\LX02\LX02AreaRegistration.cs
?????文件????????408??2015-04-05?00:25??Mvc5FuLuA\Mvc5FuLuA\Areas\LX02\Models\UserInfo.cs
?????文件????????980??2015-04-05?00:46??Mvc5FuLuA\Mvc5FuLuA\Areas\LX02\Views\Lx2\LxPartial.cshtml
?????文件?????????83??2015-04-05?00:44??Mvc5FuLuA\Mvc5FuLuA\Areas\LX02\Views\Lx2\p1.cshtml
?????文件?????????47??2015-04-05?00:30??Mvc5FuLuA\Mvc5FuLuA\Areas\LX02\Views\Lx2\p2.cshtml
?????文件?????????47??2015-04-05?00:30??Mvc5FuLuA\Mvc5FuLuA\Areas\LX02\Views\Lx2\p3.cshtml
?????文件???????1714??2015-04-05?00:23??Mvc5FuLuA\Mvc5FuLuA\Areas\LX02\Views\web.config
?????文件?????????55??2015-04-05?00:28??Mvc5FuLuA\Mvc5FuLuA\Areas\LX02\Views\_ViewStart.cshtml
?????文件????????321??2015-04-05?07:51??Mvc5FuLuA\Mvc5FuLuA\Areas\LX03\Controllers\Lx3Controller.cs
?????文件????????584??2015-04-05?00:32??Mvc5FuLuA\Mvc5FuLuA\Areas\LX03\LX03AreaRegistration.cs
?????文件????????695??2015-04-09?07:08??Mvc5FuLuA\Mvc5FuLuA\Areas\LX03\Views\Lx3\Lx3Index.cshtml
?????文件???????1714??2015-04-05?00:32??Mvc5FuLuA\Mvc5FuLuA\Areas\LX03\Views\web.config
?????文件?????????55??2015-04-05?00:48??Mvc5FuLuA\Mvc5FuLuA\Areas\LX03\Views\_ViewStart.cshtml
?????文件????????321??2015-04-05?08:10??Mvc5FuLuA\Mvc5FuLuA\Areas\LX04\Controllers\Lx4Controller.cs
?????文件???????9503??2015-04-05?08:06??Mvc5FuLuA\Mvc5FuLuA\Areas\LX04\Images\a1.jpg
?????文件???????8337??2015-04-05?08:06??Mvc5FuLuA\Mvc5FuLuA\Areas\LX04\Images\a2.jpg
?????文件???????4961??2015-04-05?08:06??Mvc5FuLuA\Mvc5FuLuA\Areas\LX04\Images\a3.jpg
?????文件???????6705??2015-04-05?08:06??Mvc5FuLuA\Mvc5FuLuA\Areas\LX04\Images\a4.jpg
?????文件???????5763??2015-04-05?08:06??Mvc5FuLuA\Mvc5FuLuA\Areas\LX04\Images\a5.jpg
?????文件???????9902??2015-04-05?08:06??Mvc5FuLuA\Mvc5FuLuA\Areas\LX04\Images\a6.jpg
?????文件????????584??2015-04-05?08:04??Mvc5FuLuA\Mvc5FuLuA\Areas\LX04\LX04AreaRegistration.cs
?????文件???????1910??2015-04-05?09:28??Mvc5FuLuA\Mvc5FuLuA\Areas\LX04\Views\Lx4\Lx4Index.cshtml
?????文件???????1714??2015-04-05?08:04??Mvc5FuLuA\Mvc5FuLuA\Areas\LX04\Views\web.config
?????文件?????????55??2015-04-05?08:08??Mvc5FuLuA\Mvc5FuLuA\Areas\LX04\Views\_ViewStart.cshtml
............此處省略457個文件信息
評論
共有 條評論