摘要: 1、HMI(Linux底层)上测试OK 20220315 #include "macrotypedef.h" #include "math.h" // 功能: ??? #include <stdio.h> #include <time.h> #include <sys/time.h> //using 阅读全文
posted @ 2022-03-15 11:47 CppSkill 阅读(323) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-16 13:40 CppSkill 阅读(7) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-15 09:05 CppSkill 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1、"滚动条选项..." 进入方式: (1)滚动条 右键 --> "滚动条选项..." (2)VS-->工具-->选项-->文本编辑器-->所有语言-->滚动条 2、缩略图相关的选项: 3、 4、 5、 阅读全文
posted @ 2020-08-07 16:52 CppSkill 阅读(608) 评论(0) 推荐(0) 编辑
摘要: ZC:自动调试 的界面,类似如下,会有 "关闭程序"&"调试程序" 两个选项:(自动调试 关闭后,就没有 "调试程序" 这个选项了) 1、关闭 VS 的自动调试 - sn_wolf - 博客园.html(https://www.cnblogs.com/cyrix/articles/1706916.h 阅读全文
posted @ 2020-08-05 14:59 CppSkill 阅读(259) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-07-31 09:25 CppSkill 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1、 mp4- CSDN搜索.html(https://so.csdn.net/so/search/s.do?q=mp4&t=blog&u=iteye_15898) MP4封装格式介绍 -- Atom结构 - 简书.html(https://www.jianshu.com/p/dd6b8aa625d 阅读全文
posted @ 2020-07-29 08:19 CppSkill 阅读(424) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-07-28 15:22 CppSkill 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1、我的处理: extern "C" { FILE __iob_func[3] = { *stdin,*stdout,*stderr }; } #pragma comment(lib, "legacy_stdio_definitions.lib") 2、 3、vs2015无法解析外部符号__imp_ 阅读全文
posted @ 2020-07-26 20:38 CppSkill 阅读(535) 评论(0) 推荐(0) 编辑
摘要: 1、const char _ 类型的实参与 char _ 类型的形参不兼容错误的解决方法_qinshiyang的博客-CSDN博客_e0167const char _ 类型的实参与 char _ 类型的形参不兼容.html(https://blog.csdn.net/qinshiyang/artic 阅读全文
posted @ 2020-07-26 20:05 CppSkill 阅读(1556) 评论(0) 推荐(0) 编辑