下坠的小鸟速算版是根据著名的像素鸟(flappy bird)改编而成的一款运行在pc
web上的游戏,它跟传统的玩法稍有不同,你必须时刻计算当前数字的倍数,以便为通过下一个数字缺口做准备,而不仅仅只是通过当前缺口。这不仅考验着您的速算功力,还对您的兼顾能力发起了挑战。ready?
Go!http:/...
分类:
移动开发 时间:
2014-04-29 14:50:47
阅读次数:
502
苹果:Instruments User GuideiPhone Memory
Debugging with NSZombie and Instruments苹果:Mac OS X Debugging Magic——高级瓶盖调试技巧必备
分类:
其他好文 时间:
2014-04-29 14:03:37
阅读次数:
451
1 package com.szy.status; 2 3 import
android.app.IntentService; 4 import android.app.Notification; 5 import
android.app.NotificationManager; 6 impor.....
分类:
其他好文 时间:
2014-04-29 13:32:48
阅读次数:
549
http://www.ttlsa.com/?s=sphinx
分类:
其他好文 时间:
2014-04-29 10:42:47
阅读次数:
229
package com.szy.shared.activity;import
android.app.Activity;import android.content.Context;import
android.content.SharedPreferences;import android.con...
分类:
其他好文 时间:
2014-04-29 10:34:47
阅读次数:
407
+ (instantClass *)sharedClient {static instantClass
*_sharedClient = nil;static dispatch_once_t
onceToken;dispatch_once(&onceToken, ^{_sharedClient = ...
分类:
移动开发 时间:
2014-04-29 10:27:47
阅读次数:
419
有一些数据类型是能够在 Core Foundation Framework 和 Foundation
Framework 之间交换使用的。这意味着,对于同一个数据类型,你既可以将其作为参数传入 Core Foundation 函数,也可以将其作为接收者对其发送
Objective-C 消息(即调用O...
分类:
移动开发 时间:
2014-04-29 10:22:46
阅读次数:
689
+ (SCLocationController *)sharedController{ static
SCLocationController *sharedController = nil; static dispatch_once_t onceToken;
dispatc...
分类:
移动开发 时间:
2014-04-29 10:12:46
阅读次数:
534
在接手别人的项目时发现一个问题:-Prefix.pch
预编译文件不能使用。1.首先借鉴的网站:http://blog.csdn.net/duxinfeng2010/article/details/8287550targets---build
settings---prefix Header 修改为...
分类:
移动开发 时间:
2014-04-29 09:22:46
阅读次数:
492
这里推荐20个可以帮你简化iOS
app开发流程的工具。很多开发者都使用过这些工具,涉及原型和设计、编程、测试以及最后的营销,基本上涵盖了整个开发过程。原型和设计有了一个很好的创意后,你要做的不是立刻编程,而是设计UI和创建原型,这样你才能知道app如何运行,根据用户体验需要做哪些调整。App
Co...
分类:
移动开发 时间:
2014-04-29 09:11:46
阅读次数:
1325