/img/logo.jpeg

VisajiAndrevv

Welcome to my Blog

常用eclipse命令

一、快捷键 查看所有快捷键位置: Window/Preferences/Keys 字体缩放 放大: ctrl + = 缩小: ctrl + - 格式对齐 ctrl + shift + f 整理包 ctrl + shift + o 运行 alt + shift + x + 其他 删除整行 ctrl + d 选中整行

常用git命令

ssh克隆 git clone ssh://git@[host]:[port]/path/xxx.git bash 查找历史命令 : ctrl + r access_token登录 查看远程链接:git remote show 移除原来的远程链接: git remote remove origin 重新新增git远程链接