摘要:
参考文章:alignment and padding 定义一个简单的结构体 struct { char a[3]; short int b; long int c; char d[3]; } 理想内存结构 + + + + + | a | b | + + + + + | b | c | + + + + 阅读全文
摘要:
docker启动容器,出现错误! Error response from daemon: Cannot start container 39f96c64a9c6: [8] System error: exec format error FATA[0000] Error: failed to star 阅读全文