摘要: COAP协议 1.1. Features CoAP has the following main features: o Web protocol fulfilling M2M requirements in constrained environments o UDP [RFC0768] bind 阅读全文
posted @ 2023-12-25 20:34 papering 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 临时修改 1、打开CMD.exe命令行窗口 2、通过 chcp命令改变代码页,UTF-8的代码页为65001 chcp 65001 执行该操作后,代码页就被变成UTF-8了。但是,在窗口中仍旧不能正确显示UTF-8字符。 3、修改窗口属性,改变字体 在命令行标题栏上点击右键,选择"属性"->“字体” 阅读全文
posted @ 2023-12-25 19:25 papering 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Filesystem Tutorial https://www.boost.org/doc/libs/1_78_0/libs/filesystem/doc/tutorial.html #include <iostream>#include <boost/filesystem.hpp>using na 阅读全文
posted @ 2023-12-25 17:20 papering 阅读(3) 评论(0) 推荐(0) 编辑