新增:《使用 IntelliJ IDEA 进行远程程序调试》

This commit is contained in:
2022-11-03 22:43:10 +08:00
parent 21c48ed1e1
commit 3e276eae12
9 changed files with 139 additions and 37 deletions

View File

@@ -458,7 +458,7 @@ cp 文件名/目录名 目录路径
mv 文件名/目录名 目录路径
```
例如:
例如:`mv` 命令不需要 `-r` 命令,即可递归移动子目录
- `mv test test2`
- 如果 test2 目录存在,表示将 test 目录移动到 test2 目录下