会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DremoMonster
博客园
首页
新随笔
联系
管理
订阅
2017年5月7日
Xcode终端常用的指令-终端输入
摘要: 1.Xcode中显示工程编译的时间 defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES
阅读全文
posted @ 2017-05-07 15:21 Dremo
阅读(682)
评论(0)
推荐(0)
2016年4月20日
iOS - Carthage的使用
摘要: Carthage Github地址:https://github.com/Carthage/Carthage 1. 安装Carthage pkg包地址:https://github.com/Carthage/Carthage/releases 2. Xcode文件夹中建立 Cartfile 3.在该
阅读全文
posted @ 2016-04-20 14:25 Dremo
阅读(348)
评论(0)
推荐(0)
2016年4月9日
iOS - OC 和 swift混编工程设置
摘要: OC项目中添加swift文件 1. 系统会自动创建一个 OCAndSwiftDemo(工程名字)-Bridging-Header.h 这样的bridging文件 2. 需要被swift调用的OC文件的.h文件添加到bridging文件中 3.这个头文件会自动加入 4.OC中引用swift的文件 需要
阅读全文
posted @ 2016-04-09 09:53 Dremo
阅读(416)
评论(0)
推荐(0)
2016年2月25日
iOS - UITextField 限制输入长度
摘要: // 备注名字长度 #define kRemarkNanmeLens 10 1.addTarget 和 设置代理 [self.textField addTarget:self action:@selector(textFieldEditChanged:) forControlEvents:UICon
阅读全文
posted @ 2016-02-25 18:05 Dremo
阅读(682)
评论(0)
推荐(0)
2016年2月19日
iOS - Storyboard 使用 UIRefreshControl 下拉刷新
摘要: 1. 使用条件: 在UITableViewController中使用 2.可以通过代码 : [self.refreshControl addTarget:self action:@selector(refreshControlAction:) forControlEvents:UIControlEv
阅读全文
posted @ 2016-02-19 11:12 Dremo
阅读(334)
评论(0)
推荐(0)
2016年1月28日
HTTP 状态码
摘要: HTTP状态码汇总 编号名称解释 1️⃣❌❌ 🔴🔴🔴 1xx消息 这一类型的状态码,代表请求已被接受,需要继续处理。这类响应是临时响应,只包含状态行和某些可选的响应头信息,并以空行结束。由于HTTP/1.0协议中没有定义任何1xx状态码,所以除非在某些试验条件下,服务器禁止向此类客户端发送1x
阅读全文
posted @ 2016-01-28 16:21 Dremo
阅读(177)
评论(0)
推荐(0)
公告