上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 80 下一页
摘要: 1. 先确定数据的经纬度和X、Y列是否正确, 2. ArcToolBox > DataManagement Tools > XY to line 3. 选择数据,选择对应起始点和终止点的经纬度列名,选择坐标系,然后点击OK。 阅读全文
posted @ 2020-01-09 15:40 googlegis 阅读(675) 评论(0) 推荐(0) 编辑
摘要: 最近开始用 ArcGIS 做管网项目,第一步就接触到 CGCS2000 坐标系数据,要把管网的数据给导入进来, 一开始不知道是哪个坐标系,试了半天,都偏到国外去了,最后在一篇博客里找到了类似的管网数据,里面用到的坐标系就是 “CGCS2000_3_Degree_GK_CM_117E ”, 最后也是要 阅读全文
posted @ 2020-01-08 23:22 googlegis 阅读(7106) 评论(1) 推荐(0) 编辑
摘要: ArcGIS 10.1及以后版本重置Server Manager账户密码:(1)找到arcgis server的安装目录,目录指向\ArcGIS\Server\tools\passwordreset文件夹。文件夹下有一个cmd文件,名字叫做PasswordReset,用命令控制行来访问他。主要用到两 阅读全文
posted @ 2019-12-28 09:26 googlegis 阅读(3989) 评论(0) 推荐(0) 编辑
摘要: Error like:The view 'LoginRegister' or its master was not found or no view engine supports the searched locations. The following locations were search 阅读全文
posted @ 2019-12-19 09:01 googlegis 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 在Linux上运行ASP.NET网站或WebApi的传统步骤是,先安装libgdiplus,再安装mono,然后安装Jexus。在这个过程中,虽然安装Jexus是挺简便的一件事,但是安装mono就相对的比较费时费力了。 现在的情况不同了,为了克服安装 Mono 的繁琐,简化 ASP.NET WEB 阅读全文
posted @ 2019-12-15 23:49 googlegis 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 1.DDL(Data Definition Language)数据库定义语言statements are used to define the database structure or schema. DDL是SQL语言的四大功能之一。用于定义数据库的三级结构,包括外模式、概念模式、内模式及其相互 阅读全文
posted @ 2019-12-15 23:43 googlegis 阅读(568) 评论(0) 推荐(0) 编辑
摘要: var sqlfilter = " CITY='" + city + "' and SDATE>" + sdate + " and SDATE <" + edate; soMapRoad.downLoadGeoLayer(actionId, kpi, layerTitle, sqlfilte 阅读全文
posted @ 2019-10-30 14:58 googlegis 阅读(174) 评论(0) 推荐(0) 编辑
摘要: mac 连不上 L2TP 的VPN,多数和 /etc/ppp/options 有关,不是删除就是新建。 sudo rm /etc/ppp/options 或者 sudo vim /etc/ppp/options 内容为: plugin L2TP.ppp l2tpnoipsec 阅读全文
posted @ 2019-06-15 13:16 googlegis 阅读(12) 评论(0) 推荐(0) 编辑
摘要: OracleParameter endGeometry = cmd.CreateParameter(); endGeometry.OracleDbType = OracleDbType.Object; endGeometry.UdtTypeName = "MDSYS.SDO_GEOMETRY"; e 阅读全文
posted @ 2019-04-19 23:40 googlegis 阅读(344) 评论(0) 推荐(0) 编辑
摘要: spring-security cas 未能够识别出目标 <cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'> <cas:authenticationFailure code='INVALID_TICKET'> 未能够识别出目标 & 阅读全文
posted @ 2018-12-18 23:13 googlegis 阅读(5276) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 80 下一页

坐标合肥,非典型GIS开发人员 GitHub