摘要: 一、获取系统所支持的国际化信息[代码]二、对字符串进行国际化1. 应用NSLocalizedString宏[代码]NSString*testStr=(@"thisisatestNSString",@"这是测试字符串");2. 为每个支持的语言创建目录在项目路径下,为所要支持的语言创建目录。比如要支持英语和中文,在项目下创建en.lproj和zh.lproj目录。3. 使用Terminal的gens... 阅读全文
posted @ 2010-01-19 13:51 Dameng.Gu 阅读(800) 评论(0) 推荐(0) 编辑
摘要: What's Empire EFI Well as we all do know that PY$TAR has came up with a simplified installation solution for installing Snow Leopard on PC. Its not something original as they have ripped the great wor... 阅读全文
posted @ 2010-01-12 19:59 Dameng.Gu 阅读(5752) 评论(1) 推荐(0) 编辑
摘要: 摘自国外某位技术人员的博客After initiating installation of Oracle Client 11g (11.1.0.6.0) installation stopped on prerequisite checks with error:Checking operating system requirements …Expected result: One o... 阅读全文
posted @ 2010-01-07 11:09 Dameng.Gu 阅读(1109) 评论(0) 推荐(0) 编辑
摘要: 简单扼要的记录一下,其实iPhone开发很简单。1. 有用一台装有mac os x 1.5.8以上的电脑(黑苹果白苹果无所谓,但是要开发OpenGL ES的程序,对于黑苹果最好保证显卡驱动完美)。2. 在http://developer.apple.com/注册一个苹果开发者帐号,一来是为了下载最新的SDK,二来是日后参考在线的开发文档。3. 下载SDK并依照提示进行安装(下载时注意版本,1.5.... 阅读全文
posted @ 2009-12-23 16:54 Dameng.Gu 阅读(449) 评论(1) 推荐(0) 编辑