資源簡介
高德地圖實例源碼 實現根據json動態選中地址,并且點擊生成的地區conet,動態選中區域地址
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Optimization;
using?System.Web.UI;
namespace?MapDemo_Web
{
????public?class?BundleConfig
????{
????????//?有關捆綁的詳細信息,請訪問?https://go.microsoft.com/fwlink/?linkID=303951
????????public?static?void?RegisterBundles(BundleCollection?bundles)
????????{
????????????bundles.Add(new?scriptBundle(“~/bundles/WebFormsJs“).Include(
????????????????????????????“~/scripts/WebForms/WebForms.js“
????????????????????????????“~/scripts/WebForms/WebUIValidation.js“
????????????????????????????“~/scripts/WebForms/MenuStandards.js“
????????????????????????????“~/scripts/WebForms/Focus.js“
????????????????????????????“~/scripts/WebForms/GridView.js“
????????????????????????????“~/scripts/WebForms/DetailsView.js“
????????????????????????????“~/scripts/WebForms/TreeView.js“
????????????????????????????“~/scripts/WebForms/WebParts.js“));
????????????//?若要使這些文件正常工作,采用適當的順序是非常重要的;這些文件具有顯式依賴關系
????????????bundles.Add(new?scriptBundle(“~/bundles/MsAjaxJs“).Include(
????????????????????“~/scripts/WebForms/MsAjax/MicrosoftAjax.js“
????????????????????“~/scripts/WebForms/MsAjax/MicrosoftAjaxApplicationServices.js“
????????????????????“~/scripts/WebForms/MsAjax/MicrosoftAjaxTimer.js“
????????????????????“~/scripts/WebForms/MsAjax/MicrosoftAjaxWebForms.js“));
????????????//?使用要用于開發和學習的?Modernizr?開發版本。然后,在準備好進行生產時,
????????????//?準備生產時,使用?https://modernizr.com?中的生成工具僅選擇所需的測試
????????????bundles.Add(new?scriptBundle(“~/bundles/modernizr“).Include(
????????????????????????????“~/scripts/modernizr-*“));
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????85800??2019-03-14?14:43??MapDemo_Web\.vs\config\applicationhost.config
????..A..H.?????67584??2019-03-15?14:12??MapDemo_Web\.vs\MapDemo_Web\v15\.suo
?????文件??????????0??2019-03-14?14:43??MapDemo_Web\.vs\MapDemo_Web\v15\Server\sqlite3\db.lock
?????文件???????4096??2019-03-14?14:43??MapDemo_Web\.vs\MapDemo_Web\v15\Server\sqlite3\storage.ide
?????文件??????32768??2019-03-15?14:11??MapDemo_Web\.vs\MapDemo_Web\v15\Server\sqlite3\storage.ide-shm
?????文件????1470872??2019-03-15?10:12??MapDemo_Web\.vs\MapDemo_Web\v15\Server\sqlite3\storage.ide-wal
?????文件???????1865??2019-03-14?14:43??MapDemo_Web\MapDemo_Web\App_Start\BundleConfig.cs
?????文件????????475??2019-03-14?14:43??MapDemo_Web\MapDemo_Web\App_Start\RouteConfig.cs
????.......????103424??2013-09-10?16:29??MapDemo_Web\MapDemo_Web\bin\Antlr3.Runtime.dll
?????文件?????435712??2013-09-10?16:29??MapDemo_Web\MapDemo_Web\bin\Antlr3.Runtime.pdb
????.......??????5632??2016-09-06?10:55??MapDemo_Web\MapDemo_Web\bin\AspNet.sc
????.......??????5632??2018-01-25?10:42??MapDemo_Web\MapDemo_Web\bin\AspNet.sc
?????文件???????6144??2019-03-14?16:14??MapDemo_Web\MapDemo_Web\bin\MapDemo_Web.dll
?????文件???????2860??2019-03-14?14:43??MapDemo_Web\MapDemo_Web\bin\MapDemo_Web.dll.config
?????文件??????13824??2019-03-14?16:14??MapDemo_Web\MapDemo_Web\bin\MapDemo_Web.pdb
????.......?????45752??2013-07-30?16:57??MapDemo_Web\MapDemo_Web\bin\Microsoft.AspNet.FriendlyUrls.dll
?????文件??????16435??2013-07-30?16:57??MapDemo_Web\MapDemo_Web\bin\Microsoft.AspNet.FriendlyUrls.xm
????.......?????23032??2017-06-28?15:05??MapDemo_Web\MapDemo_Web\bin\Microsoft.AspNet.TelemetryCorrelation.dll
?????文件???????5525??2017-06-28?10:10??MapDemo_Web\MapDemo_Web\bin\Microsoft.AspNet.TelemetryCorrelation.xm
????.......?????15056??2014-02-11?15:26??MapDemo_Web\MapDemo_Web\bin\Microsoft.AspNet.Web.Optimization.WebForms.dll
?????文件??????40080??2018-05-24?13:38??MapDemo_Web\MapDemo_Web\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
?????文件???????1805??2018-05-24?13:38??MapDemo_Web\MapDemo_Web\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xm
????.......?????15056??2013-09-06?11:20??MapDemo_Web\MapDemo_Web\bin\Microsoft.sc
????.......?????13008??2013-09-06?11:20??MapDemo_Web\MapDemo_Web\bin\Microsoft.sc
????.......?????45416??2012-07-25?11:48??MapDemo_Web\MapDemo_Web\bin\Microsoft.Web.Infrastructure.dll
????.......????664576??2018-02-18?09:44??MapDemo_Web\MapDemo_Web\bin\Newtonsoft.Json.dll
?????文件?????684778??2018-02-18?09:44??MapDemo_Web\MapDemo_Web\bin\Newtonsoft.Json.xm
?????文件??????49584??2018-05-24?13:38??MapDemo_Web\MapDemo_Web\bin\roslyn\csc.exe
?????文件???????8220??2018-05-24?13:38??MapDemo_Web\MapDemo_Web\bin\roslyn\csc.exe.config
?????文件???????1496??2018-05-24?13:38??MapDemo_Web\MapDemo_Web\bin\roslyn\csc.rsp
............此處省略469個文件信息
評論
共有 條評論