04 2015 档案

摘要:1.首先到开发者账号那里去创建AppID,设置好Bundle ID2.到Itunes Center去创建一个开启GameCenter的应用,设置好Bundle ID与第一步一样;3.在game 立面加一些gameCenter 帮助代码4.真机测试一定要 在设置里,gameCenter里面开启沙盒模式... 阅读全文
posted @ 2015-04-16 00:03 Mareon 阅读(183) 评论(1) 推荐(0)
摘要:SystemHelper::createLocalNotification(someTask.seconds, SystemHelper::getLocalizedText("Task_Finish"));void SystemHelper::createLocalNotification(unsi... 阅读全文
posted @ 2015-04-14 12:37 Mareon 阅读(211) 评论(0) 推荐(0)
摘要:#include #include using namespace std;class card{ private: int a[5][5];//原题 int b[5][5];//解决方案 int c[5][5];/... 阅读全文
posted @ 2015-04-12 14:17 Mareon 阅读(178) 评论(0) 推荐(0)
摘要:static const char* getLocalizedText(const char* pKey, const char* pTableName = NULL);const char* SystemHelper::getLocalizedText(const char *pKey, cons... 阅读全文
posted @ 2015-04-07 12:21 Mareon 阅读(147) 评论(0) 推荐(0)