上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: 1.有个ipptv啥的东西下布下来,去官网下载放到相应目录 2.把编译器降级到5版本才能编译 阅读全文
posted @ 2018-10-18 15:02 _离水的鱼 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 尝试写了可变参数作为一个类的成员函数,编译时却提示未定义的引用 研究原因,其实就是编译器必须知道在专门化模板时模板是什么。 详细解释:https://ask.helplib.com/c++/post_4028588 阅读全文
posted @ 2018-10-08 10:08 _离水的鱼 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 在尝试变长参数的时候出现如上错误。当时使用指针是没问题的,换成引用报错了。 camera/CameraImpl.h:79:42: error: expansion pattern ‘Frame&’ contains no argument packs void read_frame(Frame& v 阅读全文
posted @ 2018-10-07 17:11 _离水的鱼 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 首先安装插件ConvertToUTF8和Codecs33 Sublime Text 3中文乱码问题解决(最新) 然后配置一些有用的用户设置 对 Sublime Text 添加 UTF-8 支持 阅读全文
posted @ 2018-10-01 10:06 _离水的鱼 阅读(1286) 评论(0) 推荐(0) 编辑
摘要: 1. flash下载地址:https://get.adobe.com/flashplayer/ 2. 选择tar.gz for linux 3. 下载后解压tar包。里面有个libflashplayer.so,将该文件拷贝到~/.mozilla/plugins/下,重启浏览器即可。(如果没有plug 阅读全文
posted @ 2018-09-30 21:59 _离水的鱼 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 主要记录的就是对Mat裁剪后,新Mat指向的内存和原来的Mat共用。 OpenCV入门教程(3)-Mat类之选取图像局部区域 阅读全文
posted @ 2018-09-20 11:12 _离水的鱼 阅读(3436) 评论(0) 推荐(0) 编辑
摘要: 感觉这个方法很有用,记录一下 ubuntu14.04的error while loading shared libraries: libz.so.1问题 我们怎么这知道 libz.so.1在哪个包? 主要看操作 阅读全文
posted @ 2018-09-20 11:10 _离水的鱼 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 更改gcc默认版本(gcc版本降级/升级) ### 以降级到gcc-6为例 >* sudo apt install gcc-6 g++-6 >* sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 100 #数字大优先 阅读全文
posted @ 2018-09-18 09:32 _离水的鱼 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 最近研究了下glog使用autotools编译方法的脚本文件,略有所得 configure.ac AC_INIT初始化一些信息 Package Version ReportBug AC_CONFIG_MACRO_DIR([m4])加载 m4目录下的规则脚本 应该需要aclocal一下先,把规则集成到 阅读全文
posted @ 2018-08-23 10:57 _离水的鱼 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 使用的例子 指针导入引用,就会被自动释放 阅读全文
posted @ 2018-08-09 09:59 _离水的鱼 阅读(512) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页