摘要:
<!DOCTYPE html> <html> <head> <title>IGC Data</title> <link rel="stylesheet" href="http://openlayers.org/en/v3.13.0/css/ol.css" type="text/css"> <scri 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <title>Earthquakes Heatmap</title> <link rel="stylesheet" href="http://openlayers.org/en/v3.13.0/css/ol.css" type="text/ 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <title>Custom Animation</title> <link rel="stylesheet" href="http://openlayers.org/en/v3.13.0/css/ol.css" type="text/css 阅读全文
摘要:
centerLon ,centerLat 为获取到的经纬度; dx ,dy为该点相对于地图左上角的像素差 tmap.div.offsets[0],tmap.div.offsets[1] 为地图左上角的屏幕坐标。 PosX, PosY 为该经纬度的屏幕坐标。 IE,360,firefox,google 阅读全文
摘要:
System.Windows.Forms.TableLayoutPanel layoutPanel = new TableLayoutPanel(); layoutPanel.RowCount = 10; layoutPanel.ColumnCount = 5; layoutPanel.Width 阅读全文
摘要:
wcf将一个服务同时绑定到http和tcp的写法 服务器端: 客户端(通过8000端口或者8001端口都可以用,上面的服务器端配置同时绑定了HTTP 8000端口和TCP8001端口) 客户端代码 //using (DcDataServiceClient client = new DcDataSer 阅读全文