随笔分类 -  其他

摘要:git基本操作 Git 学习 git基本操作 git --help : 查看git常见命令 git clone:得到一个项目的拷贝, eg:git clone git://git.kernel.org/pub/scm/git/git.git 。如果访问一个Git URL需要用法名和密码,可以在Git 阅读全文
posted @ 2021-08-27 10:52 宋同学shl 阅读(36) 评论(0) 推荐(0)
摘要:Android Studio常见快捷键 一,查找/查看相关 搜索任意内容 :双击 shift 当前文件查找/替换: command + F / command + R 使用command + G,shift + command + G跳到下一个/上一个高亮的变量 全局查找/替换: shift + c 阅读全文
posted @ 2021-08-27 10:46 宋同学shl 阅读(782) 评论(0) 推荐(0)