08 2020 档案

摘要:1.第一种使用tortoiseGit插件: a.首先在setting中的Git中添加user&email b.通过git clone填写url和branch,选择下载工程的不同分支上的代码 2.通过 git bash here命令的方式 a.设置user&email b.git clone 项目地址 阅读全文
posted @ 2020-08-28 17:17 RNGException 阅读(4632) 评论(0) 推荐(0)
摘要:官网在下载git的时候发现网速只有几十K 淘宝有一个镜像的网站 可以提供下载 https://npm.taobao.org/mirrors/git-for-windows/ 阅读全文
posted @ 2020-08-28 14:00 RNGException 阅读(131) 评论(0) 推荐(0)
摘要:1、在postgresql数据库中,如果字段类型是geometry,更新该字段为经纬度(坐标),可以尝试采取以下脚本: 注意:108.658463 代表经度 34.1437代表纬度 中间没有逗号 1 update table set geom = ST_GeomFromText('POINT(108 阅读全文
posted @ 2020-08-27 14:22 RNGException 阅读(8795) 评论(1) 推荐(0)