摘要:
使用slot能降低内存使用,同时也不能对实例新增属性。 For classes that primarily serve as simple data structures, you can often greatly reduce the memory footprint of instances 阅读全文
摘要:
./bin/mysqld: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or dire可以看出缺少库文件 libstdc++.so.5。到官方下载... 阅读全文