会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客地址:http://home.cnblogs.com/u/zengjianrong/
focus
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
13
下一页
2021年6月23日
git 骚操作
摘要: 1. 重写历史提交的email 或 author,可修改的包括:GIT_AUTHOR_NAME, GIT_AUTHOR_EMAIL, GIT_AUTHOR_DATE, GIT_COMMITTER_NAME, GIT_COMMITTER_EMAIL, and GIT_COMMITTER_DATE 详见
阅读全文
posted @ 2021-06-23 19:26 black_man
阅读(89)
评论(0)
推荐(0)
2021年6月16日
vim常用配置
摘要: ~$ cat ~/.vimrc set expandtab # tab to space set number set tabstop=2 # tab size as 2 space set shiftwidth=2 # return line with 2 space set ruler # sh
阅读全文
posted @ 2021-06-16 11:29 black_man
阅读(64)
评论(0)
推荐(0)
2021年6月3日
address sanitizer
摘要: AddressSanitizer论文解读 google/sanitizers Instrumentation Options (Using the GNU Compiler Collection (GCC)) MEDS:增强型内存错误检测Sanitizer -fsanitize=address:En
阅读全文
posted @ 2021-06-03 10:59 black_man
阅读(199)
评论(0)
推荐(0)
2021年5月26日
通过git作依赖包下载
摘要: 通过--recursive 标志来做依赖库的下载,例如: git clone https://hub.fastgit.org/eProsima/xtypes.git --recursive
阅读全文
posted @ 2021-05-26 11:54 black_man
阅读(704)
评论(0)
推荐(0)
2021年3月12日
C++ 反射
摘要: 参考链接: http://pfultz2.com/blog/2012/07/31/reflection-in-under-100-lines/ https://zhuanlan.zhihu.com/p/165993590 & https://github.com/netcan/recipes/tre
阅读全文
posted @ 2021-03-12 17:04 black_man
阅读(170)
评论(0)
推荐(0)
2021年3月4日
cmake技巧
摘要: https://www.cnblogs.com/zengjianrong/p/17010429.html 1. 变量传递,同makefile,变量可由上至下传递,包括路径声明,不带target的link_libraries等; 顶层cmakelist INCLUDE_DEREATORIES(${CM
阅读全文
posted @ 2021-03-04 16:05 black_man
阅读(472)
评论(0)
推荐(0)
2021年2月8日
文章backlog
摘要: cpp cpp核心指导方真: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md cppreference 的中文版:https://www.bookstack.cn/read/cppreferen
阅读全文
posted @ 2021-02-08 12:06 black_man
阅读(98)
评论(0)
推荐(0)
2021年2月4日
dds
该文被密码保护。
阅读全文
posted @ 2021-02-04 17:25 black_man
阅读(0)
评论(0)
推荐(0)
2021年2月2日
CPP函数类型转换
摘要: 1. 类成员函数转成std::function及lambda class MyClass{ pub: int Func(int a) {}; }; int main(void) { MyClass my_class; std::function<int(int a)> func_ = std::bi
阅读全文
posted @ 2021-02-02 21:36 black_man
阅读(281)
评论(0)
推荐(0)
opecv 显示yu12图像
摘要: cv::Mat image(msg->height, msg->width, CV_8UC1);; memcpy(image.data, msg->data, msg->height*msg->width); cv::Mat yu12(msg->height*3/2, msg->width, CV_
阅读全文
posted @ 2021-02-02 16:06 black_man
阅读(55)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
13
下一页
公告