1 2 3 4 5 ··· 7 下一页
摘要: I have posted a method to find class symbol from a directory in the previous article. Today i got a question in finding function sysbol. So the fellow 阅读全文
posted @ 2024-03-14 15:44 huorexiaji 阅读(37) 评论(0) 推荐(0)
摘要: You may get a linker error that says a sysbol was not found during linking stage. This is problely because some library was not added rightly. Here is 阅读全文
posted @ 2024-03-11 14:02 huorexiaji 阅读(26) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ggborn-001/p/17553180.html 阅读全文
posted @ 2023-11-08 19:11 huorexiaji 阅读(16) 评论(0) 推荐(0)
摘要: 【from】https://medium.com/practice-in-public/the-beginners-guide-to-creating-and-selling-cheat-sheets-23756af06b12 This is 10x better than your 50-page 阅读全文
posted @ 2023-11-06 14:36 huorexiaji 阅读(69) 评论(0) 推荐(0)
摘要: 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 阅读(125) 评论(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 阅读(64) 评论(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 阅读(24) 评论(0) 推荐(0)
1 2 3 4 5 ··· 7 下一页