PageBase 公共基础类 using System; using System.Collections.Generic; using System.Linq; using System.Web; /// <summary> /// PageBase 公共基础类 /// </summary> public class PageBase : System.Web.UI.Page { #region 重新System.Web.UI.Page基类方法 //重写基类中的抽象方法init…
D3.js 制作中国地图 from: http://d3.decembercafe.org/pages/map/index.html GeoJSON is a format for encoding a variety of geographic data structures. http://geojson.org/ https://msdn.microsoft.com/en-us/library/mt712806.aspx GeoJSON 是用于描述地理空间信息的数据格式.GeoJSON…
using WL.Infrastructure.Http; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Web; using System.Drawing; using System.Drawing.Imaging; using Sys…