摘要:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { UITableViewCell *cell = [tableView dequeueRe... 阅读全文
阅读排行榜
iOS 获取全局唯一标示符
2014-03-28 14:23 by 三戒1993, 201 阅读, 收藏,
摘要:
这个方法用来产生一个唯一的标示符,每次调用都会不一样,所以可以用当作一些临时缓存文件的名字 NSString *identifier = [[NSProcessInfo processInfo] globallyUniqueString]; NSLog(@"identif... 阅读全文
[ZZ]Unity3D实用工具汇总
2012-11-16 16:00 by 三戒1993, 201 阅读, 收藏,
摘要:
Unity3D实用工具汇总1. Free Shader editor 免费shaser编辑器http://forum.unity3d.com/threads/56180-Strumpy-Shader-Editor-Beta-3.0-released-%28vertex-lighting-suppor... 阅读全文
iOS检测QQ是否安装
2014-08-06 09:17 by 三戒1993, 200 阅读, 收藏,
摘要:
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"mqq://"]]) { NSLog(@"install--"); }else{ NSLog(@"no---"); } 这个 mqq 是... 阅读全文
Android内核剖析读书笔记(1)—Framework概述
2013-07-29 10:04 by 三戒1993, 200 阅读, 收藏,
摘要:
一、Framework组成1.服务端组成a.WindowManagerService 决定各窗口的叠放次序、隐藏或者显示窗口b.ActivityManagerService管理应用程序中所有的activityc.KeyQ Wms内部类,继承于KeyInputQueue,一旦创建就会立即启动一个线程负... 阅读全文
浙公网安备 33010602011771号