資源簡介
mvc 新聞管理系統源碼下載(含數據庫)
代碼片段和文件信息
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?NewsMangaerSystem
{
????//?注意:?有關啟用?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??2014-07-02?11:39??.nuget\
?????文件?????????169??2014-07-02?11:39??.nuget\NuGet.Config
?????文件?????1662976??2014-07-02?11:39??.nuget\NuGet.exe
?????文件????????7628??2014-07-02?11:37??.nuget\NuGet.targets
?????文件????????2745??2014-07-02?11:32??51Aspx源碼必讀.txt
?????目錄???????????0??2014-07-02?10:15??App_Start\
?????文件????????2177??2013-08-12?11:35??App_Start\BundleConfig.cs
?????文件?????????283??2013-08-12?11:35??App_Start\FilterConfig.cs
?????文件?????????608??2013-08-23?17:05??App_Start\RouteConfig.cs
?????文件?????????486??2013-08-12?11:35??App_Start\WebApiConfig.cs
?????目錄???????????0??2014-07-02?10:15??attached\
?????目錄???????????0??2014-07-01?15:02??attached\file\
?????目錄???????????0??2014-07-01?14:55??attached\image\
?????目錄???????????0??2014-07-01?15:03??attached\video\
?????目錄???????????0??2014-07-02?10:15??bin\
?????文件??????105528??2013-08-12?11:35??bin\Antlr3.Runtime.dll
?????文件?????1118296??2013-08-12?11:35??bin\Entityfr
?????文件?????1142742??2013-08-12?11:35??bin\Entityfr
?????文件???????52736??2013-04-26?17:36??bin\LitJson.dll
?????文件???????57344??2013-08-12?12:02??bin\Maticsoft.Common.dll
?????文件???????65536??2013-08-12?12:02??bin\Maticsoft.DBUtility.dll
?????文件???????45416??2013-08-12?11:35??bin\Microsoft.Web.Infrastructure.dll
?????文件??????196608??2014-07-02?10:54??bin\NewsMangaerSystem.dll
?????文件????????5970??2014-07-02?10:26??bin\NewsMangaerSystem.dll.config
?????文件??????732672??2014-07-02?10:54??bin\NewsMangaerSystem.pdb
?????文件??????374784??2013-08-12?11:35??bin\Newtonsoft.Json.dll
?????文件??????418776??2013-08-12?11:35??bin\Newtonsoft.Json.xm
?????文件??????180832??2013-08-12?11:35??bin\System.Net.Http.dll
?????文件??????168544??2013-08-12?11:35??bin\System.Net.Http.Formatting.dll
?????文件??????137872??2013-08-12?11:35??bin\System.Net.Http.Formatting.xm
?????文件???????16480??2013-08-12?11:35??bin\System.Net.Http.WebRequest.dll
............此處省略2381個文件信息
- 上一篇:Log4net 常用類Logger
- 下一篇:定時關機
評論
共有 條評論