上一页 1 ··· 539 540 541 542 543 544 545 546 547 ··· 618 下一页

2019年8月21日

摘要: 解决方法 在QT工程的.pro文件中添加如下内容: LIBS=-ldl 阅读全文
posted @ 2019-08-21 11:07 lydstory 阅读(2902) 评论(1) 推荐(0)
摘要: 在使用到QPrinter和QprintDialog类时的附加处理 ①若是在qt creator中,需要在 (.pro)工程文件中加入 “QT+= printsupport”,否则会编译报错 阅读全文
posted @ 2019-08-21 10:24 lydstory 阅读(483) 评论(0) 推荐(0)
摘要: centos?? 阅读全文
posted @ 2019-08-21 09:55 lydstory 阅读(115) 评论(0) 推荐(0)
摘要: 能生成docx??? 阅读全文
posted @ 2019-08-21 09:15 lydstory 阅读(105) 评论(0) 推荐(0)

2019年8月20日

摘要: run中传递*this指针。 阅读全文
posted @ 2019-08-20 16:57 lydstory 阅读(360) 评论(0) 推荐(0)
摘要: 不复杂啊,内核简单用 printk, 用dmesg 看就可以了 内核调试基本用 printk 完事,最多用宏定义来分隔一下 info, error, debug 阅读全文
posted @ 2019-08-20 16:22 lydstory 阅读(137) 评论(0) 推荐(0)
摘要: 1.linux 源码调用 2.log 3级 info error debug 3.调用便利性 4.配置文件 动态加载 5.输出 log 文件 (大小 时间) 6大批量写入 (100条一次写入) 7设置时间自动删除 easylogging++ 阅读全文
posted @ 2019-08-20 14:44 lydstory 阅读(717) 评论(0) 推荐(0)

2019年8月19日

摘要: 1 首先在CMakeLists.txt中加入 SET(CMAKE_BUILD_TYPE "Debug")1在下面加入: SET(CMAKE_CXX_FLAGS_DEBUG "$ENV{CXXFLAGS} -O0 -Wall -g -ggdb") SET(CMAKE_CXX_FLAGS_RELEASE 阅读全文
posted @ 2019-08-19 20:24 lydstory 阅读(9520) 评论(0) 推荐(0)
摘要: No symbol table is loaded. Use the "file" command. gdb 1. 首先使用gcc -g .c文件 -o 可执行文件名 进行编译,再使用gdb + 可执行文件名进入gdb环境,进行调试。 命令如下如: (1) gcc -g test.c -o test 阅读全文
posted @ 2019-08-19 20:19 lydstory 阅读(2611) 评论(0) 推荐(1)
摘要: https://www.cnblogs.com/Chen-Programe/p/8883043.html 阅读全文
posted @ 2019-08-19 17:02 lydstory 阅读(199) 评论(0) 推荐(0)
上一页 1 ··· 539 540 541 542 543 544 545 546 547 ··· 618 下一页

导航