- 在 bash 里,使用 Ctrl-R 而不是上下光标键来查找历史命令。
- 在 bash里,使用 Ctrl-W 来删除最后一个单词,使用 Ctrl-U 来删除一行。
iOS10适配
NSPhotoLibraryUsageDescription App需要您的同意,才能访问相册
NSAppleMusicUsageDescription App需要您的同意,才能访问媒体资料库
NSCameraUsageDescription App需要您的同意,才能访问相机 NSMicrophoneUsageDescription App需要您的同意,才能访问麦克风 NSLocationUsageDescription App需要您的同意,才能访问位置 NSLocationWhenInUseUsageDescription App需要您的同意,才能在使用期间访问位置 NSLocationAlwaysUsageDescription App需要您的同意,才能始终访问位置 NSCalendarsUsageDescription App需要您的同意,才能访问日历 NSRemindersUsageDescription App需要您的同意,才能访问提醒事项 NSMotionUsageDescription App需要您的同意,才能访问运动与健身 NSHealthUpdateUsageDescription App需要您的同意,才能访问健康更新 NSHealthShareUsageDescription App需要您的同意,才能访问健康分享 NSBluetoothPeripheralUsageDescription App需要您的同意,才能访问蓝牙
github oc 今日热门 https://github.com/kasketis/netfox https://github.com/cjwirth/awesome-ios-ui https://github.com/allenwong/30DaysofSwift https://github.com/danielgindi/ios-charts
http://blog.csdn.net/tonny_guan/article/details/47748537
刷新 DNS
sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder;say flushed
pod install 提速
pod install --no-repo-update --verbose
iOS9网络适配加入字段
NSAppTransportSecurityNSAllowsArbitraryLoads
pch位置
$(SRCROOT)/test.pch
mrc编译
-fno-objc-arc
新界面指导,引导用户尽快知道新功能在哪里
安卓资源收藏:
定义 动画时间时
static const NSTimeInterval showOrHideCountryView = 0.3;/**< 显示与隐藏区域选择view的动画时长 */