码迷,mamicode.com
首页 >  
搜索关键字:actions    ( 1044个结果
Cocos2D-Android-1之源码详解:5.Box2dTest
packageorg.cocos2d.tests;importjava.util.Iterator;importorg.cocos2d.actions.UpdateCallback;importorg.cocos2d.config.ccMacros;importorg.cocos2d.events.CCTouchDispatcher;importorg.cocos2d.layers.CCLayer;importorg.cocos2d.layers.CCScene;importorg.cocos2d.nodes..
分类:移动开发   时间:2015-12-09 19:56:08    阅读次数:685
cocos2dx 3.4 测试例 目录
ActionManager 动作管理Actions-Basic 按引导移动Actions-Ease 缓动Actions-Progress 渐渐显示Allocator-Basic std 的 allocator 封装内存的分配和释放audio-cocosdenshion 音乐audio-NewAudi...
分类:其他好文   时间:2015-12-09 19:03:54    阅读次数:164
Cocos2D-Android-1之源码详解:3.ActionsTest
packageorg.cocos2d.tests;importjava.io.IOException;importjava.io.InputStream;importjavax.microedition.khronos.opengles.GL10;importorg.cocos2d.actions.base.CCAction;importorg.cocos2d.actions.base.CCFollow;importorg.cocos2d.actions.base.CCRepeatForever;import..
分类:移动开发   时间:2015-12-09 07:26:29    阅读次数:291
Cocos2D-Android-1之源码详解:2.ActionManagerTest
//现在我们开始注释,他的第一个activitypackageorg.cocos2d.tests;importorg.cocos2d.actions.CCActionManager;importorg.cocos2d.actions.base.CCAction;importorg.cocos2d.actions.instant.CCCallFunc;importorg.cocos2d.actions.instant.CCCallFuncN;importorg.cocos2d.act..
分类:移动开发   时间:2015-12-08 07:15:21    阅读次数:289
请求的报的一般错误:One or more post-processing actions failed. Consult the OPP service log for details.
如何查看OPP service log:SELECT fcpp.concurrent_request_id req_id, fcp.node_name, fcp.logfile_name FROM fnd_conc_pp_actions fcpp, fnd_concurrent_processes....
分类:其他好文   时间:2015-12-04 20:53:48    阅读次数:178
使用fiddler的过滤条件
使用fiddler抓包的时候经常一下子显示很多的记录,看的眼花缭乱,需要这时候需要使用过滤条件来帮助你,一般常用的有三种过滤条件:1.域名过滤,只显示特定域名的记录:过滤的条件,如果前面有二级域名可以用*号代替,只过滤一级域名,设置好了后一定要点击Actions生效;2.类型过滤,一般对各种图片、C...
分类:其他好文   时间:2015-12-02 12:31:43    阅读次数:113
[Redux] Reducer Composition with Arrays
In the previous lesson we created a reducer that can handle two actions, adding a new to-do, and toggling an existing to-do. Right now, the code to up...
分类:其他好文   时间:2015-12-02 06:37:18    阅读次数:185
apache配置常用模块
需要加载的模块列表LoadModule php5_module modules/libphp5.soLoadModule actions_module modules/mod_actions.soLoadModule alias_module modules/mod_alias.soL...
分类:Web程序   时间:2015-11-28 13:38:07    阅读次数:180
Codeforces Round #332 (Div. 2)D. Spongebob and Squares 数学
D. Spongebob and SquaresSpongebob is already tired trying to reason his weird actions and calculations, so he simply asked you to find all pairs of n ...
分类:其他好文   时间:2015-11-21 18:12:58    阅读次数:267
yii 验证码的使用和验证过程
如果要实现这个过程的话,需要几个步骤第一步就是controller的操作在要操作的控制器中添加如下代码:public function actions(){return array( // captcha action renders the CAPTCHA image displayed on t...
分类:其他好文   时间:2015-11-17 08:24:26    阅读次数:138
1044条   上一页 1 ... 82 83 84 85 86 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!