2017年2月14日
摘要: 在使用git的时候,每次执行 git add . 都会提示这样一个警告消息: warning: LF will be replaced by CRLF in XXXXXXXXXXXXXX. 按照这样设置就没有问题了: git config core.autocrlf false 这样设置git的配置 阅读全文
posted @ 2017-02-14 15:47 oooo呼呼 阅读(139) 评论(0) 推荐(0)
摘要: 这是项目中遇到了,我也是借鉴大神的, 下载地址:https://github.com/oooohuhu/ColorfulRingProgressView 我把它导入了github中了,里面有详细的使用说明,欢迎大家参考参考! 阅读全文
posted @ 2017-02-14 15:00 oooo呼呼 阅读(208) 评论(0) 推荐(0)