06 2023 档案

摘要:Tool-Gitlab-CICD Attention sudo gitlab-runner register Linux executor:shell sudo gitlab-runner verify sudo gitlab-runner start Introduction https://bl 阅读全文
posted @ 2023-06-29 19:59 Theseus‘Ship 阅读(15) 评论(0) 推荐(0) 编辑
摘要:# Book-C++性能优化指南 ## 前言 本书将帮助开发人员识别和利用以下优化机会来改善代码性能。 * 使用更好的编译器,打开编译选项 * 使用最优算法 * 使用更好的库并用好库 * 减少内存分配 * 减少复制 * 移除计算 * 使用最优数据结构 * 提高并发 * 优化内存管理 阅读全文
posted @ 2023-06-29 07:03 Theseus‘Ship 阅读(19) 评论(0) 推荐(0) 编辑
摘要:# C++-生成UML类图 ## 可以用doxygen根据代码生成文档 1. 安装 - `sudo apt install graphviz` # 用于生成代码关系图 - https://graphviz.org/ - `sudo apt install doxygen` - www.doxygen 阅读全文
posted @ 2023-06-29 00:36 Theseus‘Ship 阅读(1075) 评论(0) 推荐(0) 编辑
摘要:# Book-Effective C++ 改善程序与设计的55个具体做法 1. 让自己习惯C++ Accustoming Yourself to C++ - 条款 01:视 C++ 为一个语言联邦/View C++ as a federation of languages. - 条款 02:尽量以` 阅读全文
posted @ 2023-06-24 15:24 Theseus‘Ship 阅读(27) 评论(0) 推荐(0) 编辑
摘要:# C++-mutex(待验证) 在使用std::mutex时,应该声明为全局或者类的静态成员变量。 ``` class A { public: void f(); public: static std::mutex m_Mutex; } std::mutex _mu; void A:f() { s 阅读全文
posted @ 2023-06-02 01:42 Theseus‘Ship 阅读(8) 评论(0) 推荐(0) 编辑

Live2D
欢迎阅读『2023 年 6月 随笔档案』
点击右上角即可分享
微信分享提示