摘要:
在scope外进行静态变量声明,static const CGRect CouponListViewRect = CGRectMake(0.0,0.0,0.0,0.0);报错:Initializer element is not a compile-time constant原理:github上的回... 阅读全文
摘要:
MAC下Android的Eclipse开发环境的搭建MacroCheng 2011年9月30日一.Eclipse的下载 到网站:http://www.eclipse.org/downloads/ 上,由于我们是用Java开发的所以步骤如下:找到“Eclipse IDE for java Develo... 阅读全文
摘要:
主要功能:实现 网页离线加载。基本思想来源于AFCache。作者是Rob Napier(IOSX Programming的作者)。使用方法:To build, you will need the Reachability code from Apple (included). That requir... 阅读全文