06 2016 档案
摘要:1 /** 2 * 行为 3 * @author lucksheep 4 * 5 */ 6 public class LeiFeng { 7 8 public void Sweep(){ 9 System.out.print("\t扫地\t"); 10 } 11 12 public void Lau
阅读全文
摘要:1 /** 2 * 人 3 * @author Persion 4 * 5 */ 6 public class Persion { 7 8 private String name; 9 10 public Persion(){} 11 12 public Persion(String name){
阅读全文
摘要:在这里默认是安装好git的用户,不会安装的百度下,很多的。 一、克隆 git clone 地址 二、更新 git pull origin master 三、提交 git push origin master 四、撤回提交 不修改本地文件 git reset -–mixed 提交的Parent 修改本
阅读全文