2.5-冗余VLAN High-Availability(AH) First hop routers on the LAN redundancy Network/首跳冗余网络(出口第一个网络): 建立:Fault-tolerant/容错网络 避免:Single Points of Failure/单... ...
分类:
其他好文 时间:
2016-12-10 13:21:59
阅读次数:
210
一、与传统数据库中的名词做比较nfluxDB中的名词传统数据库中的概念database数据库measurement数据库中的表points表里面的一行数据二、InfluxDB中独有的概念1)database--数据库,这个同传统数据库的数据库概念。2)measurement--数据表,在InfluxDB中,measurement即为表的作..
分类:
数据库 时间:
2016-12-09 08:53:44
阅读次数:
293
Given a list of points that form a polygon when joined sequentially, find if this polygon is convex (Convex polygon definition). Note: Example 1: Exam ...
分类:
其他好文 时间:
2016-12-08 23:51:50
阅读次数:
289
在上一篇中实现一个icon + label的Marker需要使用两个Tangram的Marker, 今天分析了Tangram的源码后, 发现Tangram时支持单一Marker同时显示的, 这需要使用嵌套的Style。 上一篇使用的Style是两个: 和 但其实points style支持text属 ...
分类:
其他好文 时间:
2016-12-07 23:36:14
阅读次数:
186
非常超级什么有用的东西,amazing. 虽然不是宝宝写的。 Fantastic Extension Points - And Where to Find Them ...
分类:
其他好文 时间:
2016-12-07 13:50:15
阅读次数:
133
1.创建dblink第一种方法,是在本地数据库tnsnames.ora文件中配置了要远程访问的数据库。 2.创建dblink第二种方法,是在本地数据库tnsnames.ora文件中没配置要远程访问的数据库。 3.创建公共的dblink语法:create public database link em ...
分类:
数据库 时间:
2016-12-04 14:22:28
阅读次数:
275
标签: 图像匹配ICP算法机器视觉 2015-12-01 21:09 2217人阅读 评论(0) 收藏 举报 标签: 图像匹配ICP算法机器视觉 2015-12-01 21:09 2217人阅读 评论(0) 收藏 举报 分类: Computer Vision(27) 分类: Computer Vis ...
分类:
编程语言 时间:
2016-12-03 21:26:57
阅读次数:
6179
Time Complexity will be O(n) because the "start" and "end" points will only move from left to right once. Sliding Window: Use a count to denote the di ...
分类:
其他好文 时间:
2016-12-03 15:20:38
阅读次数:
171
对于移动端开发中 touchEvent(触摸事件) 中changedTouches,targetTouches和touches的区别往往不容易弄清,故特意查询了 MDN相关资料 1. 其中,对 changedTouches 的解释是 A TouchList whose touch points (T ...
分类:
Web程序 时间:
2016-12-01 14:30:18
阅读次数:
573