我的github
上一页 1 ··· 242 243 244 245 246 247 248 249 250 ··· 338 下一页
摘要: This application is using Cesium's default ion access token. Please assign Cesium.Ion.defaultAccessToken with an access token from your ion account be 阅读全文
posted @ 2021-06-11 10:31 XiaoNiuFeiTian 阅读(2074) 评论(0) 推荐(0)
摘要: for %p in (path_to_gpx_files\*ride*.gpx) do ogr2ogr path_for_output\gpx.shp -append %p track_points -fieldTypeToString DateTime https://qastack.cn/gis 阅读全文
posted @ 2021-06-10 17:27 XiaoNiuFeiTian 阅读(155) 评论(0) 推荐(0)
摘要: ST_Dump: 这是一个集合返回函数(SRF)。它返回一组geometry_dump行,由一个geometry(geom)和一个整数数组(path)组成。当输入几何体是简单类型(点、线串、多边形)时,将返回一条记录,其中包含一个空路径数组,并将输入几何体作为geom。当输入几何体是一个集合或多个集 阅读全文
posted @ 2021-06-10 13:46 XiaoNiuFeiTian 阅读(909) 评论(0) 推荐(0)
摘要: 方法一:CREATE TABLE 表名 AS SELECT 语句(新表不存在的情况下用这个)https://www.cnblogs.com/grimm/p/5984672.html 方法二:若新表存在 n2260630的表结构 properties 而contour_n2260630的表结构 看不出 阅读全文
posted @ 2021-06-09 15:08 XiaoNiuFeiTian 阅读(266) 评论(0) 推荐(0)
摘要: 不小心删了一个表。。找不到回收站recycle bin。。。 如果有的话,怎么启用呢。。 PostgreSQL 表回收站工具 Pgtrashcan 介绍:https://postgres.fun/20140402134132.html 阅读全文
posted @ 2021-06-09 14:53 XiaoNiuFeiTian 阅读(344) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-06-09 11:49 XiaoNiuFeiTian 阅读(1719) 评论(0) 推荐(0)
摘要: 一、主扩展模式 主扩展模式,通常用来将几个相似的对象的共有属性抽取出来,形成一个“公共属性表”;其余属性则分别形成“专有属性表”,且“公共属性表”与“专有属性表”都是“一对一”的关系。 ORM:https://www.zhihu.com/question/20706349 二、主从模式 主从模式,是 阅读全文
posted @ 2021-06-09 08:51 XiaoNiuFeiTian 阅读(405) 评论(0) 推荐(0)
摘要: 在SQL Server中有SQL Server Management可以备份数据库,十分的方便,而PostGreSQL数据库呢? 1.pg_dump导出整个数据库 2.pg_dump导出某个表 2.1 pg_dump 及pgsql配置密码导入导出数据 3.pgsql导入整个数据库 4. pg_dum 阅读全文
posted @ 2021-06-08 10:05 XiaoNiuFeiTian 阅读(288) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-06-08 09:58 XiaoNiuFeiTian 阅读(113) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/62361189 阅读全文
posted @ 2021-06-07 18:07 XiaoNiuFeiTian 阅读(404) 评论(0) 推荐(0)
上一页 1 ··· 242 243 244 245 246 247 248 249 250 ··· 338 下一页