会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hbh_hbh
博客园
首页
新随笔
联系
订阅
管理
2022年3月20日
CMake 学习记录
摘要: 小记录 参考: 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
阅读(1099)
评论(0)
推荐(0)
2022年3月16日
小彭老师并行课
摘要: 编译器优化与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
阅读(180)
评论(0)
推荐(0)
2022年3月10日
Linux C++(不断更新)
摘要: 开发环境搭建 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
阅读(466)
评论(0)
推荐(0)
2022年3月7日
Git 记录大全
摘要: 想切换成 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
阅读(55)
评论(0)
推荐(0)
2022年3月6日
现代C++语言特性(不断更新)
摘要: 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
阅读(119)
评论(0)
推荐(0)
2022年2月22日
关于开源协议——License
摘要: 看到一些好文章,记录一下,也是第一篇博客园的随笔,测试一下: 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
阅读(42)
评论(0)
推荐(0)
公告