摘要: =LEFT(I3,FIND("°",I3)-1)+MID(I3,FIND("°",I3)+1,FIND("′",I3)-FIND("°",I3)-1)/60+MID(I3,FIND("′",I3)+1,FIND("″",I3)-FIND("′",I3)-1)/3600 阅读全文
posted @ 2018-03-06 10:42 晨曦cx 阅读(2365) 评论(0) 推荐(0) 编辑
摘要: Cesium1.Geometry new Cesium.Geometry(options) (1)parmas 对象{attributes:{},primitiveType:PrimitiveType.TRIANGLES,indices:new Uint16Array([0, 1, 2...]),b 阅读全文
posted @ 2017-08-17 16:45 晨曦cx 阅读(3967) 评论(0) 推荐(0) 编辑
摘要: Cesium 阅读全文
posted @ 2017-08-03 11:19 晨曦cx 阅读(4734) 评论(0) 推荐(1) 编辑
摘要: Cesium polyline 阅读全文
posted @ 2017-08-03 11:14 晨曦cx 阅读(8595) 评论(0) 推荐(0) 编辑
摘要: c#中Dictionary、ArrayList、Hashtable和数组 Array 阅读全文
posted @ 2017-08-03 11:13 晨曦cx 阅读(1218) 评论(0) 推荐(0) 编辑
摘要: Js ◎Math.ceil()执行向上舍入,即它总是将数值向上舍入为最接近的整数;◎Math.floor()执行向下舍入,即它总是将数值向下舍入为最接近的整数; ◎Math.round()执行标准舍入,即它总是将数值四舍五入为最接近的整数(这也是我们在数学课上学到的舍入规则) Math 对象属性 属 阅读全文
posted @ 2017-08-03 11:04 晨曦cx 阅读(406) 评论(0) 推荐(0) 编辑
摘要: var imgs = new Image(); imgs.crossOrigin = "Anonymous"; //注意存放顺序 imgs.src = "http://192.168.0.107/ZHCX/CGZSIMG/1.jpg"; imgs.onload = function () { var 阅读全文
posted @ 2017-07-10 11:40 晨曦cx 阅读(22382) 评论(0) 推荐(0) 编辑
摘要: WebClient webClient = new WebClient(); webClient.Credentials = new NetworkCredential("zyw112233", "yfq225"); string receivePath = @"C:\"; string urlAd 阅读全文
posted @ 2017-06-15 09:26 晨曦cx 阅读(262) 评论(0) 推荐(0) 编辑