码迷,mamicode.com
首页 >  
搜索关键字:call apply bind    ( 18595个结果
执?行?o?r?a?c?l?e?函?数?的?四?种?方?法
1.在定义函数时:如果有参数,则参数可有类型但是不加长度。2.在执行函数:var/variablevar_namevar_type(如果数据类型是number则没有长度,如果数据类型是varchar2,则可以写长度) call(此处不能用exec)函数名(参数)into:var_n...
分类:其他好文   时间:2014-07-10 13:00:04    阅读次数:216
cocos2dx-lua+cocosbuilder开发问题汇总1
mac 10.9.1xcode 5.0.2cocos2dx 2.2.2cocosBuilder 3.0-alpha5问题1、 每次脚本有改动,Xcode都要清理。问题2、Get data from file(.ccbi) failed!问题3、attempt to call field 'setPo...
分类:其他好文   时间:2014-07-10 12:58:02    阅读次数:328
[android错误] requires API level *
Call requires API level 3 (current min is 1): android.content.res.Resources#getBoolean参考文档:http://stackoverflow.com/questions/10322482/android-lint-er...
分类:移动开发   时间:2014-07-10 00:41:18    阅读次数:280
[cb]Unity Editor Toolbar 编辑器扩展
1、Apply to Prefab [把改动应用到Prefab]if (GUILayout.Button("Apply Collider To Prefab")) { PrefabUtility.ReplacePrefab(simActor.Pre...
分类:其他好文   时间:2014-07-10 00:24:37    阅读次数:744
[android警告]AndroidManifest.xml警告 Not targeting the latest versions of Android
警告:Not targeting the latest versions of Android; compatibility modes apply.Consider testing and updating this version. Consult the android.os.Build.VE...
分类:移动开发   时间:2014-07-09 23:56:40    阅读次数:431
分布式通信的几种方式
RPC(remote produce calL)RPC是远程过程调用协议,它是基于C/S模型调用的机制,客户机向服务器端发送调用请求等待服务器应答,是一种典型的请求应答机制,大致过程可以理解为本地分布式对象向本机发请求,不用自己编写底层通信本机会通过网络向服务器发送请求,服务器对象接受参数后,经过处...
分类:其他好文   时间:2014-07-07 22:40:52    阅读次数:353
通过控制高度来控制搜索条件
需求:通过更多按钮来实现搜索条件的收缩和展开。以前没做过类似的需求,自己去京东等各大网站参考了一下,大概明白了思路:通过控制搜索块的高度来隐藏搜索条件 $("span.o-more").bind("click", function () { var $cur = $(this).pa...
分类:其他好文   时间:2014-07-07 19:28:07    阅读次数:248
Inter-process communication in Qt using QProcess
Recently, I needed to call a CUI program from within Qt GUI window and simulate the effect of an embedded command line window like the Autolisp consol...
分类:其他好文   时间:2014-06-30 12:45:02    阅读次数:1252
DWR入门实例(二)
DWR(Direct Web Remoting) DWR is a Java library that enables Java on the server and JavaScript in a browser to interact and call each other as simply as possible. Dwr能让在服务器端的java代码和浏览器客户端的javascript代...
分类:其他好文   时间:2014-06-28 07:33:18    阅读次数:338
Android开发之自定义Dialog二次打开报错问题解决
之前自定义了一个AlertDialog对话框,第一次点击时正常,但第二次调用时会出现错误:java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.              关于这个错误纠结了我...
分类:移动开发   时间:2014-06-28 07:28:39    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!