- 博客(3)
- 收藏
- 关注
原创 GitHub版本回退
git add readme.txt git commit -m "描述" git log 查看提交历史,以便确定要回退到哪个版本 git diff 查看尚未暂存的文件更新了哪些部分,不加参数直接输入 此命令比较的是工作目录(Working tree)和暂存区域快照(index)之间的差异 也就是修改之后还没有暂存起来的变化内容。 git reset --hard
2015-11-19 22:01:50
4305
原创 Warning:The project encoding (GBK) does not match the encoding
Android Studio出现以下错误 Warning:The project encoding (GBK) does not match the encoding specified in the Gradle build files (UTF-8). This can lead to serious bugs. 解决步骤: 点击:Open File Encoding
2015-06-14 22:59:05
3532
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人