摘要: 1 安装brew—brew是Mac OS X 下的软件管理工具 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2 安装nginx brew install nginx 阅读全文
posted @ 2016-11-12 17:01 liyongjie 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 升级Xcode 8之后每次控制台都会出现以下情况: subsystem: com.apple.BackBoardServices.fence, category: App, enable_level: 1, persist_level: 0, default_ttl: 0, info_ttl: 0, 阅读全文
posted @ 2016-10-24 09:36 liyongjie 阅读(169) 评论(0) 推荐(0) 编辑
摘要: Incompatible pointer types assiging to "UIViewController" *_Nullable' from 'AppDelegate*' 本人遇到此问题的情况:在AppDelegate.h中判断版本号时,进行跳转引导页或主控制器。 self.window.r 阅读全文
posted @ 2016-09-06 22:01 liyongjie 阅读(183) 评论(0) 推荐(1) 编辑
摘要: 出栈或压栈简单实现动画 CATransition *animation1=[CATransition animation];//类方法创建一个切换对象 animation1.duration=0.45;//动画持续时间 animation1.type=@"cube";//动画效果 // ripple 阅读全文
posted @ 2016-08-17 09:25 liyongjie 阅读(287) 评论(0) 推荐(2) 编辑
摘要: Xcode7 出现获取网络请求时出现如下异常: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be 阅读全文
posted @ 2016-08-03 13:29 liyongjie 阅读(591) 评论(0) 推荐(2) 编辑
摘要: #import <Foundation/Foundation.h> int main(int argc, const char * argv[]) { @autoreleasepool { NSMutableArray *arr=[NSMutableArray arrayWithObjects:@" 阅读全文
posted @ 2016-07-21 22:28 liyongjie 阅读(839) 评论(0) 推荐(2) 编辑