XiaoKL

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

2015年7月11日

Android.技术站点

摘要: 总结Android相关的技术站点和blog 1. http://android-developers.blogspot.com/ 首推这个blog,有时间需要每篇blog读一遍。 2. nlopez http://nlopez.io 3. Famous Blog in Android Applica 阅读全文

posted @ 2015-07-11 19:14 XiaoKL 阅读(232) 评论(0) 推荐(0) 编辑

2015年7月10日

ObjC.class-cluster

摘要: class clusterIn a class cluster, only an abstract superclass is public. Allocating an instance actually createsan object of a private subclass. As suc... 阅读全文

posted @ 2015-07-10 11:44 XiaoKL 阅读(212) 评论(0) 推荐(0) 编辑

ObjC.primitive-methods

摘要: Primitive Method"When it comes to subclassing, knowing which methods are ‘primitive’ methods is important.The notion of primitive methods are those me... 阅读全文

posted @ 2015-07-10 10:48 XiaoKL 阅读(218) 评论(0) 推荐(0) 编辑

2015年7月6日

SoftwareEngineering.APIDesign.iOS

摘要: API Design for iOS/Mac (Objective-c Edition)1. UI Control Library API的设计和已有组件保持一致(例如: 使用标准的API, 模型,模式)可以使Developer更易理解。Class interfaceRule1: 使用该平台常用/通... 阅读全文

posted @ 2015-07-06 19:53 XiaoKL 阅读(229) 评论(0) 推荐(0) 编辑

2015年7月2日

Linux.CommanlineTool.grep

摘要: grep1 grep [options] PATTERN [FILE...]2 grep [options] [-e PATTERN | -f FILE] [FILE...]1. grep的Regular ExpressionRef[1]A): 匹配单字符reg ex中基本的构建块是匹配单个字符的r... 阅读全文

posted @ 2015-07-02 16:34 XiaoKL 阅读(229) 评论(0) 推荐(0) 编辑

2015年7月1日

Site.ForProductsOfApple

摘要: 1.cultofmachttp://www.cultofmac.com/2. imorehttp://www.imore.com/3. osxdailyhttp://osxdaily.com/ 阅读全文

posted @ 2015-07-01 00:42 XiaoKL 阅读(130) 评论(0) 推荐(0) 编辑

2015年6月24日

iOS.UI.UIWindow

摘要: UIWindow1. UIWindow2. UIWindow的使用场景2.1 额外添加的Window需要手动进行旋转最近有遇到一个UIWindow的使用场景:在ApplicationDelegate.window之外额外创建了一个UIWindow对象(下文称为:otherWin)。otherWin的... 阅读全文

posted @ 2015-06-24 16:04 XiaoKL 阅读(307) 评论(0) 推荐(0) 编辑

2015年6月13日

MacDev.GarbageCollectionIsDeprecated-WhenXcodeCompileMacAppProject

摘要: Garbage Collection is not supported当Xcode编译Mac OSX App时报错:"Garbage Collection is not supported"的解决办法:1. 不需要迁移到ARC仍然可以编译通过"If your project is imported ... 阅读全文

posted @ 2015-06-13 19:52 XiaoKL 阅读(196) 评论(0) 推荐(0) 编辑

2015年6月4日

Thrift.0

摘要: 0. Thrift的特性1. 安装Thrift编译器[Todo]http://thrift.apache.org/docs/install/http://thrift.apache.org/docs/install/os_x2. Thrift类型 (Thrift Type)[Ref]: http:/... 阅读全文

posted @ 2015-06-04 15:24 XiaoKL 阅读(272) 评论(0) 推荐(0) 编辑

Thrift.1

摘要: 1. 依据thrift生成相对应语言的代码[Ref]: http://wiki.apache.org/thrift/ThriftGeneration[Todo]2. 如何使用生成的代码[Ref]:http://wiki.apache.org/thrift/ThriftUsage[Todo]3. 如何... 阅读全文

posted @ 2015-06-04 15:23 XiaoKL 阅读(216) 评论(0) 推荐(0) 编辑

2015年5月28日

iOS.CodeSign

摘要: Inside Code Signing 1. Code Signing需要的基础组件: 证书,私钥 As an iOS developer, chances are you have a certificate, a public key, and a private key on your dev 阅读全文

posted @ 2015-05-28 20:10 XiaoKL 阅读(1205) 评论(0) 推荐(0) 编辑

2015年5月27日

iOS.Crash.Case-[__NSArrayM objectForKeyedSubscript:]

摘要: 1. [__NSArrayM objectForKeyedSubscript:]: unrecognized selector sent to instance - source code and screenshot attached http://stackoverflow.com/questi 阅读全文

posted @ 2015-05-27 19:16 XiaoKL 阅读(1415) 评论(0) 推荐(0) 编辑

2015年5月16日

iOS.Objective-C.Dependency.Graphing-v0.1

摘要: 当Project越来越复杂,模块间的依赖就会很复杂,不合理的依赖就出现:不必要的依赖,双向依赖等等。在iOS Application Project中可以将依赖定义为:对某个头文件的import。例如: 1 /** 2 * DSUser.m 3 */ 4 5 #import "DSUser.... 阅读全文

posted @ 2015-05-16 21:35 XiaoKL 阅读(274) 评论(0) 推荐(0) 编辑

iOS.AutoLayout.2.CustomView-with-AutoLayout

摘要: Custom View Which Support AutoLayout 创建支持AutoLayout的Custom View AutoLayout 通过使view更加的自组织来减轻controller类的负担。 当实现custom view类时,需要提供足够的信息来使AutoLayout系统能够正 阅读全文

posted @ 2015-05-16 18:46 XiaoKL 阅读(512) 评论(0) 推荐(0) 编辑

2015年5月14日

iOS.Crash.OniOS8.WhenCall[popToRootViewController]

摘要: 系统iOS 8.x, ARC。CrashCase:在UIViewController中有一个类型为UIScrollView的实例变量scrollView,点击UIViewController中的某个按钮时调用"[self.navigationController popViewControllerA... 阅读全文

posted @ 2015-05-14 19:37 XiaoKL 阅读(711) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

导航