资源简介


代码片段和文件信息

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 easyUITest
{
    // 注意: 有关启用 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);

            GlobalConfiguration.Configura

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1122  2016-10-08 16:03  MVCEasyUIEChartsComplete\DB\initData.sql

     文件       2172  2016-08-30 11:37  MVCEasyUIEChartsComplete\eUI\App_Start\BundleConfig.cs

     文件        276  2016-08-30 11:14  MVCEasyUIEChartsComplete\eUI\App_Start\FilterConfig.cs

     文件        601  2016-08-30 11:14  MVCEasyUIEChartsComplete\eUI\App_Start\RouteConfig.cs

     文件        488  2016-09-22 17:37  MVCEasyUIEChartsComplete\eUI\App_Start\WebApiConfig.cs

     文件     105528  2016-08-30 11:14  MVCEasyUIEChartsComplete\eUI\bin\Antlr3.Runtime.dll

     文件    6849024  2013-07-04 15:24  MVCEasyUIEChartsComplete\eUI\bin\Aspose.Cells.dll

     文件      14848  2016-10-13 11:18  MVCEasyUIEChartsComplete\eUI\bin\easyUITest.dll

     文件      36352  2016-10-13 11:18  MVCEasyUIEChartsComplete\eUI\bin\easyUITest.pdb

     文件    1116760  2016-08-30 11:14  MVCEasyUIEChartsComplete\eUI\bin\Entityframework.dll

     文件    1138045  2016-08-30 11:14  MVCEasyUIEChartsComplete\eUI\bin\Entityframework.xml

     文件       9728  2016-10-13 11:18  MVCEasyUIEChartsComplete\eUI\bin\eUI.BLL.dll

     文件      17920  2016-10-13 11:18  MVCEasyUIEChartsComplete\eUI\bin\eUI.BLL.pdb

     文件      12288  2016-10-13 11:18  MVCEasyUIEChartsComplete\eUI\bin\eUI.Common.dll

     文件      24064  2016-10-13 11:18  MVCEasyUIEChartsComplete\eUI\bin\eUI.Common.pdb

     文件      14336  2016-10-13 11:18  MVCEasyUIEChartsComplete\eUI\bin\eUI.DAL.dll

     文件      26112  2016-10-13 11:18  MVCEasyUIEChartsComplete\eUI\bin\eUI.DAL.pdb

     文件      15872  2016-10-13 11:18  MVCEasyUIEChartsComplete\eUI\bin\eUI.Model.dll

     文件       7680  2016-10-13 11:18  MVCEasyUIEChartsComplete\eUI\bin\eUI.Model.pdb

     文件      45416  2016-08-30 11:14  MVCEasyUIEChartsComplete\eUI\bin\Microsoft.Web.Infrastructure.dll

     文件     513536  2016-09-06 10:00  MVCEasyUIEChartsComplete\eUI\bin\Newtonsoft.Json.dll

     文件     494336  2016-09-06 10:00  MVCEasyUIEChartsComplete\eUI\bin\Newtonsoft.Json.xml

     文件     167504  2016-09-09 10:41  MVCEasyUIEChartsComplete\eUI\bin\NuGet.PackageManagement.dll

     文件     250448  2016-09-09 10:41  MVCEasyUIEChartsComplete\eUI\bin\NuGet.PackageManagement.UI.dll

     文件     114768  2016-09-09 10:41  MVCEasyUIEChartsComplete\eUI\bin\NuGet.ProjectManagement.dll

     文件      39959  2016-09-09 10:41  MVCEasyUIEChartsComplete\eUI\bin\NuGet.ProjectManagement.xml

     文件     185544  2016-09-06 10:00  MVCEasyUIEChartsComplete\eUI\bin\System.Net.Http.Formatting.dll

     文件     192626  2016-09-06 10:00  MVCEasyUIEChartsComplete\eUI\bin\System.Net.Http.Formatting.xml

     文件     471240  2016-09-06 10:00  MVCEasyUIEChartsComplete\eUI\bin\System.Web.Http.dll

     文件      82120  2016-09-06 10:00  MVCEasyUIEChartsComplete\eUI\bin\System.Web.Http.WebHost.dll

............此处省略1945个文件信息

评论

共有 条评论