08 2021 档案

摘要:#include <stdio.h> #include <string.h> //在mingw环境下,xmlfree 等可能出现问题,见http://blog.csdn.net/king_on/article/details/7543577 #define IN_LIBXML #include <l 阅读全文
posted @ 2021-08-26 17:15 LiuYanYGZ 阅读(111) 评论(0) 推荐(0) 编辑
摘要:摘自:https://blog.csdn.net/swj9099/article/details/85292444 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #include <unistd.h> 5 #in 阅读全文
posted @ 2021-08-11 14:47 LiuYanYGZ 阅读(937) 评论(0) 推荐(0) 编辑
摘要:摘自:https://blog.csdn.net/swj9099/article/details/85292444 1 #pragma once 2 #include <stdio.h> 3 #include <stdlib.h> 4 #include <string.h> 5 #include < 阅读全文
posted @ 2021-08-11 14:37 LiuYanYGZ 阅读(806) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/nemo2011/article/details/104519559 curl报错如下:code:1,error:Unsupported protocol 原因: 依赖的libcurl.so中不支持sftp 协议 解决方法: 我们下载 curl-7. 阅读全文
posted @ 2021-08-10 20:40 LiuYanYGZ 阅读(928) 评论(0) 推荐(0) 编辑
摘要:sscanf遇到回车换行认为字符串结束,怎样让它忽略这些回车换行继续搜索整个字符串? sscanf遇到空格继续? 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 5 6 char *c = "/o-ran-fm:alarm-notif/fault-id= 阅读全文
posted @ 2021-08-06 17:29 LiuYanYGZ 阅读(295) 评论(0) 推荐(0) 编辑