04 2021 档案

摘要:资料参考: C++14: https://my.oschina.net/u/4521971/blog/4457984 C++17: https://my.oschina.net/u/4521971/blog/4462040 https://blog.csdn.net/qq811299838/arti 阅读全文
posted @ 2021-04-28 14:47 倾越 阅读(438) 评论(0) 推荐(0)
摘要:资料参考: https://zhuanlan.zhihu.com/p/87401211 阅读全文
posted @ 2021-04-28 10:49 倾越 阅读(296) 评论(0) 推荐(0)
摘要:这个问题实际上跟平台有很大的相关性。我们可以从汇编来看。 linux(x86)平台: int main() { bool f = true; if (f) { f = false; } return 0; } (gdb) list 1 int main() 2 { 3 bool f = true; 阅读全文
posted @ 2021-04-27 11:48 倾越 阅读(2242) 评论(0) 推荐(1)
摘要:是由于TCP的ACK延时确认机制造成的,详细参考: https://cloud.tencent.com/developer/article/1004356 阅读全文
posted @ 2021-04-23 11:58 倾越 阅读(614) 评论(0) 推荐(0)
摘要:资料参考:https://www.cnblogs.com/springforall/p/12143052.html 阅读全文
posted @ 2021-04-20 10:17 倾越 阅读(50) 评论(0) 推荐(0)