上一页 1 ··· 256 257 258 259 260 261 262 263 264 ··· 273 下一页
摘要: ArangoDB介绍 ArangoDB是一个开源NoSQL数据库,官网:https://www.ArangoDB.org/ArangoDB支持灵活的数据模型,比如文档Document、图Graph以及键值对Key-Value存储。ArangoDB同时也是一个高性能的数据库,它使用类SQL查询或Jav 阅读全文
posted @ 2017-01-03 10:33 bonelee 阅读(9957) 评论(0) 推荐(0)
摘要: Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runtime 阅读全文
posted @ 2017-01-02 21:15 bonelee 阅读(215) 评论(0) 推荐(0)
摘要: Given a collection of distinct numbers, return all possible permutations. For example, [1,2,3] have the following permutations: class Solution(object) 阅读全文
posted @ 2017-01-02 20:23 bonelee 阅读(299) 评论(0) 推荐(0)
摘要: Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and not the 阅读全文
posted @ 2017-01-02 19:41 bonelee 阅读(296) 评论(0) 推荐(0)
摘要: Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffer, or 阅读全文
posted @ 2017-01-02 17:23 bonelee 阅读(560) 评论(0) 推荐(0)
摘要: Features Column-oriented time-series database. Log-structured append-only B+tree with multiversion concurrency control. Crash safety. Fast aggregation 阅读全文
posted @ 2016-12-30 15:48 bonelee 阅读(795) 评论(0) 推荐(0)
摘要: 先看下 http://www.cnblogs.com/bonelee/p/6236962.html 这里对于环形数据库的介绍,便于理解归档这个操作! 转自:http://blog.sina.com.cn/s/blog_6de3aa8a0102wk0y.html 早期的OpenStack监控(遥测)项 阅读全文
posted @ 2016-12-30 15:39 bonelee 阅读(4111) 评论(0) 推荐(0)
摘要: 原文链接:http://www.jianshu.com/p/0bafd0168647 OpenTSDB介绍 1.1、OpenTSDB是什么?主要用途是什么? 官方文档这样描述:OpenTSDB is a distributed, scalable Time Series Database (TSDB 阅读全文
posted @ 2016-12-30 15:05 bonelee 阅读(20788) 评论(1) 推荐(0)
摘要: 转自:http://www.jianshu.com/p/b925b1584ab2 RRDTool 是一套监测工具,可用于存储和展示被监测对象随时间的变化情况。比如,我们在 Windows 电脑上常见的内存和 CPU 使用情况。 RRD 全称是 Round Robin Database ,即「环型数据 阅读全文
posted @ 2016-12-30 14:57 bonelee 阅读(5456) 评论(0) 推荐(1)
摘要: 转自:http://suanfazu.com/t/caffe/281 Caffe是一个清晰而高效的深度学习框架,其作者是博士毕业于UC Berkeley的贾扬清,目前在Google工作。 Caffe是纯粹的C++/CUDA架构,支持命令行、Python和MATLAB接口;可以在CPU和GPU直接无缝 阅读全文
posted @ 2016-12-30 12:00 bonelee 阅读(19578) 评论(0) 推荐(0)
上一页 1 ··· 256 257 258 259 260 261 262 263 264 ··· 273 下一页