上一页 1 2 3 4 5 6 7 8 9 ··· 44 下一页
摘要: Make Error at /usr/local/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find Doxygen (missing: dot) (found vers 阅读全文
posted @ 2022-04-15 10:27 hbg-rohens 阅读(730) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/numberors/article/details/109765131 sudo apt-get install libgtest-dev sudo apt-get install cmake cd cd /usr/src/gtest sudo cmake 阅读全文
posted @ 2022-04-14 15:06 hbg-rohens 阅读(986) 评论(0) 推荐(0)
摘要: git://github.com/reagent/buffer.git 地址失效,使用代替地址可下载 git clone https://gitclone.com/github.com/reagent/buffer.git 阅读全文
posted @ 2022-04-14 14:44 hbg-rohens 阅读(40) 评论(0) 推荐(0)
摘要: vscode下文件默认存为了UTF-16格式,而linux编译g++使用UTF-8来读,这就造成了很多NULL Bytes,所以会报警。 使用notepad将编码格式转换成utf-8即可 阅读全文
posted @ 2022-04-12 11:16 hbg-rohens 阅读(944) 评论(0) 推荐(1)
摘要: iftqt5_la-moc__TQTcpServer.Tpo -c src/thrift/qt/moc__TQTcpServer.cpp -fPIC -DPIC -o src/thrift/qt/.libs/libthriftqt5_la-moc__TQTcpServer.osrc/thrift/q 阅读全文
posted @ 2021-12-09 10:14 hbg-rohens 阅读(300) 评论(0) 推荐(1)
摘要: 错误:/bin/sh: 1: protoc: not found 使用muduo源码中的脚本build.sh进行到一半报错,解决办法: sudo apt-get install protobuf-compiler 阅读全文
posted @ 2021-12-08 19:52 hbg-rohens 阅读(564) 评论(0) 推荐(0)
摘要: #include <stdio.h> #define D(...) \ do { \ FILE *fp = fopen("/tmp/log.txt","a"); \ fprintf(fp,"%s:%s:%d:\t", __FILE__, __func__, __LINE__); \ fprintf( 阅读全文
posted @ 2021-12-08 17:57 hbg-rohens 阅读(55) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-12-03 13:44 hbg-rohens 阅读(117) 评论(0) 推荐(0)
摘要: /* usbreset -- send a USB port reset to a USB device */ /* * Copyright (c) 2014, JSK Robotics Lab, Inc. * Copyright (c) 2016, Orbbec Ltd. * All rights 阅读全文
posted @ 2021-12-03 11:31 hbg-rohens 阅读(182) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/zhangjingxun12/article/details/117095349 查看出问题的路径: F:\program\esp\components\libsodium\libsodium\src\libsodium\crypto_pwhash 阅读全文
posted @ 2021-11-01 16:23 hbg-rohens 阅读(609) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 44 下一页