摘要: 1、注解Annotation /** * created by guanjian on 2020/11/30 19:58 */ @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @in 阅读全文
posted @ 2020-12-02 14:38 大摩羯先生 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1、修改全局Git用户变量 $ git config --global user.name “xxx” $ git config --global user.email “xxx@xx.com” $ git config --list 查看变量列表 2、使用git命令修改“commit messag 阅读全文
posted @ 2020-12-02 11:26 大摩羯先生 阅读(16) 评论(0) 推荐(0) 编辑