摘要: 定义 An enum type is a special data type that enables for a variable to be a set of predefined constants. The variable must be equal to one of the value 阅读全文
posted @ 2019-08-10 19:07 MengW9 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 配置 验证当前本地属性: Git 一共有3个配置文件: 1. 仓库级的配置文件:在仓库的 .git/.gitconfig,该配置文件只对所在的仓库有效。 2. 全局配置文件:Mac 系统在 ~/.gitconfig,Windows 系统在 C:\Users\<用户名>\.gitconfig。 3. 阅读全文
posted @ 2019-08-10 16:12 MengW9 阅读(333) 评论(0) 推荐(0) 编辑