摘要:
编码过程中我们有时候需要将数据的十六进制值打出来看看,这里做一下记录 #include <ctype.h> #include <unistd.h> #include <sstream> #include <string> #include <iomanip> std::string pretty_s 阅读全文
摘要:
跟着官网的Demo试验了一下,发现跑起来就Abort了,下面是具体的报错 terminate called after throwing an instance of 'std::system_error' what(): Unknown error -1 Aborted (core dumped) 阅读全文