摘要:
T1LayerAnchorPoint.h 1 #pragma once 2 #include "cocos2d.h" 3 USING_NS_CC; 4 5 class T1LayerAnchorPoint:public CCLayer 6 { 7 public: 8 //create->init 9 阅读全文
posted @ 2018-01-24 18:36
喵小喵~
阅读(206)
评论(0)
推荐(0)
摘要:
创建一个层T1LayerAnchorPoint AppDelegate.cpp 1 bool AppDelegate::applicationDidFinishLaunching() { 2 // initialize director 3 auto director = Director::get 阅读全文
posted @ 2018-01-24 17:13
喵小喵~
阅读(163)
评论(0)
推荐(0)
摘要:
调用关系: AppDeligate.cpp 1 bool AppDelegate::applicationDidFinishLaunching() { 2 // initialize director 3 auto director = Director::getInstance(); 4 auto 阅读全文
posted @ 2018-01-24 16:30
喵小喵~
阅读(180)
评论(0)
推荐(0)
摘要:
单线程运行时间: 多线程运行时间; 代码: 阅读全文
posted @ 2018-01-24 12:15
喵小喵~
阅读(1098)
评论(0)
推荐(0)
摘要:
一.准备工作: sqlite3工具集:链接:https://pan.baidu.com/s/1mjufXZa 密码:2ui7 安装步骤: 2.添加sqlite3.exe的环境变量 这里是把sqlite3.exe放在C盘根目录,所以这样添加系统变量 添加好以后,打开cmd,输入sqlite3,如果出现 阅读全文
posted @ 2018-01-24 10:30
喵小喵~
阅读(983)
评论(0)
推荐(0)

浙公网安备 33010602011771号