摘要: ## 工作区→暂存区→版本库 ## 设置用户名、邮箱 1. `git config --global user.name xxx` : 设置全局用户名, 信息记录在`~/.gitconfig` 文件中 2. `git config --global user.email xxx@xxx.com` : 阅读全文
posted @ 2023-08-06 10:04 LH寒酥 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ### 打开 `tmux`, 按 `CTRL`+`B`, 输入冒号, 输入 `set -g mouse on` 回车 舒服 阅读全文
posted @ 2023-08-03 16:55 LH寒酥 阅读(360) 评论(1) 推荐(0) 编辑
摘要: - - - - - # **第一章 动态规划** ## 数字三角形模型[线性DP] 1. [摘花生](https://www.acwing.com/problem/content/1017/) 2. [最低通行费](https://www.dotcpp.com/oj/problem3054.html 阅读全文
posted @ 2023-08-01 18:00 LH寒酥 阅读(19) 评论(0) 推荐(0) 编辑