码迷,mamicode.com
首页 >  
搜索关键字:features    ( 1570个结果
PostgreSQL 添加postgis插件实现获取经纬度间的距离
概念: geometry和geography的区别 geometry:planar 平面坐标系【supported by SQL Server conforms to the Open Geospatial Consortium (OGC) Simple Features for SQL Speci ...
分类:数据库   时间:2020-05-20 18:52:05    阅读次数:145
网络爬虫(一)
一、简介 1、robot协议(爬虫协议):这个协议告诉引擎哪些页面可以抓取,哪些不可以 -User-agent:爬虫引擎 -allow:允许robot访问的URL -disallow:禁止访问的URL 2、爬虫约束:过快/频繁的网络爬虫会对服务器产生巨大的压力,网站可能封锁你的IP,或者采取法律行动 ...
分类:其他好文   时间:2020-05-18 20:43:39    阅读次数:74
springboot中添加拦截器(记录)
参考: If you want to keep Spring Boot MVC features and you want to add additional MVC configuration (interceptors, formatters, view controllers, and oth ...
分类:编程语言   时间:2020-05-17 01:33:09    阅读次数:91
Visual Studio Code 之 必用 Extensions
angular2-inline This extension replaces the language-vscode-javascript-angular2 extension. This package is a language extension for Microsoft Visual S ...
分类:其他好文   时间:2020-05-16 20:39:38    阅读次数:128
httpclient源码分析之 PoolingHttpClientConnectionManager 获取连接 (转)
PoolingHttpClientConnectionManager是一个HttpClientConnection的连接池,可以为多线程提供并发请求服务。主要作用就是分配连接,回收连接等。同一个route的请求,会优先使用连接池提供的空闲长连接。 源码版本4.5.2,因为代码太多,很多不是自己关心的 ...
分类:Web程序   时间:2020-05-16 00:23:23    阅读次数:73
securecrt8注册码
Name:meisi Company:TEAM ZWT Serial Number:03-14-367662 License Key:ACCFAX R9FHJ7 QZVS2P JPBCVA ABCMBF HNEJ2T R9EVZN 2EEK2Q Issue Date:01-30-2018 Featu ...
分类:其他好文   时间:2020-05-13 17:12:42    阅读次数:516
1x1卷据层的作用
1. 尽管1x1的卷据不会捕捉空间特征(spatial features/patterns,直观点说就是2D平面图的纹理特征),但是他们能很好基于通道(channel-wise/along the depth dimension)的特征学习; 2. 由于是基于通道上的学习,因此他们能输出更少的特征图 ...
分类:其他好文   时间:2020-05-11 21:50:57    阅读次数:60
哈里斯角点检测
function features = harris_detector(input_image, varargin) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %input parameters: %input_image graysca ...
分类:其他好文   时间:2020-05-11 18:43:28    阅读次数:73
openlayers6热力图(附源码下载)
大概实现思路如下:读取热力图模拟数据源json,构造openlayers热力图数据源features,然后创建热力图图层(核心类Heatmap),设置Heatmap的初始化一些参数值,比如weight权重值,radius,gradient,blur等等,参数详细说明自行看openlayers官网文档... ...
分类:其他好文   时间:2020-05-10 16:42:14    阅读次数:90
log4j2.xml javax.xml.parsers.ParserConfigurationException: Feature 'http://apache.org/xml/features/xinclude' is not recognized.
1 错误截图 2 处理办法 删除xercesImpl ...
分类:编程语言   时间:2020-05-09 10:35:52    阅读次数:205
1570条   上一页 1 ... 6 7 8 9 10 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!