10 2023 档案

摘要:https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Developer-Options.html g++ -fdump-lang-all mem-struct.cpp会生成所有类的虚函数表布局和类实际大小、占用内存大小 gcc8以前使用这个命令:g++ -fdu 阅读全文
posted @ 2023-10-27 20:05 huorexiaji 阅读(104) 评论(0) 推荐(0)
摘要:sudo update-alternatives --list go 现实go有哪些替换版本 sudo update-alternatives --config go 选择特定版本go sudo update-alternatives --install /usr/bin/go go /usr/lo 阅读全文
posted @ 2023-10-27 17:09 huorexiaji 阅读(61) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/d908ce81017a 注意点主要有,vim.base 默认没有python、python3的支持,需要安装vim.gtk3; 安装好后需要编译YCM的依赖库,编译完成后需要make install;YCM Server运行需要python的wa 阅读全文
posted @ 2023-10-27 16:20 huorexiaji 阅读(124) 评论(0) 推荐(0)
摘要:Executive Overview (omgwiki.org) https://docs.nomagic.com/plugins/viewsource/viewpagesrc.action?pageId=36311025 第二个网址里面有关于MagicGrid的官方教材,写的特别好 地址是这个:h 阅读全文
posted @ 2023-10-20 13:50 huorexiaji 阅读(62) 评论(0) 推荐(0)
摘要:https://zhuanlan.zhihu.com/p/563143499 阅读全文
posted @ 2023-10-13 18:10 huorexiaji 阅读(11) 评论(0) 推荐(0)
摘要:Booting shutdown -r +5 System going down for a reboot #wall broadcast msg shutdown -c #cancel reboot shutdown -r 00:00 #schedule for midnight shutdown 阅读全文
posted @ 2023-10-13 13:35 huorexiaji 阅读(23) 评论(0) 推荐(0)