一、Database 1.1 查看数据列表 1.2 使用数据库 1.3 新建数据库 语法: 示例: 1.4 查看数据库信息 语法: 示例: 1.5 删除数据库 语法: 默认行为是 RESTRICT,如果数据库中存在表则删除失败。要想删除库及其中的表,可以使用 CASCADE 级联删除。 示例: 二、 ...
分类:
其他好文 时间:
2019-08-21 09:36:55
阅读次数:
127
try: # Update the spatial index(es) # r = arcpy.CalculateDefaultGridIndex_management(outFeatures) arcpy.AddSpatialIndex_management(outFeatures, r.getO... ...
分类:
编程语言 时间:
2019-08-19 09:39:04
阅读次数:
103
背景 用ConvNet方法解决图像分类、检测问题成为热潮,但这些方法都需要先把图片resize到固定的w*h,再丢进网络里,图片经过resize可能会丢失一些信息。论文作者发明了SPP pooling(空间金字塔池化)层,让网络可以接受任意size的输入。 方法 首先思考一个问题,为什么ConvNe ...
分类:
Web程序 时间:
2019-08-18 13:56:31
阅读次数:
107
Tired of doing the same job? Get your hands on NSE5_FMG-6.0 exam It is the nature of the human being that he/she will get tired of doing the same task ...
分类:
其他好文 时间:
2019-08-06 20:05:48
阅读次数:
87
时序时空数据库(Time Series & Spatial Temporal Database,简称 TSDB)是一种高性能、低成本、稳定可靠的在线时序时空数据库服务,提供高效读写、高压缩比存储、时序数据插值及聚合计算等服务,广泛应用于物联网(IoT)设备监控系统、企业能源管理系统(EMS)、生产安 ...
分类:
数据库 时间:
2019-07-30 18:46:12
阅读次数:
194
解决VS工具栏添加DotSpatial后,控件不全问题。 注意注意注意:不要使用Nuget安装DotSpatial!!! 我在Nuget上把所有DotSpatial的版本都安装了一遍,都缺少控件,然后我在网上找了一位前辈,要了类库,引用,完全没问题。此处省略一万条( ̄_ ̄|||).... 给大家炫耀 ...
分类:
其他好文 时间:
2019-07-27 12:53:54
阅读次数:
100
DBSCAN(Density-Based Spatial Clustering of Applications with Noise,具有噪声的基于密度的聚类方法)是一种很典型的密度聚类算法,和K-Means,BIRCH这些一般只适用于凸样本集的聚类相比,DBSCAN既可以适用于凸样本集,也可以适用... ...
分类:
数据库 时间:
2019-07-19 18:35:45
阅读次数:
132
聚类算法: K 均值聚类(K Means) K 中心点聚类(K Meaoids) 密度聚类(Densit based Spatial Clustering of Application with Noise,DBSCAN) 系谱聚类(Hierarchical Clustering) 期望最大化聚类( ...
分类:
编程语言 时间:
2019-07-12 12:54:03
阅读次数:
178
Gaining Root with Metasploit Platform: Kali Linux, Kioptrix Level 1 1. Find the IP of Kioptirx 2. Scan the Kioptrix server and analyst the result. 3. ...
分类:
其他好文 时间:
2019-07-06 19:29:47
阅读次数:
106
主要用到函数说明: MxDrawXCustomFunction::Mx_HideToolBarControl 隐藏或显示工具条上的按钮。详细说明如下: 参数 说明 IN LPCTSTR pszToolBarName 工条名称 IN LPCTSTR pszControlName = NULL 按钮名称 ...
分类:
编程语言 时间:
2019-06-12 11:04:00
阅读次数:
166