当传递给函数的参数的个数无效时引发。
Raised when an invalid number of arguments have been passed to a function.
传递给函数的参数由各个DIE表示,这些DIE包含不同的参数属性。
The parameters that may be passed to a function are represented by variable DIEs that have the variable parameter attribute.
当探测类型为入口时,可以探测传递给函数的参数,这要求在vue脚本的开头或通过头文件定义函数原型。
Tracing of arguments passed to function is feasible when probe type is entry and requires function prototype to be defined at the beginning of Vue script or through header file.
如果探查类型是入口,就可以探查传递给函数的参数,这要求在vue脚本的开头或通过头文件定义函数的原型。
Tracing of arguments passed to the function is feasible when the probe type is entry and requires that the function prototype be defined at the beginning of the Vue script or through a header file.
传递给该参数的任何函数都必须满足这个签名,否则将得到一个编译时错误。
Any function passed in to this parameter must satisfy this signature, or you will get a compiler error.
而且我们还为传递给此函数的第一个参数使用了 %符号。
We have also used the % symbol for the first parameter passed to the function.
将这些值拷贝到传递给这个函数的行参数中。
Copy the values to the formal parameters passed to this function.
您这样做是向编译器保证传递给那个函数的参数将至少是那么大;有一些机器可能会以此来拆解循环。
All you're doing is promising the compiler that the argument passed to the function will be at least that large; some machines might use this for loop unrolling.
不幸的是,注册这些函数以及将参数传递给它们的方式因浏览器而异。
Unfortunately, the details of how these functions are registered and the arguments passed to them vary by browser.
在进行其他GTK +调用之前,必须调用这个函数,并把调用程序使用的参数传递给它。
You must call this function and pass it the arguments your program was invoked with before any other GTK + call is made.
该过程以一个表的全限定名称作为输入参数,并设置必要的数据结构,以便将这些数据结构传递给api函数。
The procedure takes the fully-qualified name of a table as input parameter and sets up the necessary data structures that are passed to the API function.
要移动、修改或者删除图形元素,该ID将作为参数传递给包含画布对象的各个成员函数。
To move, modify, or delete a graphics element, this ID is passed as a parameter to the respective member function on the containing Canvas object.
标记加载后,会执行回调函数,并通过回调函数的参数把从服务返回的信息传递给该回调函数。
When the tag loads, the callback function executes, and the information returned from the server passes to it through its arguments.
在开始深入探讨一些例子之前,不妨回过头来看看传递给这些效果函数的参数。
Before looking at some examples, let's take a step back and talk about the arguments you can pass into these Effects functions.
如果以非wsdl模式创建服务器,我们必须指定服务器uri;在清单3中,这是在作为第二个参数传递给构造函数的选项数组中指定的。
When setting up the server in non-WSDL mode, it is mandatory to specify the server URI; in Listing 3, this is specified in the options array passed to the constructor as the second argument.
在清单10中,传递给delete函数的第二个参数指定了执行delete操作时使用的约束或过滤器。
In Listing 10, the second argument passed to the delete method specifies the constraint or filter to be used when performing the delete operation.
举例来说,如果您将一个32位的值传递给一个期望16位值的函数,而且所传递的参数值也在正确范围之内,那么这个函数就永远不会注意到多出来的字节。
For instance, if you pass a 32-bit value to a function expecting a 16-bit value, and the value is in range, the function may never notice the extra bytes.
然后可以把需要滚动的骰子类型作为参数传递给函数。
Then we can pass the type of die we want to roll as a parameter to the function.
利用这些函数的PASSING 子句将参数从SQL语句传递给这些函数。
The parameter is passed to these functions from the SQL statement using the PASSING clause of these functions.
对于用于函数索引的UDR,传递给它的参数在数量上有所限制。
There are limitations on the number of arguments that can be passed to a UDR used by a functional index.
调用getopt . getopt函数并把必需的参数传递给它。
Invoke the getopt.getopt function and pass it the required parameters.
也就是,将repeat的索引作为参数传递给该函数,然后函数将返回这个repeat元素中的当前项目。
That is, you pass the index of the repeat as the argument, and the function returns the current item in that repeat.
你要将两个参数传递给此函数:服务名和指向ControlHandlerfunction的指针。
You will pass two arguments to this function: the service name and the pointer to the ControlHandlerfunction.
传递给线程函数的参数。
同时假定Collaborator对象要求使用字符串和原始的int作为传递给构造函数的参数。
Also suppose that the Collaborator object requires a string and a primitive int as parameters passed to the constructor.
传递给RequiredValidator()构造函数的字符串参数用 <da:jstring>标记编码,这在本系列的 第 1部分 部分介绍过。
The string parameters that are passed to the RequiredValidator() constructor are encoded with the <da:jstring> tag, which was presented in Part 1 of this series.
arg0是传递给要探测的函数的参数,用于进入探测。
Arg0 is the argument passed to the function being probed for entry probe.
要把元素或属性和字符串进行比较,或者将其传递给需要字符串参数的函数,必须使用(string)强制转换成字符串。
To compare an element or attribute with a string or pass it into a function that requires a string, you must cast it to a string using (string).
传递给parameter函数的整数值表示在调用sqlquery函数中参数的位置,该参数将会在调用中被取代。
The integer value passed to the parameter function tells the position of the argument in the invocation of an sqlquery function which is replaced in place of this function call.
传递给parameter函数的整数值表示在调用sqlquery函数中参数的位置,该参数将会在调用中被取代。
The integer value passed to the parameter function tells the position of the argument in the invocation of an sqlquery function which is replaced in place of this function call.
应用推荐