摘要:
l 定义一个消息(message)类型 l 标量值类型 l Optional 的字段及默认值 l 枚举 l 使用其他消息类型 l 嵌套类型 l 更新一个消息类型 l 扩展 l 包(package) l 定义服务(service) l 选项(option) l 生成访问类 本指南描述了怎样使用prot 阅读全文
posted @ 2019-01-07 21:41
stardsd
阅读(468)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/u012897374/article/details/79199336 https://blog.csdn.net/u012897374/article/details/79199336 https://blog.csdn.net/u012897374/a 阅读全文
posted @ 2019-01-07 19:59
stardsd
阅读(7685)
评论(0)
推荐(0)
摘要:
原文地址 https://blog.csdn.net/lanchunhui/article/details/71379555 原文地址 https://blog.csdn.net/lanchunhui/article/details/71379555 原文地址 https://blog.csdn.n 阅读全文
posted @ 2019-01-07 16:35
stardsd
阅读(81894)
评论(0)
推荐(2)
摘要:
【安装相关软件和库】 1.安装CMAKE:这里使用apt-get来安装; CMAKE 是一个跨平台编译工具,能够输出各种makefile,和project 文件,指导编译器编译,对CMAKE具体的可以自行搜索,这里推荐一个链接: http://www.cnblogs.com/lyq105/archi 阅读全文
posted @ 2019-01-07 16:17
stardsd
阅读(3460)
评论(0)
推荐(0)
摘要:
解决方案: the cause is the google tests is looking for the generic regex.h but cmake used the regex.h from boost. and boost is not linked. I'm not sure ho 阅读全文
posted @ 2019-01-07 15:02
stardsd
阅读(1363)
评论(0)
推荐(0)
摘要:
前言 前言 前言 前言 之前一直用的opencv 好好的,今天安装了anaconda之后,python中的opencv不能用了,即便是拷贝cv2.so之后也是不能用,问题如下: 根本原因 安装anaconda之后,很多默认的编译器都变成了anaconda自带的了,比如python和gcc等。那么系统 阅读全文
posted @ 2019-01-07 12:09
stardsd
阅读(34594)
评论(0)
推荐(1)