分类: 编程
void BaseLog::Error(const char * format, ...) { if (!is […]
匈牙利命名法 a Array 数组 b BOOL (int) 布尔(整数) by Unsigned Char […]
C++ 深入浅出工厂模式(初识篇) C++ 深入浅出工厂模式(进阶篇) 简单工厂模式、工厂方法模式、抽象工厂模 […]
$符号用法 在字符串前加$相当于对string.format()的简化 如: int m_a = 1; int […]
python -m py_compile source.py
弧度与角度 1° = π / 180 ≈ 0.01745 rad 1rad = 180 / π = 57.30 […]
需要实现回调的类tcp_client 声明function模板 typedef std::vector< […]
import roslib roslib.load_manifest("rosparam") import r […]
#define Word2Chars(n,p) {\ (p)[0]=(unsigned char)(((n)& […]
1.安装boost sudo apt-get install libboost-dev 2.下载boost […]