上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页
摘要: 打开linux的设置面板 在Appearance选项-》Character encoding 设置为UTF-8 阅读全文
posted @ 2016-10-21 09:51 梦见舟 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 使用 git reflog 命令恢复 阅读全文
posted @ 2016-10-21 09:43 梦见舟 阅读(104) 评论(0) 推荐(0) 编辑
摘要: package com.robert.service; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.Before; import org.j 阅读全文
posted @ 2016-10-20 13:17 梦见舟 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 打开TortoiseGit控制面板 点击 Edit global .gitconfig文件 添加 [credential] helper = store OK了 你再登录一次之后密码就被记住了 阅读全文
posted @ 2016-10-20 12:45 梦见舟 阅读(95) 评论(0) 推荐(0) 编辑
摘要: git bisect 运行git bisect 通常是为了找出某个导致版本库产生倒退或bug的特殊提交 例如:你的版本库已经从一个已知的“好”状态过渡到一个已知的“坏”状态,但是是什么时候的呢? 是哪个提交导致崩溃的?使用git bisect可以帮你解决问题的答案git blame... 阅读全文
posted @ 2016-10-20 10:14 梦见舟 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 新建分支 git branch a #分支名称为a切换到develop分支 git checkout a 新建分支并切换 git checkout -b a推送到远程分支 git push origin a查看本地分支 git branch查看远程分支 git branch... 阅读全文
posted @ 2016-10-19 17:37 梦见舟 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 冲突文件的组成“>>>>>” 之间为开发分支内容目的就是 将 “>>>>>”之间的内容进行合并成最终结果 阅读全文
posted @ 2016-10-19 17:13 梦见舟 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 1. 比较两次提交的差异 2. 两个分支之间的比较 3. 暂存区和版本库的比较 阅读全文
posted @ 2016-10-19 16:50 梦见舟 阅读(107) 评论(0) 推荐(0) 编辑
摘要: nginx 阅读全文
posted @ 2016-10-19 16:39 梦见舟 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1. 打开SFTP会话 File->Connect SFTP Session 2. cd 到文件目录下 3. get 文件名称 sftp> get catalina.out 4. lpwd 查看文件下载目录 5. 其他相关命令: pwd: 查询linux主机所在目录(也就是远程主机目录) ... 阅读全文
posted @ 2016-10-19 15:37 梦见舟 阅读(723) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页