摘要:
static修饰的方法默认都是final类型的,不能被子类覆盖 Fields in interfaces are automatically public static final, and methods are public abstract. Classes or interfaces nes 阅读全文
摘要:
git status: git status命令的输出十分详细,但其用语有些繁琐。 如果你使用git status -s命令或git status --short命令,你将得到一种更为紧凑的格式输出: $ git status -s M READMEMM RakefileA lib/git.r... 阅读全文