
转载
xixi_Lee
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
面试题-1
转自 http://www.itjhwd.com/ioscxymsyzywt/ 1、自动释放池是什么,如何工作? 当您向一个对象发送一个autorelease消息时,Cocoa就会将该对象的一个引用放入到最新的自动释放池。它仍然是个正当的对象,因此自动释放池定义的作用域内的其它对象可以向它发送消息。当程序执行到作用域结束的位置时,自动释放池就会被释放,池中的所有对象也就转载 2014-11-29 17:11:48 · 525 阅读 · 0 评论 -
SQLServer 2008 还原数据库备份不兼容
转自 http://www.cnblogs.com/daomul/archive/2013/03/05/2942589.html 今天准备还原一个数据库备份的时候,弹出这样的错误:System.Data.SqlClient.SqlError: 该数据库是在运行版本 10.50.1600 的服务器上备份的。该版本与此服务器(运行版本 10.00.1600)不兼容。请在支持该备份的服务器上还原该数转载 2014-12-06 20:47:09 · 7463 阅读 · 0 评论 -
AppStore被Rejected 的各种原因
转载▼查看原文: http://www.heyuan110.com/2014/10/06/AppStore被Rejected的各种原因/1. Terms and conditions(法律与条款)1.1 As a developer of applications for the App Store you arebound by the terms of the Prog转载 2015-06-29 10:43:26 · 1780 阅读 · 0 评论 -
UIBezierPath贝塞尔弧线 附代码
//根据一个矩形画曲线+ (UIBezierPath*)bezierPathWithRect:(CGRect)rect//根据矩形框的内切圆画曲线+ (UIBezierPath*)bezierPathWithOvalInRect:(CGRect)rect//根据矩形画带圆角的曲线+ (UIBezierPath*)bezierPathWithRound转载 2015-06-29 15:40:34 · 1019 阅读 · 0 评论 -
Crash
原文地址:http://my.oschina.net/u/1418722/blog/349581Outline如何获得crash日志如何解析crash日志如何分析crash日志 1. iOS策略相关 2. 常见错误标识 3. 代码bug一、如何获得crash日志当一个iOS应用程序崩溃时,系统会创建一份crash日志保存在转载 2016-02-15 12:16:18 · 401 阅读 · 0 评论