等待研究

来源:互联网 发布:云计算 搜索技术 编辑:程序博客网 时间:2024/05/16 00:59

1.cocos2dx多线程

http://www.cocoachina.com/bbs/read.php?tid=110448


2.libcurl跨平台下载

http://curl.haxx.se/libcurl/c/curl_easy_setopt.html

http://www.cnblogs.com/moodlxs/archive/2012/10/15/2724318.html


3.ccsprite图片替换

CCSprite  *background=CCSprite::create("Default.png");

CCTexture2D *texture =CCTextureCache::sharedTextureCache()->addImage("Justme_logo.png");

background->setTexture(texture);






原创粉丝点击