上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 42 下一页
摘要: 最近一段时间没锻炼身体,加之没注意天气冷暖,鼻炎犯了,最开始几天只有鼻子的不舒服,流清鼻涕。后来渐渐的有点严重,鼻涕有果冻状东西出现,再后面渐渐的鼻窦炎发炎,鼻子里过一会就要出现浓浓的黄色鼻涕,并伴有左侧牙齿和眼睛的隐隐作痛,不是不想去治疗。而是每次治疗都是无功而返。浪费时间,浪费金钱。但是疼痛实在 阅读全文
posted @ 2020-03-16 14:43 hbg-rohens 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 使用apt安装 1. sudo apt update 2. sudo apt-get install apache2 apache2-utils 3. 验证安装完成, 打开页面 http://localhost/ 来访问服务器页面,若出现如下页面,提示已经安装成功。 4、只需要将自己编写的页面拷贝到 阅读全文
posted @ 2020-03-06 09:49 hbg-rohens 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 其中,有两个单独的部分-Wl和-rpath组成。 -Wl 这个是gcc的参数,表示编译器将后面的参数传递给链接器ld。 -rpath 大体就以下这几个意思: 1. 添加一个文件夹作为运行时库的搜索路径。在将ELF可执行文件与共享对象链接时使用此选项; 2. 在链接时,一些动态库明确的链接了其他动态库 阅读全文
posted @ 2020-02-25 16:46 hbg-rohens 阅读(2313) 评论(0) 推荐(0) 编辑
摘要: 除了官网的下载地址外,国内还有一些下载速度快的镜像地址,如下: 国内镜像网站 这里给大家推荐几个国内著名的 Qt 镜像网站,主要是各个高校的: 中国科学技术大学:http://mirrors.ustc.edu.cn/qtproject/ 清华大学:https://mirrors.tuna.tsing 阅读全文
posted @ 2020-02-21 14:17 hbg-rohens 阅读(246) 评论(0) 推荐(0) 编辑
摘要: opencv-3.4.2 安装 (ubuntu 18.04)问题1:E: Unable to locate package libjasper-dev解决方法:https://blog.csdn.net/weixin_41053564/article/details/81254410sudo add 阅读全文
posted @ 2020-02-18 14:28 hbg-rohens 阅读(9422) 评论(1) 推荐(1) 编辑
摘要: #include <cassert> /** * Cast one size of int down to another one. * Asserts that no precision is lost at runtime. */ template<typename Small, typenam 阅读全文
posted @ 2019-12-28 10:21 hbg-rohens 阅读(382) 评论(0) 推荐(0) 编辑
摘要: // A macro to disallow the copy constructor and operator= functions #ifndef DISALLOW_COPY_AND_ASSIGN #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ Type 阅读全文
posted @ 2019-12-28 10:13 hbg-rohens 阅读(1256) 评论(0) 推荐(0) 编辑
摘要: libmodbus功能: a fast and portable Modbus library 库下载地址https://libmodbus.org使用指南1)包含头文件#include <modbus.h>2) 编译cc `pkg-config --cflags --libs libmodbus` 阅读全文
posted @ 2019-12-20 14:34 hbg-rohens 阅读(9375) 评论(0) 推荐(0) 编辑
摘要: 功能:将一个文件内容为"aa bb cc dd ee ff"等大量数据的文件转换为aabbccddeeff的文件中。测试源文件为all_send.txt. C语言源代码如下: #include <stdio.h>#include <string.h>int main(int argc, char * 阅读全文
posted @ 2019-12-12 15:31 hbg-rohens 阅读(403) 评论(0) 推荐(0) 编辑
摘要: Determining if the include file sys/videoio.h exists failed with the following output:Change Dir: /home/program/opencv-3.2.0/build/CMakeFiles/CMakeTmp 阅读全文
posted @ 2019-12-10 15:25 hbg-rohens 阅读(7890) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 42 下一页