摘要: 调试流程 注:这里的工作流程用于测试环境、练习使用; 准备工作 环境准备 给conda换源: Reference: 修改默认Anaconda镜像源 vim ~/.condarc # 插入以下内容 channels: - https://mirrors.ustc.edu.cn/anaconda/pkg 阅读全文
posted @ 2024-10-21 14:34 zhihh 阅读(320) 评论(0) 推荐(0)
摘要: The Mutable Keyword Referece: The Mutable Keyword in C++ mutable, it declares something that can change. with const In debug mode, if you want to know 阅读全文
posted @ 2024-09-03 17:36 zhihh 阅读(14) 评论(0) 推荐(0)
摘要: CONST Reference: CONST in c++ If you decalre something with const, you're saying that you are not going to modify that thing. Combning with pointers c 阅读全文
posted @ 2024-09-02 17:37 zhihh 阅读(23) 评论(0) 推荐(0)
摘要: # 一级标题 ## 二级标题 ### 三级标题 #### 四级标题 ##### 五级标题 ###### 六级标题 | 表格 | | | | | | | | | | | | | | | | | | | 代码块``` 代码块代码块 代码块``` $$ 公式块 $$ > 引用 1. 有序列表 - 无序列表 阅读全文
posted @ 2021-09-24 17:59 zhihh 阅读(61) 评论(0) 推荐(0)