摘要: 1、dll文件 LIBS +=-L$$PWD -lmydll 2、a文件 LIBS +=-L$$PWD -lmylib LIBS +=$$PWD/mylib.a 阅读全文
posted @ 2022-03-06 23:42 朱小勇 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1、作用 选择并返回操作数的数据类型 2、使用 int A(); int main(void) { int tempA = 2; /*1.testA为int*/ decltype(tempA) testA; /*2.testB为int,并不调用A()*/ decltype(getSize()) te 阅读全文
posted @ 2022-03-06 22:54 朱小勇 阅读(33) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lzpong/p/6397997.html 阅读全文
posted @ 2022-03-06 22:52 朱小勇 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 1、首先需要编译安装boost【QT】 https://www.cnblogs.com/judes/p/11027830.html 2、下载线程池源码 http://threadpool.sourceforge.net/ 3、解压 4、将上面框出的文件复制到Qt目录 5、配置pro DEPENDPA 阅读全文
posted @ 2022-03-06 21:32 朱小勇 阅读(852) 评论(0) 推荐(0) 编辑