摘要:
## # Host Database # # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. ## 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 ... 阅读全文
摘要:
http://stackoverflow.com/questions/8682051/ios-application-how-to-clear-notifications up vote105down vote Just to expand on pcperini's answer. As he m 阅读全文
摘要:
up vote602down voteaccepted Removing CocoaPods from a project is possible, but not currently automated by the CLI. First thing, if the only issue you 阅读全文
摘要:
这个问题在stackoverflow上面有过讨论: Can not perform pod install under el capitan (15A279b) 被采纳的答案为:sudo gem install -n /usr/local/bin cocoapods 阅读全文
摘要:
Dot notation for message sending is not supported in lldb. Use bracket notation and cast the result to CGRect: 阅读全文
摘要:
1:Snippets Xcode 代码段的文件表示 ~/Library/Developer/Xcode/UserData/CodeSnippets/ 2: Services 可以添加workflow到这里来方便工作 ~/Library/Services/ 阅读全文
摘要:
打开”Find Navigator” 切换搜索模式到 “Find > Regular Expression” 输入@"[^"]*[\u4E00-\u9FA5]+[^"\n]*?" (swift请去掉”@” 输入@"[^"]*[\u4E00-\u9FA5]+[^"\n]*?" 就好了) 阅读全文
摘要:
1 Open QuickTime Player on Mac 2 top menu-- New Movie Recording 3 in Movie Recording UI, click the triangle beside red button, choose 'your iPhone' in 阅读全文
摘要:
https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/XcodeBuildSettingRef/1-Build_Setting_Reference/build_setting_ref.html h 阅读全文
摘要:
http://blog.jqian.net/post/git-submodule.html 使用git管理的项目开发中,如果碰到公共库和基础工具,可以用submodule来管理。 常用操作 例如, 公共库是 lib.git,地址:git@github.com:lib.git; 需要使用公共库的项目是 阅读全文