概览一下大数据项目中可以使用的数据存储技术,展示如何使用以及它们的区别。先理解一下NoSQL领域中各种不同的技术:key/value, 列存储,文档型和graph 图存储,然后聚焦于Couchbase 和 ElasticSearch,...
分类:
数据库 时间:
2016-05-27 11:47:45
阅读次数:
260
Given a graph G(V, E), a clique is a sub-graph g(v, e), so that for all vertex pairs v1, v2 in v, there exists an edge (v1, v2) in e. Maximum clique i ...
分类:
其他好文 时间:
2016-05-26 13:08:23
阅读次数:
191
我有篇博客写到如何用微信发送告警消息,实现了发送文字消息,不能带图片,这样不是很直观,最近又研究了一下如何发送图片,写了脚本实现了发送文字+图片的告警。效果如下:先发送文字消息,下面挨着graph。这里只提供脚本和思路,具体配置请看我的另一篇博客:(http://wuhf20..
分类:
微信 时间:
2016-05-25 15:18:15
阅读次数:
613
delphi 按位运算 not and or xor shl shr delphi 按位运算 not and or xor shl shr unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graph ...
Halum You are given a directed graph G(V, E) with a set of vertices and edges. Each edge (i, j) that connects some vertex i to vertex j has an integer ...
分类:
其他好文 时间:
2016-05-24 20:43:20
阅读次数:
207
Dynamic Label Propagation for Semi-supervised Multi-class Multi-label Classification ICCV 2013 在基于Graph的半监督学习方法中,分类的精度高度依赖于可用的有标签数据 和 相似性度量的精度。此处,本文提出 ...
分类:
其他好文 时间:
2016-05-23 17:19:23
阅读次数:
1038
题目链接:https://leetcode.com/problems/minimum-height-trees/题目:
For a undirected graph with tree characteristics, we can choose any node as the root. The result graph is then a rooted tree. Among all pos...
分类:
其他好文 时间:
2016-05-23 15:17:20
阅读次数:
143
摘自 Comparison of Optimization Techniques for 3D Graph-based SLAM Doaa M. A.-Latif et al. (2013) Ain Shams University PDF This paper presents a compari ...
分类:
其他好文 时间:
2016-05-21 23:11:04
阅读次数:
1956
From http://www.linuxidc.com/Linux/2015-01/111501.htm 实际按照上文操作,主要是安装gcc-4.6.2出现一些问题,原先在cygwin下安装,结果提示缺少3个东西,编译gcc失败。 centos下,yum -y install mpfr-devel ...
分类:
编程语言 时间:
2016-05-20 19:05:38
阅读次数:
429