資源簡介
通過下拉框異步刷新echart數(shù)據(jù),原文地址http://blog.csdn.net/kebi007/article/details/52887570
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;
namespace?Echarts
{
????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????AreaRegistration.RegisterAllAreas();
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????????BundleConfig.RegisterBundles(BundleTable.Bundles);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1262??2017-01-21?21:35??Echarts\App_Start\BundleConfig.cs
?????文件????????275??2017-01-21?21:35??Echarts\App_Start\FilterConfig.cs
?????文件????????600??2017-01-21?21:35??Echarts\App_Start\RouteConfig.cs
?????文件?????102912??2013-02-22?08:43??Echarts\bin\Antlr3.Runtime.dll
?????文件?????431616??2013-02-22?08:43??Echarts\bin\Antlr3.Runtime.pdb
?????文件??????10752??2017-01-22?00:23??Echarts\bin\Echarts.dll
?????文件???????2860??2017-01-21?21:36??Echarts\bin\Echarts.dll.config
?????文件??????17920??2017-01-22?00:23??Echarts\bin\Echarts.pdb
?????文件??????29344??2015-06-15?02:06??Echarts\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
?????文件???????1805??2015-06-15?02:06??Echarts\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xm
?????文件??????45416??2012-04-23?15:23??Echarts\bin\Microsoft.Web.Infrastructure.dll
?????文件?????502272??2014-08-03?20:33??Echarts\bin\Newtonsoft.Json.dll
?????文件?????478726??2014-08-03?20:33??Echarts\bin\Newtonsoft.Json.xm
?????文件??????41608??2015-06-18?20:19??Echarts\bin\roslyn\csc.exe
?????文件??????85192??2015-06-18?20:19??Echarts\bin\roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll
?????文件????4000448??2015-06-18?20:19??Echarts\bin\roslyn\Microsoft.CodeAnalysis.CSharp.dll
?????文件????1724080??2015-06-18?20:19??Echarts\bin\roslyn\Microsoft.CodeAnalysis.dll
?????文件????4901064??2015-06-18?20:19??Echarts\bin\roslyn\Microsoft.CodeAnalysis.VisualBasic.dll
?????文件???????6416??2015-06-18?20:19??Echarts\bin\roslyn\Microsoft.CSharp.Core.targets
?????文件???????5846??2015-06-18?20:19??Echarts\bin\roslyn\Microsoft.VisualBasic.Core.targets
?????文件?????204544??2015-06-18?20:19??Echarts\bin\roslyn\System.Collections.Immutable.dll
?????文件?????262896??2015-06-18?20:19??Echarts\bin\roslyn\System.Reflection.me
?????文件??????41608??2015-06-18?20:19??Echarts\bin\roslyn\vbc.exe
?????文件??????63648??2015-06-18?20:19??Echarts\bin\roslyn\VBCSCompiler.exe
?????文件????????563??2015-06-18?20:19??Echarts\bin\roslyn\VBCSCompiler.exe.config
?????文件?????139976??2015-01-28?04:04??Echarts\bin\System.Web.Helpers.dll
?????文件??????74850??2015-01-28?04:04??Echarts\bin\System.Web.Helpers.xm
?????文件?????566472??2015-01-28?04:02??Echarts\bin\System.Web.Mvc.dll
?????文件?????952428??2015-01-28?04:02??Echarts\bin\System.Web.Mvc.xm
?????文件??????70864??2014-02-11?15:26??Echarts\bin\System.Web.Optimization.dll
............此處省略1426個文件信息
評論
共有 條評論