logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

关于时序数据库

https://blog.csdn.net/ransom0512/article/details/78114167看了一些时序数据库,没有太深入,有一些大概认识,记录下来。 1.  核心数据存储分为行存储或者列存储,由于列存储的高压缩比,现在使用列存储的比较多一些。当前有很多时序数据库采用了在底层KV存储(Cadssandra, HBase, LevelDB, RocksDB)基础...

#时序数据库
Java与c++通过JNI的完美结合

转自https://blog.csdn.net/xiaoxiaoyusheng2012/article/details/56672173参看:高煥堂的课程《JNI:Java与C++的美好结合》http://edu.csdn.net/course/detail/1469参看:http://www.cnblogs.com/yejg1212/archive/2013/06/07/31...

#c++#java
vscode ssh 造成 服务器 负载(load average) 过高

最近使用 visual studio code(vscode)ssh远程开发。 远程主机是一台linux 服务器(ubuntu 16.04) 。期间vscode 断线之后,重新连接,发现 服务器卡的很厉害,于是查看了一下 服务器的负载情况。不看不知道,一看吓一跳:其中 负载达到20+,我的天!但是CPU 负载并不是很高,只有7.6% 。确实是一个怪事儿。仔细想想,最近也没干什么事情啊┓(´∀`)┏

#linux#vscode
Java与c++通过JNI的完美结合

转自https://blog.csdn.net/xiaoxiaoyusheng2012/article/details/56672173参看:高煥堂的课程《JNI:Java与C++的美好结合》http://edu.csdn.net/course/detail/1469参看:http://www.cnblogs.com/yejg1212/archive/2013/06/07/31...

#c++#java
GNSS/GPS 精度(RMS,CEP,Sigma) 与精度因子(DOP)

The term accuracy is used to express thedegree of closeness of a measurement, or the obtained solution, to the true value. The term precision, however, is used to describe the degree of closeness of .

关于GPS DOP的理解(HDOP)

DOP的理解DOP值含义HDOP 是水平精度因子VDOP 是垂直精度因子

使用boost property tree创建json 数组

Simple Array:#include <boost/property_tree/ptree.hpp>using boost::property_tree::ptree;ptree pt;ptree children;ptree child1, child2, child3;child1.put("", 1);child2.put("", 2);child3.put("", 3);

#json
到底了