摘要:
vi ~/.gitconfig [alias] st = status ci = commit ci-a = commit -a pr = pull --rebase co = checkout br = branch ll = log --pretty=format:"%C(yellow)%h%C 阅读全文
摘要:
1.类型别名可以用于其它类型 (联合类型、元组类型、基本类型(原始值)),interface不支持 type可以声明任何类型,interface不可以只能声明对象 2.interface 可以多次定义 并被视为合并所有声明成员 type 不支持 3.type 能使用 in 关键字生成映射类型,但 i 阅读全文