03 2022 档案

摘要:https://www.xmmup.com/guzhangchulipsqlkehuduanlianjiepgbaocuopsql-error-expected-authentication-request-from-serv.html 阅读全文
posted @ 2022-03-29 22:37 邱明成 阅读(810) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; enum Abc { AAA = -1, BBB = 0, CCC = 1 }; class EnumToStringUtil { public: static const char* ConvertAbcToStri 阅读全文
posted @ 2022-03-16 10:20 邱明成 阅读(210) 评论(0) 推荐(0) 编辑
摘要:问题: nm -A -l a.out出现如下信息: 0000000020 r func 说明,这个变量在只读数据段,并且是static的。 如果编译a.out时加上 -O3 发现0000000020 r func没有了 尝试O1,O2,现象类似。 结论:使用gcc的O1,O2,O3优化时,静态变量的 阅读全文
posted @ 2022-03-14 22:59 邱明成 阅读(360) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_39540651/article/details/105978519 https://www.postgresql.org/docs/9.2/storage-page-layout.html 阅读全文
posted @ 2022-03-08 20:12 邱明成 阅读(59) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示