资源简介
伍华聪2.0Web开发框架
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Routing;
namespace WHC.MVCWebMis
{
// Note: For instructions on enabling IIS6 or IIS7 classic mode
// visit 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);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4194304 2015-10-12 10:21 Web开发框架\DB\MVCWebMis.mdf
文件 8585216 2015-10-12 10:21 Web开发框架\DB\MVCWebMis_1.ldf
..A..H. 38912 2014-03-11 11:50 Web开发框架\MyWebMVC.suo
..A..H. 246784 2014-06-05 12:13 Web开发框架\MyWebMVC.v11.suo
..A..H. 235008 2015-10-12 10:14 Web开发框架\MyWebMVC.v12.suo
文件 404480 2014-06-05 12:09 Web开发框架\Web开发框架\MVCWebMis\App_Data\MVCWebMis.db
文件 2173 2013-09-10 11:06 Web开发框架\Web开发框架\MVCWebMis\App_Start\BundleConfig.cs
文件 279 2013-09-10 11:06 Web开发框架\Web开发框架\MVCWebMis\App_Start\FilterConfig.cs
文件 604 2013-09-10 11:06 Web开发框架\Web开发框架\MVCWebMis\App_Start\RouteConfig.cs
文件 482 2013-09-10 11:06 Web开发框架\Web开发框架\MVCWebMis\App_Start\WebApiConfig.cs
....... 105544 2013-08-11 13:18 Web开发框架\Web开发框架\MVCWebMis\bin\Antlr3.Runtime.dll
....... 5582848 2012-07-31 16:07 Web开发框架\Web开发框架\MVCWebMis\bin\Aspose.Words.dll
....... 86016 2014-06-05 12:07 Web开发框架\Web开发框架\MVCWebMis\bin\CKFinder.dll
文件 198144 2014-06-05 12:07 Web开发框架\Web开发框架\MVCWebMis\bin\CKFinder.pdb
文件 20480 2009-05-05 12:56 Web开发框架\Web开发框架\MVCWebMis\bin\EntLibContrib.Data.SQLite.dll
....... 161192 2007-05-11 21:09 Web开发框架\Web开发框架\MVCWebMis\bin\Microsoft.Practices.EnterpriseLibrary.Common.dll
....... 91560 2007-05-11 21:08 Web开发框架\Web开发框架\MVCWebMis\bin\Microsoft.Practices.EnterpriseLibrary.Data.dll
....... 64352 2007-05-22 09:47 Web开发框架\Web开发框架\MVCWebMis\bin\Microsoft.Practices.ob
....... 45416 2013-08-11 12:08 Web开发框架\Web开发框架\MVCWebMis\bin\Microsoft.Web.Infrastructure.dll
文件 73728 2015-10-12 10:18 Web开发框架\Web开发框架\MVCWebMis\bin\MVCWebfr
文件 3223 2015-10-12 10:18 Web开发框架\Web开发框架\MVCWebMis\bin\MVCWebfr
文件 177664 2015-10-12 10:18 Web开发框架\Web开发框架\MVCWebMis\bin\MVCWebfr
....... 266240 2008-04-14 12:04 Web开发框架\Web开发框架\MVCWebMis\bin\MySql.Data.dll
....... 374784 2013-08-11 12:08 Web开发框架\Web开发框架\MVCWebMis\bin\Newtonsoft.Json.dll
文件 418776 2013-08-11 12:08 Web开发框架\Web开发框架\MVCWebMis\bin\Newtonsoft.Json.xm
文件 854016 2009-04-28 09:39 Web开发框架\Web开发框架\MVCWebMis\bin\System.Data.SQLite.dll
....... 168544 2013-08-11 12:08 Web开发框架\Web开发框架\MVCWebMis\bin\System.Net.Http.Formatting.dll
文件 137872 2013-08-11 12:08 Web开发框架\Web开发框架\MVCWebMis\bin\System.Net.Http.Formatting.xm
....... 138328 2013-08-11 12:08 Web开发框架\Web开发框架\MVCWebMis\bin\System.Web.Helpers.dll
文件 74208 2013-08-11 12:08 Web开发框架\Web开发框架\MVCWebMis\bin\System.Web.Helpers.xm
............此处省略3056个文件信息
- 上一篇:2009_LabVIEW编程样式_清晰版.pdf
- 下一篇:在线客服系统源码
评论
共有 条评论