该类的构造函数实例化了SQL和xa相关类。
The constructor of this class instantiates SQL and XA relevant classes.
调用函数,为由该函数调用的所选函数实例分配的字节数。
For a calling function, the time that was spent in resource contention events for the instances of the selected function that the function called.
为何?大驼峰命名法用于标识可以通过构造函数实例化的对象。
Why? Upper camel case is conventional for identifying objects that can be instantiated using a constructor.
对于被调用函数,为由所选函数调用的函数实例分配的字节数。
For a called function, the time that was spent in resource contention events for the instances of the function that the selected function called.
调用树中函数的值指示调用树中父函数所调用的函数实例的相应时间。
The values for a function in the call tree indicate the time for the function instances that were called by the parent function in the call tree.
百分比值是通过将函数实例值与分析运行期间的样本总数相比计算而得。
Percentage values are calculated by comparing the function instance value to the total number of samples in the profiling run.
对于“被调用函数”,为所选函数调用的函数实例中发生的争用事件数。
For a called function, the number of objects that were allocated by the instances of the function that were called by the selected function.
“调用关系树”视图中的值对应于调用关系树中父函数所调用的函数实例。
The values in the call tree view are for the function instances that were called by the parent function in the call tree.
文中论证了它与概率密度分布函数的等价性、列举了一些相对分布函数实例。
It is demonstrated that the function is equal to the probability density function and several examples of the relative distribution function are given.
百分比值是通过将函数实例值与分析运行期间的分配总数或大小相比计算得出的。
Percentage values are calculated by comparing the function instance value to the total number or size of allocations in the profiling run.
BTYPE列显示对象类型:'T' 表示表,'I' 表示索引,'F' 表示函数实例。
The BTYPE column identifies the object type: 'T' for table, 'I' for index, and 'F' for function instance.
“已用非独占”值指示调用树中父函数所调用的那些函数实例在调用堆栈上的时间。
Elapsed inclusive values indicate the time on the call stack of those instances of the function that were called by the parent function in the call tree.
“应用程序非独占”值指示调用树中父函数所调用的函数实例在调用堆栈上的时间。
Application inclusive values indicate the time that instances of a function that were called by the parent function in the call tree were on the call stack.
百分比值是通过比较函数实例值与分析运行期间所有函数的已用非独占总时间计算而得。
Percentage values are calculated by comparing the value of the function instances to the total elapsed inclusive time of all functions in the profiling run.
清单1实例化一个默认的树查看器;您也可以定制树,并用树对象作为参数,用构造函数实例化树查看器。
Listing 1 instantiates a default tree viewer; you can also customize the tree and instantiate the tree viewer by using a constructor with a tree object as the parameter.
在分析运行期间创建的,由调用关系树中的父函数调用的所有函数实例的所有非独占分配对象数的百分比。
The percentage of all objects that were created in the profiling run that were exclusive allocations of the function instances that were called by the parent function in the call tree.
BPC提供用来查询和删除过程和任务实例的函数。
BPC provides functions to query and delete process and task instances.
您可以使用上面的任意函数自动填充实例节点。
You can use any of these functions to automatically populate an instance node.
但有时直接从XSLT调用一个已有的实例函数比较方便。
However, sometimes it's convenient to invoke a preexisting instance function directly from XSLT.
如果您遇到一个需要使用正则表达式函数的实例,则您将很可能要创建用户定义的函数来处理您的要求。
If you come across an instance where you need to use regular expression functions, then you will likely have to create user-defined functions to handle your requirement.
在这个示例中,XFormsinstance函数指出命名的实例中的所有数据都受到约束。
In the example, the XForms instance function indicates that all data in the named instance is constrained.
创建一个Xyz对象实例的函数。
tcp_usrreq函数中的切换实例检查套接字与本地端口的绑定。
The switch case in the tcp_usrreq function checks for the binding of a local port with the socket.
清单3中的代码片段显示了onreadystatechange回调函数的典型实例化示例。
The snippet in Listing 3 shows an example of a typical incarnation of the onreadystatechange callback function.
这个功能性映射本身使用ALL函数判断LinkedField实例是否设置为yes 值,见图10。
The functional map itself uses the ALL function to assess whether any of the LinkedField instances are set to the value yes, as shown in Figure 10 below.
该函数创建一个空文档实例,然后使用load函数读入清单1 (labels . xml)。
This function creates an empty document instance and then reads in Listing 1 (labels.xml) using the load function.
这个行为在DI世界中称作构造函数注入,因为实例是通过一个构造函数传递的。
This behavior is referred to in the DI world as constructor injection, because the instance is passed through one of the constructors.
但是在我们对超类所知的一切只限于它是类型参数的实例化时,对于什么样的构造函数可用于给定的实例化,我们没有任何概念。
But when all we know about our superclass is that it's some instantiation of a type parameter, we have no idea what constructors will be available for a given instantiation.
现在我们不依赖于外部的全局对象,只是通过构造函数传递对象实例。
Now we don't depend on external global objects, just on the instances passed in the constructor.
我还创建了一个接受所有三个属性的构造函数,这将便于创建新实例。
I've also created a constructor that takes all three properties, which will facilitate creating new instances.
应用推荐