会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
举个栗子
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2016年11月12日
在Mac OS X 下快速安装Nginx
摘要: 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
阅读(428)
评论(0)
推荐(0)
2016年10月24日
升级Xcode8控制台打印出来这些东西
摘要: 升级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
阅读(174)
评论(0)
推荐(0)
2016年9月6日
切换根控制器
摘要: Incompatible pointer types assiging to "UIViewController" *_Nullable' from 'AppDelegate*' 本人遇到此问题的情况:在AppDelegate.h中判断版本号时,进行跳转引导页或主控制器。 self.window.r
阅读全文
posted @ 2016-09-06 22:01 liyongjie
阅读(185)
评论(0)
推荐(1)
2016年8月17日
ios导航器跳转动画
摘要: 出栈或压栈简单实现动画 CATransition *animation1=[CATransition animation];//类方法创建一个切换对象 animation1.duration=0.45;//动画持续时间 animation1.type=@"cube";//动画效果 // ripple
阅读全文
posted @ 2016-08-17 09:25 liyongjie
阅读(304)
评论(0)
推荐(2)
2016年8月3日
Xcode使用HTTP配置
摘要: 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
阅读(619)
评论(0)
推荐(2)
2016年7月21日
OC编码问题输出中文
摘要: #import <Foundation/Foundation.h> int main(int argc, const char * argv[]) { @autoreleasepool { NSMutableArray *arr=[NSMutableArray arrayWithObjects:@"
阅读全文
posted @ 2016-07-21 22:28 liyongjie
阅读(849)
评论(0)
推荐(2)
上一页
1
2
公告