共 2 篇文章
- webstorm
- Git Vscode
M 原 Webstorm 快捷键配置 匿名 发布于 2021-01-13 16:43:32 16
**查找/代替** **界面操作** | 快捷键 | 说明 | | -------------------- | -------------------------------------- | | **ctrl+shift+N** | 通过文件名快速查找工程内的文件(必记) |
-
分类:
R 转 Visual Studio Code(vscode) git的使用 匿名 发布于 2018-12-29 09:03:00 69
1.创建一个github账号 2.在vscode中执行命令 echo "# C-Tests" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/h
-
分类: