• 大小: 37.29MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-17
  • 语言: 其他
  • 标签: 地图  js  

资源简介

高德地图实例源码 实现根据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.scriptManager.bootstrap.dll

    .......      5632  2018-01-25 10:42  MapDemo_Web\MapDemo_Web\bin\AspNet.scriptManager.jQuery.dll

     文件       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.xml

    .......     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.xml

    .......     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.xml

    .......     15056  2013-09-06 11:20  MapDemo_Web\MapDemo_Web\bin\Microsoft.scriptManager.MSAjax.dll

    .......     13008  2013-09-06 11:20  MapDemo_Web\MapDemo_Web\bin\Microsoft.scriptManager.WebForms.dll

    .......     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.xml

     文件      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个文件信息

评论

共有 条评论