06 2020 档案

摘要:pg9.6 或 pg10 在Windows Server 2012 R2 DataCenter 中使用。 使用如下建库语句,建库时 CREATE DATABASE upmap WITH OWNER = postgres ENCODING = 'UTF8' LC_COLLATE = 'Chinese 阅读全文
posted @ 2020-06-29 14:38 MobiusMap 阅读(5713) 评论(0) 推荐(0)
摘要:惯例,讲讲故事背景; 需求:需要将一个图层的Json字符串传入到后端去,并将这个字符串转换为shp文件,再将shp文件放入压缩包,下载到本地。 遇到的问题:因为一个图层的json字符串会非常大,所以get请求是不行的,所以需要使用post请求; 所以工作内容就是:使用form表单去post这个jso 阅读全文
posted @ 2020-06-08 14:29 MobiusMap 阅读(694) 评论(0) 推荐(0)
摘要:1.错误:ArcGIS version not specified. You must call RuntimeManager.Bind before creat解决:ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.EngineOrDe 阅读全文
posted @ 2020-06-01 09:45 MobiusMap 阅读(354) 评论(0) 推荐(0)