上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 81 下一页
摘要: 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 阅读(349) 评论(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 阅读(5381) 评论(0) 推荐(0)
摘要: /** * 保存地图为图片工具栏 */function addMapToolSavePicture() { var saveElement = document.createElement('a'); saveElement.className = "mapbtn glyphicon glyphic 阅读全文
posted @ 2018-11-18 20:13 googlegis 阅读(2667) 评论(0) 推荐(0)
摘要: macOS 下的编译包 如果是使用安装文件,请查看官网文档,如果想要部署在已有的tomcat服务下,请查看网页压缩包章节。 Web archive. An alternate way of installing GeoServer on OS X is to use the platform-ind 阅读全文
posted @ 2018-10-26 00:56 googlegis 阅读(2373) 评论(0) 推荐(0)
摘要: vi/vim 使用实例 使用 vi 来建立名为 test.txt 的文件 vi test.txt1按下 ESC 按钮回到一般模式 在一般模式中按下 :wq 储存后离开 vi 基本上 vi/vim 共分为三种模式,分别是: 命令模式(Command mode)插入模式(Insert mode)底线命令 阅读全文
posted @ 2018-10-25 22:18 googlegis 阅读(1013) 评论(0) 推荐(0)
摘要: http://userName:password@127.0.0.1:7093/geoserver/rest/workspaces/FAST/styles/AVG_RSRP.sld 阅读全文
posted @ 2018-10-25 16:13 googlegis 阅读(717) 评论(0) 推荐(0)
摘要: 在没有安装Xcode的情况下, 使用了 webstorm 的git,提示 安装xcode,安装完成后,并没有打开xcode,而是再次使用git,发现 提示 输入以下命令行: sudo xcodebuild -license Agreeing to the Xcode/iOS license requ 阅读全文
posted @ 2018-10-24 11:08 googlegis 阅读(2136) 评论(0) 推荐(0)
摘要: 链接MySQL数据库报错: 数据库连接url中添加对应属性的支持。allowPublicKeyRetrieval=true&useSSL=false url: jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=utf 阅读全文
posted @ 2018-10-21 01:20 googlegis 阅读(3698) 评论(0) 推荐(0)
摘要: 在对应的 Entity 中添加注解 @JsonIgnoreProperties({"hibernateLazyInitializer", "handler"})同时必须添加引用:import com.fasterxml.jackson.annotation.JsonIgnoreProperties; 阅读全文
posted @ 2018-10-16 12:31 googlegis 阅读(741) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 81 下一页

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