When Calling a Function Hundreds of Times, How Do I know Which Call Failed?
当一个函数被调用数百次时,如何确定哪次调用失败了?
The syntax for invoking a method is different from the syntax for calling a function.
调用一个方法的语法与调用函数的语法不一样。
When calling a function to evaluate, always include the parentheses and required arguments.
呼叫函式进行评估时,一定要包含括号和必要的引数。
Or, instead of calling a function, you can use the fullselect in the variable creation definition
或者,在变量创建定义中使用fullselect 来代替函数调用
When calling a function, make sure that you always include the parentheses and any required arguments.
在调用函数时,请确保始终包括圆括号和任何必选参数。
Coupling also occurs when code in one module USES code from another, perhaps by calling a function or accessing some data.
当一个模块代码使用另一个模块代码,可以是调用一个函数或读取数据,这个时候会发生耦合。
Calling a function without parentheses causes the text of the function to be returned instead of the results of the function.
不带圆括号就调用函数将导致返回函数的文本,而不是函数的结果。
The most recent status or error code generated as the result of calling a function defined by the System Configuration framework.
调用在系统配置框架中定义的此函数所产生的最新的状态信息或错误代码。
The syntax for calling a function in another module by specifying the module name followed by a dot (period) and the function name.
点符号:调用某一个模块的某一函数的语法形式,就是模块名后加一个点,也就是英文的句号,再加函数名。
Handling common events is as simple as calling a function like click , submit , or mouseover and passing it an event handler function.
处理常见事件就像调用函数(比方说click 、submit或mouseover)和为其传递事件处理函数一样简单。
Normally, a function's local variables and the parameters used when calling a function only exist for the lifetime of the function itself.
通常,一个function的局部变量和参数的存在周期(life time)为该function的存在周期。
This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
注意你的引入函数申明。函数调用类型不一致会导致此问题。
When a function begins, it actually saves the link register in the calling function's stack frame, not its own, and then only if it needs to save it.
当函数开始时,它实际上会将链接寄存器保存到调用函数的堆栈帧中,而不是自己的堆栈帧中,然后只有在需要时才会保存它。
A very easy to use API for calling the conversion function was also one of the requirements.
还有一个需求就是能够很容易地使用用来调用转换函数的API。
This function suspends the calling thread until the semaphore has a non-zero count.
这个函数会挂起调用线程,直到这个信号量有一个非空计数为止。
This includes calling the entry-point function of all attached dynamic-link libraries (DLLs) with a value indicating that the process is detaching from the DLL.
包括调用所有链接到的动态链接库(DLL)的入口点函数,给出一个值,指出这个进程正在解除那个DLL的链接。
This table enumerates several probe types, including calling a kernel function and returning from a kernel function.
这个表列举了几种探针类型,包括调用内核函数和从内核函数返回。
If a function is called from many places, use the stack backtrace to determine the specific calling sequence.
如果在许多地方调用了一个函数,可以使用堆栈跟踪检查调用序列。
School is not in session. But in the current state of limbo gripping eastern Libya, or "Free Libya, " as some are calling it, the Aruba School is serving a different function.
学校停课,在动乱笼罩东利比亚(或如某些人所称—— “自由利比亚”)的状况下,该学校当前在执行不一样的职能。
If you specify a level of 1, you are requesting the return address of the calling function (and so on).
如果指定level为1,那么就是请求进行调用的函数的返回地址,依此类推。
The first example illustrates calling a Scheme function from C, passing in an argument, and capturing the return value.
第一个例子演示如何从C调用一个Scheme函数,传入一个参数,并捕获返回值。
On a WebSphere distributed server, the terminate function terminates a server by calling an operation system sigkill.
在WebSphere分布式服务器上,Terminate功能通过调用操作系统的sigkill来终止服务器。
In Listing 2 a circular reference is created by calling the external function myFunction.
在清单2中,通过调用外部函数myfunction创建循环引用。
One or more descriptor handles can be explicitly allocated by calling the SQLAllocHandle function with the SQL_HANDLE_DESC option and a valid connection and statement handle.
在指定了SQL_HANDLE_DESC选项的情况下,通过调用SQLAllocHandle函数可以显式地分配一个或多个描述符句柄,以及一个有效的连接句柄和语句句柄。
Calling the function in Listing 2 from the reporting application creates a multidimensional array—some sample values are $ccaarr[2][0]=2005 and $ccaarr[2][6]=0.1.
从报表应用程序调用清单2中的函数会创建一个多维数组 —一些样例值是 $ccaarr[2][0]=2005和 $ccaarr[2][6]=0.1。
For example, you can assign a click handler function to each element in the jQuery object by calling the click function.
比方说,您可以通过调用click函数把click处理函数指定给jQuery对象中的所有元素。
You may be wondering exactly how calling a GObject method differs from calling a simple C function.
您可能会感到疑惑:调用GObject方法与调用简单的C 函数到底有何区别?
Next, prior to calling a Scheme function, the file in which this function resides must be loaded.
接下来,在调用Scheme函数之前,必须装载包含该函数的文件。
Next, prior to calling a Scheme function, the file in which this function resides must be loaded.
接下来,在调用Scheme函数之前,必须装载包含该函数的文件。
应用推荐