06 2019 档案
摘要:今天下载了开源程序“贪吃蛇” (github地址 : https://github.com/taylorconor/tinytetris.git) 在编译时,出现如下错
阅读全文
摘要:1、facebook的c++开源库folly(Facebook open source library)介绍 https://github.com/facebook/folly 2、pprint 一个让输出变得更漂亮的 C++ 库。 https://github.com/p-ranav/pprint
阅读全文
摘要:array的添加,使用 arry[i]赋值时会出现段错误,需要使用array.push_back添加到数据中,在ros中array数组是以vector方式存储的。 例如: 包含数组的msg定义为: hbgArray.msg std_msgs/Header headerhbg_std_msgs/Key
阅读全文
摘要:在.vscode文件夹下,添加如下文件 1) launch.json 内容如下 { "version": "0.2.0", "configurations": [ { "name": "launch", "type": "cppdbg", // 调试程序类型为c++ "request": "laun
阅读全文
摘要:redhat 安装openvpn 步骤1)安装lzo库# cd /home/download/# wget http://www.oberhumer.com/opensource/lzo/download/lzo-2.03.tar.gz# tar -xvzf lzo-2.03.tar.gz# cd
阅读全文