摘要: 可以在CMakeFileList找到类似下面语句 SET(CMAKE_xxxxxxxxx_DEBUG xxxxxxx -O0 -xxxxx -std=xxxx -lrt") 添加-lrt即可。 阅读全文
posted @ 2021-10-02 18:05 zhaogaojian 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 可以尝试不加sudo直接rm 删除 阅读全文
posted @ 2021-10-02 15:56 zhaogaojian 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1、代码如下 #include <iostream> #include <string> #include "sqlite3.h" using namespace std; //输出数据 static int callback(void *data, int args_num, char **arg 阅读全文
posted @ 2021-10-02 15:11 zhaogaojian 阅读(202) 评论(0) 推荐(0) 编辑