摘要: import java.util.Scanner; public class Jump { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int totalScore = 0; int preScore = 0; w... 阅读全文
posted @ 2018-11-02 18:09 做个读书人 阅读(281) 评论(0) 推荐(0) 编辑
摘要: git pull的时候报如下错误: error: Your local changes to the following files would be overwritten by merge: 文件1 文件2 文件3 解决办法: 用远程仓库中的内容替换本地仓库中的内容。 1、使用tortoiseg 阅读全文
posted @ 2018-11-02 14:06 做个读书人 阅读(8996) 评论(0) 推荐(0) 编辑