偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.
全部博文(1748)
2024年(24)
2023年(26)
2022年(112)
2021年(217)
2020年(157)
2019年(192)
2018年(81)
2017年(78)
2016年(70)
2015年(52)
2014年(40)
2013年(51)
2012年(85)
2011年(45)
2010年(231)
2009年(287)
发布时间:2018-09-18 14:48:58
https://blog.csdn.net/mao_hui_fei/article/details/79582178 2.在vs2017里如何创建QT工程 https://jingyan.baidu.com/article/20b68a889ca941796cec62b5.html 下载 http://mirrors.ustc.edu.cn/qtproject/archive/qt/5.9/5.9.2/qt-opensource-windows-x86-5.9.2.exe (2.2GB好大).........【阅读全文】
发布时间:2018-09-11 16:10:20
LINUX C中用define定义可变参数的宏一般在调试打印Debug信息的时候, 需要可变参数的宏. 从C99开始可以使编译器标准支持可变参数宏(variadic macros), 另外GCC也支持可变参数宏, 但是两种在细节上可能存在区别.1. __VA_ARGS__&.........【阅读全文】
发布时间:2018-09-06 11:41:17
1. 经常发生收取 timeout/ rx_err_callback 的情况, 调试发现很多情况是对端 延迟发送时调用 的 starttx 发生错误, 即设置的 delay时间错误, 适当加大即可. This timeout is for complete reception of a frame, i.e. timeout duration must take into account the length of the expected frame. Here the value&nb.........【阅读全文】