title: 一些快捷键urlname: fpria9
date: ‘2021-05-21 08:19:57’
tags: []
categories: [项目实操]
快捷键
IDEA
ctrl + alt + T //try...catchctrl + o //选择重写方法双击shift //快速查找类ctrl + f //当前文件查找ctrl + shift + f //当前目录或类包查找ctrl + r //当前文件替换ctrl + shift + r //当前目录或类包替换crtl + alt + i //自动缩进
VSCODE
ctrl + f //搜索ctrl + shift + l //搜索后选中,替换
命令行
Git
git statusgit add.git commit -m ".."git push origin mastergit reset --soft HEAD^ //撤销commit,保留addgit reset --soft HARD^ //撤销commit,也撤销add
修改 Commit 注释
https://blog.csdn.net/xiaoyulike/article/details/119176756
HEXO
hexo new test_bloghexo ghexo shexo dhexo clean && g -d
CMD
net start -aon|findstr ...taskkill -f -pid ...
Shell
Fn + F2 进入 BIOS(可用于开启 VT 等)
win + R 运行窗口(可执行如下命令)
msconfig 系统配置(包括启动服务等)
regedit 注册表
win + X 快捷菜单
Github 查找常用前后缀
- 找百科大全 awesome xxx
- 找例子 xxx sample
- 找空架子 xxx starter/xxx boilerplate
- 找教程 xxx tutorial
