摘要: 小记录 参考: https://www.zhihu.com/search?type=content&q=premake https://www.zhihu.com/question/58949190/answer/999701073 口诀: Declare a target Declare targ 阅读全文
posted @ 2022-03-20 01:03 hebh 阅读(969) 评论(0) 推荐(0) 编辑
摘要: 编译器优化与SIMD指令集 https://www.bilibili.com/video/BV12S4y1K721?spm_id_from=333.999.0.0 汇编语言 16位汇编,我的笔记:https://zhuanlan.zhihu.com/p/445370044 这里 YMM XMM 等都 阅读全文
posted @ 2022-03-16 21:21 hebh 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 开发环境搭建 sudo apt update sudo apt install cmake gcc clang gdb build-essential GCC g++ 编译参数 1、-pedantic 选项,那么使用了扩展语法的地方将产生相应的警告信息 2、-Wall 使用它能够使GCC产生尽可能多 阅读全文
posted @ 2022-03-10 16:48 hebh 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 想切换成 ssh 协议来 push https://stackoverflow.com/questions/14762034/push-to-github-without-a-password-using-ssh-key 示例: git add xxx git commit -m "xxx" git 阅读全文
posted @ 2022-03-07 14:59 hebh 阅读(39) 评论(0) 推荐(0) 编辑
摘要: C++20 modules 参考网站:https://zh.cppreference.com/w/cpp/language/modules 测试平台:VS2019 需要包含: VS配置: C++20标准: 启动modules: Compile as C++ Module Code (/interfa 阅读全文
posted @ 2022-03-06 16:33 hebh 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 看到一些好文章,记录一下,也是第一篇博客园的随笔,测试一下: https://liferay.dev/ask/questions/general/-license--1 https://www.cnblogs.com/Wayou/p/how_to_choose_a_license.html http 阅读全文
posted @ 2022-02-22 15:59 hebh 阅读(32) 评论(0) 推荐(0) 编辑