上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 61 下一页
摘要: 明明已经添加到/etc/environment 安装sudo apt-get install lib32z1 lib32ncurses5 阅读全文
posted @ 2019-05-05 23:50 MoonXu 阅读(204) 评论(0) 推荐(0)
摘要: locate arm-none-linux-gnueabi-gcc//有效 find / -name "arm-none-linux-gnueabi-gcc" 阅读全文
posted @ 2019-05-05 21:31 MoonXu 阅读(201) 评论(0) 推荐(0)
摘要: g++ main.c math.cpp math.h中加入extern "C" 阅读全文
posted @ 2019-05-05 17:10 MoonXu 阅读(148) 评论(0) 推荐(0)
摘要: math.c使用c语言写的main.cpp是c++写的。 gcc -c math.c生成math.o ar -r librmath.a *.o//把math.o打包成静态库rmath.a g++ main.cpp -L./ -lrmath -L静态库路径 -l静态库名字 在math.h中加入exte 阅读全文
posted @ 2019-05-05 16:50 MoonXu 阅读(8435) 评论(0) 推荐(0)
摘要: DirectShowPlayerService::doRender: Unresolved error code 0x80040266 () 当你发布的qmlproject包含QtMultimedia模块时,运行在一个干净的系统上时,要注意,随时播放失败,因为QtMultimedia使用的系统默认的 阅读全文
posted @ 2019-04-29 15:19 MoonXu 阅读(2550) 评论(0) 推荐(0)
摘要: qt的按钮,在代码中不显示构建一下更新一下ui***.h,就不报错了 阅读全文
posted @ 2019-04-28 17:05 MoonXu 阅读(112) 评论(0) 推荐(0)
摘要: 1.添加.cc文件 Options-〉“Document Options”-〉在“File filter” 裡邊加上*.cc Project >Add and Remove Project Files 阅读全文
posted @ 2019-04-25 16:21 MoonXu 阅读(223) 评论(0) 推荐(0)
摘要: 1.conn = mysql_init(NULL);//初始化 MYSQL *conn; 2.mysql_real_connect(conn, "localhost", "root", "123456", "xpy", 0, NULL, CLIENT_FOUND_ROWS) 失败:NULL 建立一个 阅读全文
posted @ 2019-04-25 11:26 MoonXu 阅读(6314) 评论(0) 推荐(0)
摘要: 项目->属性->C/C++->预处理器->预处理器定义->添加 _CRT_SECURE_NO_WARNINGS 阅读全文
posted @ 2019-04-24 20:31 MoonXu 阅读(613) 评论(0) 推荐(0)
摘要: 1.create database name; 2.create table name; create table lyy2( -> id int not null auto_increment, -> name varchar(40) not null, -> height float not n 阅读全文
posted @ 2019-04-24 20:04 MoonXu 阅读(144) 评论(0) 推荐(0)
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 61 下一页