摘要: 1.git 修改用户名以及提交邮箱 修改用户名和邮箱有两种方式,第一种 git 修改当前的project的用户名的命令为:git config user.name 你的目标用户名; git 修改当前的project提交邮箱的命令为:git config user.email 你的目标邮箱名; 当然, 阅读全文
posted @ 2016-12-28 09:32 游泳的小叶子 阅读(1174) 评论(0) 推荐(0) 编辑
摘要: defaults write com.apple.finder AppleShowAllFiles -bool true; killall Finder //显示隐藏文件 defaults write com.apple.finder AppleShowAllFiles -bool false; k 阅读全文
posted @ 2016-12-28 09:01 游泳的小叶子 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 在开发中经常遇到统计之类的需求,特此封装了一个简单的圆饼图和圆环图,效果图如下 代码下载地址:https://github.com/minyahui/MYHCricleView.git 阅读全文
posted @ 2016-12-07 17:14 游泳的小叶子 阅读(786) 评论(0) 推荐(0) 编辑
摘要: 前段时间公司要求做一个统计,用swift3.0写的,因此整理了一下demo,直接上图 代码下载地址:https://github.com/minyahui/MYHChartView 阅读全文
posted @ 2016-11-11 17:24 游泳的小叶子 阅读(1152) 评论(0) 推荐(0) 编辑