再次接触OC
做游戏的经常会接触到oc,时时的现学现用,但是最近项目上遇到的一些不得不在oc代码端处理的问题,无奈之下,不得再次与oc相遇 网上看了一些博客,首先推荐这个 http://blog.csdn.net/ Continue reading 再次接触OC
WordPress数据库错误: [Got error 28 from storage engine]SHOW FULL COLUMNS FROM `wp_options`
WordPress数据库错误: [Got error 28 from storage engine]SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (283, 343) ORDER BY t.name ASC
做游戏的经常会接触到oc,时时的现学现用,但是最近项目上遇到的一些不得不在oc代码端处理的问题,无奈之下,不得再次与oc相遇 网上看了一些博客,首先推荐这个 http://blog.csdn.net/ Continue reading 再次接触OC
1. install cocoapods
|
1 |
$ sudo gem install cocoapods |
output error: [crayon-6a7c37ad00558567452090/ Continue reading MacOS: install CocoaPods output error