摘要: 阅读全文
posted @ 2023-04-24 15:18 SusieSnail_SUN 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1. 准备调试通过 没有bug的项目; 2. 在QT项目中,使用release进行调试。 3. 然后点击运行,在release目录下生成.exe文件。 4. release调试目录一般有两种,查看“项目”中的“概要”可以找到release的路径 5. release目录如下 6. 新建一个目标文件夹 阅读全文
posted @ 2023-04-24 14:38 SusieSnail_SUN 阅读(69) 评论(0) 推荐(0) 编辑
摘要: filepath = 'C:\Desktop\2023-04-11-10-21-42_1.txt'; fid = fopen(filepath, 'r'); data = '1'; N = 0; while( 0 == strcmp('', data) ) data = fscanf(fid, '% 阅读全文
posted @ 2023-04-24 14:19 SusieSnail_SUN 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-04-24 09:23 SusieSnail_SUN 阅读(11) 评论(0) 推荐(0) 编辑