摘要: Centos 8系统 原因一:没访问权限 查看权限方式 ls -l /home/work/nginx/html/ 1 777 nginx 279 Feb 22 20:41 game_config.php 为无权限 新增权限 chmod -R 666 /home/work/nginx/html/gam 阅读全文
posted @ 2022-02-22 21:21 I Coding 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 1.采用 CheckForIllegalCrossThreadCalls = false; 2.采用 Control.Invoke方法 3.采用 SynchronizationContext方法 来自大佬 --》https://www.cnblogs.com/lzxianren/p/Synchron 阅读全文
posted @ 2022-04-12 20:01 I Coding 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 编写时间:2013年05月07日15:44:36所用工具:粒子系统编辑器——ParticleDesigner用ParticleDesigner做完想要的粒子后,将保存的plist和png放进Resources。CCParticleSystem *system; system = [ARCH_OPTIMAL_PARTICLE_SYSTEMparticleWithFile:@"fireParticle.plist"]; //预加载粒子 system.position = shotPos; //指定粒子开始位置 [game addChild:system]; //将粒子放进游戏. 阅读全文
posted @ 2013-05-07 16:11 I Coding 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 编写日期:2013年02月02日15:53:43示例一:让一精灵来回移动关键字:CCMoveBy、CCRepeatForever、reverse()CCMenuItemImage* playItem = CCMenuItemImage::create( "CloseNormal.png", "CloseSelected.png", this, menu_selector(GameW... 阅读全文
posted @ 2013-02-02 15:52 I Coding 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 时间:2013年01月30日18:06:36错误一:产生原因:C++ 其他类导入该类,该类不能改名。若改名出现该错误。错误提示:Redefinition of 'Person' as different kind of symbol解决方法:将引用的该类的注释掉。运行后,将注释改回来。错误二:产生原因:Build Phases-->Compile Sources缺少类。错误提示:The selected destination does not support the architecture for which the selected software is buil 阅读全文
posted @ 2013-01-30 18:15 I Coding 阅读(3960) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-11-19 10:16 I Coding 阅读(6) 评论(0) 推荐(0) 编辑