摘要: 显示:defaults write com.apple.finderAppleShowAllFiles -bool true隐藏:defaults write com.apple.finderAppleShowAllFiles -bool false 阅读全文
posted @ 2016-01-21 16:29 木子东晓东 阅读(1313) 评论(0) 推荐(0) 编辑
摘要: 设置天气http://openweather.weather.com.cn/Home/Help/Using.html 阅读全文
posted @ 2016-01-21 16:28 木子东晓东 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 原文 http://www.cocoachina.com/ios/20151118/14242.html本文是投稿文章,作者: IOS_Tips(微信公众号)“神在细节之中”Objective-C 是 C 语言的扩展,增加了动态类型和面对对象的特性。它被设计成具有易读易用的,支持复杂的面向对象设计的... 阅读全文
posted @ 2016-01-21 16:28 木子东晓东 阅读(183) 评论(0) 推荐(0) 编辑
摘要: //1.将两个经纬度点转成投影点MAMapPoint point1 = MAMapPointForCoordinate(CLLocationCoordinate2DMake(39.989612,116.480972));MAMapPoint point2 = MAMapPointForCoordin... 阅读全文
posted @ 2016-01-21 16:26 木子东晓东 阅读(6846) 评论(0) 推荐(0) 编辑
摘要: 查看分支: $ git branch 该命令会类出当先项目中的所有分支信息,其中以*开头的表示当前所在的分支。参数-r列出远程仓库中的分支,而-a则远程与本地仓库的全部分支。创建新分支: $ git branch testing 创建一个名为testing的分支切换分支: $ git checkou... 阅读全文
posted @ 2016-01-21 16:23 木子东晓东 阅读(725) 评论(0) 推荐(0) 编辑
摘要: 把$(PODS_ROOT)的字段添加到User Header Search Paths的文件路径下 阅读全文
posted @ 2016-01-21 16:21 木子东晓东 阅读(169) 评论(0) 推荐(0) 编辑
摘要: [[AFAppDotNetAPIClient sharedClient] POST:path parameters:dic constructingBodyWithBlock:^(id _Nonnull formData) { if (fieldArr != nil) { for (int i =... 阅读全文
posted @ 2016-01-21 16:16 木子东晓东 阅读(234) 评论(0) 推荐(0) 编辑