Sportica   Sportica
上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页
摘要: Unity3D 导入Xcode 工程后。编译很慢选择Targets-->Build options -->debug information format 然后选择DWARF这样再次编译的时候速度就很快了。 阅读全文
posted @ 2014-07-25 18:29 qingjoin 阅读(2124) 评论(0) 推荐(0) 编辑
摘要: 英语字根- 1,ag=do,act 做,动- 2,agri=field 田地,农田(agri也做agro,agr)- 3,ann=year年- 4,audi=hear听- 5,bell=war战争- 6,brev=short短- ... 阅读全文
posted @ 2014-07-23 23:50 qingjoin 阅读(729) 评论(0) 推荐(0) 编辑
摘要: iOS 开发者账号有时候需要多台Mac 一起用。这个时候就得要证书了,首先如果一个账号能在第一台电脑上能正常使用了。那么这时就可以把相应的证书导出来,再台PC的时候也可以用。先导私有的证书。这个是第一次上传的时候生成的打开Keychain Access -->certificates -->>然后找... 阅读全文
posted @ 2014-07-21 17:32 qingjoin 阅读(14272) 评论(0) 推荐(0) 编辑
摘要: 去掉日志#ifndef __OPTIMIZE__#define NSLog(...) NSLog(__VA_ARGS__)#else#define NSLog(...){}#endif打开Xcode -->>product -->scheme -->>edit scheme -->info 设置de... 阅读全文
posted @ 2014-07-14 14:44 qingjoin 阅读(246) 评论(0) 推荐(0) 编辑
摘要: openssl pkcs12-inCertificates.p12-outCertificates.pem-nodes需要通过终端命令将这些文件转换为PEM格式:openssl pkcs12 -clcerts -nokeys -out apns-dev-cert.pem -in apns-dev-c... 阅读全文
posted @ 2014-07-07 16:20 qingjoin 阅读(2220) 评论(1) 推荐(0) 编辑
摘要: Linode 口碑还是不错的。只不过价格有点小贵。20刀每月,只能用信用卡支付!。不过一分钱一分货,用起来速度妥妥的 下面介绍下在Mac 下搭建Linode 的VPN 服务 新注册的用户可以填写我的 referral code 优惠码: 34345b67c646944ead36d457a1e9340 阅读全文
posted @ 2014-06-27 15:08 qingjoin 阅读(8960) 评论(6) 推荐(0) 编辑
摘要: 原地址:http://codingnow.cn/git/228.html1. git分支简介使用分支可以让你从开发主线上分离开来,然后在新的分支上解决特定问题,同时不会影响主线。像其它的一些版本控制系统,创建分支需要创建整个源代码目录的副本。而Git 的分支是很轻量级的,因为Git保存的不是文件差异... 阅读全文
posted @ 2014-06-12 13:07 qingjoin 阅读(332) 评论(0) 推荐(0) 编辑
摘要: NSDictionary *dic = [NSDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithInt:2] , @"actcode",nil]; //首先设置需要通知的方法。加入通知中心。比如当程序跑到这时就通知游戏 ... 阅读全文
posted @ 2014-06-11 16:37 qingjoin 阅读(2310) 评论(0) 推荐(1) 编辑
摘要: 首先在工程中加入XXX plist 配置文件。 然后在key 输入名字比如allsdk value 里填写.a 文件的名字NSString *plistPath = [[NSBundle mainBundle]pathForResource:@"Pc_sdk" ofType:@"plist"]; ... 阅读全文
posted @ 2014-06-10 10:31 qingjoin 阅读(404) 评论(0) 推荐(0) 编辑
摘要: NSData *jsonContent = [[userInfo objectForKey:@"acme"] dataUsingEncoding:NSUTF8StringEncoding]; NSDictionary * jsonDic = nil; NSError *error... 阅读全文
posted @ 2014-05-08 14:38 qingjoin 阅读(706) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页
  Sportica