基础知识 表示连续的现象最好选择栅格数据模型,又称基于字段的模型。栅格数据模型用规则网格来覆盖整个空间。格网中的各个像元值与其位置上的空间现象特征相对应,像元值的变化反映了现象的空间变异。 栅格数据模型要素 像元值:像元值赋在像元的部分取决于栅格数据的运算方法。一般来说,涉及距离测量的运算中,像元值 ...
分类:
其他好文 时间:
2021-05-24 06:03:34
阅读次数:
0
(更新中……) Coverage和Shapefile是地理关系数据模型,它利用分离的系统来存储空间数据和属性数据,而Geodatabase是基于对象数据模型,它把空间数据和属性数据存储在唯一的系统中。 Shapefile: 一种基于文件方式存储GIS数据的文件格式。至少由.shp, .dbf, .s ...
分类:
数据库 时间:
2021-05-24 03:51:19
阅读次数:
0
CF1217F - Forced Online Queries Problem 题目大意 $n$个点无向图,$m$次操作,每次加入/删除一条边,或者查询两个点连通性 $lst$为上次查询的连通性情况,即$lst={0,1}$ 加密方式为$x=(x'+lst-1)\mod n+1$ 吐槽 如果你管这叫 ...
分类:
其他好文 时间:
2021-05-24 00:27:05
阅读次数:
0
Course Schedule III (H) There are n different online courses numbered from 1 to n. You are given an array courses where courses[i] = [durationi, lastD ...
分类:
其他好文 时间:
2021-05-04 16:09:30
阅读次数:
0
REDIS6.x: [Unit] Description=Redis Database After=network.target After=network-online.target Wants=network-online.target [Service] Type=notify PIDFile ...
分类:
其他好文 时间:
2021-05-03 12:28:31
阅读次数:
0
expand –F:* d:\kb\windows8.1-kb4103715.msu d:\kb\ #将补丁包解包至d盘kb文件夹dism.exe /online /Add-Package /PackagePath:d:\kb\Windows8.1-KB4103715-x64.cab #安装补丁 ...
通常我们往大表里面添加索引或者添加新字段,不能直接执行,执行时间很长,造成锁表操作,必须借助于pt或者gh-ost等数据库管理工具添加。 例子如下: pt-online-schema-change -h服务器地址 -u'用户名' -p'密码' --alter="加字段|索引语句 " --execut ...
分类:
数据库 时间:
2021-04-16 12:00:06
阅读次数:
0
考研英语 阅读理解 考研阅读(真题)-The Postal Service Needs More than a Band-Aid 考研阅读(真题)-A Rise in Critical Skills for Sharing News Online 考研阅读(真题)-Smartphones Won't ...
分类:
其他好文 时间:
2021-04-15 12:23:27
阅读次数:
0
在线调试地址: Graphviz Online 用法: dot语法 Linux环境下用法: 参考资料: 1. Linux绘图工具之dot 2. 实验: 首先创建一个dot文件,fllow.dot vi fllow.dot digraph G { hello [shape=box]; world [s ...
分类:
其他好文 时间:
2021-04-08 13:10:42
阅读次数:
0
(1) 电脑没有Hyper-V pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do d ...