cocos2dx cocos2dx 基础概念 cocos2dx 基础概念 创建精灵的三种方式: 直接创建 auto sprite = Sprite::create("HelloWorld.png"); sprite->setAnchorPo... 08月23日 热度3,703 度 发表评论 阅读全文
技巧 make 检测到时钟错误。您的创建可能是不完整的 make 检测到时钟错误。您的创建可能是不完整的 这个问题的原因,主要是文件的访问时间与修改时间,在当前的linux系统时间之后。解决方法如下: 运行以下命令 find . -type f -exec... 08月22日 热度4,319 度 发表评论 阅读全文
svn SVN db/txn-current-lock 拒绝访问 Permission denied SVN db/txn-current-lock 拒绝访问 Permission denied Can’t open file ‘XXXXXXXX/db/txn-current-lock’: 拒绝访问。... 08月22日 热度5,227 度 发表评论 阅读全文
wordpress wordpress开启https支持(nginx和apache) wordpress开启https支持(nginx和apache) nginx配置ssl 新增配置文件ssl.conf 对80和443端口进行监听,并将80端口收到的所有http请求转为https请求 ... 08月21日 热度4,449 度 发表评论 阅读全文
cocos2dx Cocos2D界面切换方式 Cocos2D界面切换方式 切换效果如下: CCTransitionFade, //渐隐效果 CCTransitionFadeTR, //碎片效果 CCTransitionJumpZoom, //跳动... 08月20日 热度3,870 度 发表评论 阅读全文
技巧 Download interrupted: Connection to https://dl-ssl.google.com refused解决方法 Download interrupted: Connection to https://dl-ssl.google.com refused解决方法 1. 拷贝C:\Windows\System32\d... 08月18日 热度3,972 度 发表评论 阅读全文
ACM 杭电ACM1002 杭电ACM1002 #include <stdio.h> #include <string.h> int main() { char a={0}; int c={0}; int... 08月17日 热度4,246 度 发表评论 阅读全文
ACM 杭电ACM2017 杭电ACM2017 #include <stdio.h> #include <string.h> int main(void) { int n; char a; int i,c... 08月17日 热度4,385 度 发表评论 阅读全文