在调用函数或方法,且传递的参数中至少有一个不符合被调函数或方法的参数规范时引发。
Raised when a function or method is invoked and at least one of the passed arguments does not meet the parameter specification of the called function or method.
它有一个标签和一个回调函数的列表,这些函数会在按钮被点击的时候被调用。
It has a label and a list of callback functions that are invoked if the button is clicked.
当一个语句执行时(1),触发器被调用(2)。触发器注册一个回调函数(3),以便将结果写入一个文件。
When a statement executes (1), the trigger is called (2). The trigger registers a callback function (3) to write the result to a file.
被访问的对象、被访问的属性名、访问的类型(例如读、写和删除)将被传递给回调函数,回调函数会返回是否允许访问。
This callback is given the object being accessed, the name of the property being accessed, the type of access (read, write, or delete for example) and returns whether or not to allow access.
它将文件路径指向被请求的文件、序列化数据、最后是一个回调函数。
It takes the file path to the file being requested, the serialized form data, and finally a callback function.
当该方法被调用来获取返回值时,一个回调函数会传递给此方法。
A callback function is passed to the method when it is invoked to capture the return value.
像访问器一样,当一个属性被访问时指定的回调函数就会被激活。
As with accessors, the specified callbacks are invoked whenever a property is accessed.
创建Ajax回调函数,这些回调函数被映射到所需的处理服务实现和方法。
Create the Ajax callback function mapped to the desired process service implementation and method.
V8的安全系统可以获取被访问对象的安全回调函数,并且调用它来判断是否允许另外一个context去访问它。
The V8 security system can then fetch the security callback of the object being accessed and call it to ask if another context is allowed to access it.
原因在于,我们需要以对两个ProgressBar的引用作为回调的参数,而当Scale构造函数被调用时,它们还没有被定义。
The reason is that we need references to both ProgressBars as arguments to the callback, and at the time the Scale constructor is invoked, they are not all defined yet.
拦截器回调函数,当任意对象属性被脚本访问的时候被调用。
Interceptor callbacks are invoked when any object property is accessed by a script.
访问器回调函数,当指定的对象属性被脚本访问的时候被调用。
Accessor callbacks are invoked when a specific object property is accessed by a script.
管理回调的逻辑(比如,clickedCallbacks列表)被省略了,两个主要构造函数也是。
The logic for managing callbacks (i.e., the clickedCallbacks list) is omitted, as are the two auxiliary constructors.
主构造函数接受一个label(标签)参数和一个callbacks(回调)的list(列表),这些回调函数会在按钮的click方法被调用时被调用。
The primary constructor takes a label argument and a list of callbacks that are invoked when the button's click method is invoked.
在每一个定时器事件被调用时该state对象作为一个参数传递给你的定时回调函数。
This state object is passed to your timer callback function during each timer event invocation.
最后,新的Photoid会返回给回调函数,并在上传表单提交之前被附加到success_action_redirect的URL上。
Finally, the new Photo ID is returned to the callback and appended to the URL in success_action_redirect before the upload form is submitted.
第二,回调与处理函数强耦合,因为处理函数必须知道哪个回调被调用。
Secondly the callback is strongly coupled to the processing function since the processing function must know which callback to call.
为什么计时器回调函数被调用时停止捕获异常?
Why does Timer callback stop being invoked when an Exception is caught?
第五个参数是一个回调函数,每次像素被描绘时都将被调用到。
The fifth parameter is a callback function that will be called every time a pixel should be drawn. You put your drawing routines there.
第五个参数是一个回调函数,每次像素被描绘时都将被调用到。
The fifth parameter is a callback function that will be called every time a pixel should be drawn. You put your drawing routines there.
应用推荐