表函数的调用方法如下。
基本上,我需要相当于净的调用方法。
标量函数的调用方法如下。
使用URI调用每个操作,这通常是Web服务的调用方法。
Each operation is invoked using a URI, which is typically how a Web service is invoked.
使用这个JAX - RPCCall的调用方法调用Web服务操作。
Invoke the web service operation using the JAX-RPC Call's invoke method.
使用JAX - RPCCall的调用方法来调用Web服务的操作。
Invoke the web service's operation using the JAX-RPC Call's invoke method.
因此,不同的调用方法与ProcessServer中不同的SCA组件对应。
Therefore, different invocation methods correspond to various SCA components in Process Server.
当输入这个command的调用方法时,无状态command的参数才会被指派。
The assignment of parameters to stateless commands occurs as input to that command's invocation method.
在ByVal参数为本地变量时,ByRef变量必须将自己的值复制回所有环境下的调用方法里。
While ByVal parameters are effectively local variables, ByRef variables have to copy their value back to the calling method under all circumstances.
论文对《中国期刊全文数据库》检索词字典的调用方法、用途以及不足之处进行了举例剖析。
This paper illustrates with examples and analyses the search method, use and deficiencies of the retrieval word dictionary, which is provided by CAJ.
采用这种通用的调用方法后,指令系统得到了简化,而且调用指令本身也比现有调用指令简短。
After adopting this universal adoption method, NC instruction system has been predigested, and that adoption instruction is simpler and shorter than exiting those.
将事务性语义告知面向对象的组件要求对TPM模型进行扩展—在这个模型中事务是按照事务性对象的调用方法定义的。
Imparting transactional semantics to object-oriented components required an extension of the TPM model, in which transactions are instead defined in terms of invoking methods on transactional objects.
显而易见,该方法所调用的方法还不存在,因此还不能正常被编译。
Obviously, this method is invoking methods that don't yet exist, so the class will not compile.
要访问提供的对象,调用这个方法即可。
但是服务请求就成了简单的方法调用。
But the services invocation then comes as a simple method call.
调用适当的方法。
另一个解决方案是只隐藏这些相互冲突的方法中的一个,并解析所有匹配的方法调用以引用未隐藏的方法。
Another solution would be to simply hide one of these clashing methods and resolve all matching method calls to refer to the method not hidden.
要减少一个方法的调用次数,方法是找出哪些代码正在调用该方法,然后取消这些调用。
The way to call a method less often is to find out what code is calling that method, and then not make those calls.
资源本身都是方法调用的目标,方法列表对所有资源都是一样的。
Resources themselves are the targets for method calls, and the list of methods is the same for all resources.
它列举了一些不同的实例,不同的平台和不同的jvm下一个同步的方法调用相对于一个非同步的方法调用的损失。
It compares the cost of a synchronized method call to an equivalent unsynchronized one in several different cases and on several different platforms and JVMs.
然后它用含有对经过重命名的原方法的调用的计时代码替换拷贝方法的正文。
It then replaces the body of the copied method with timing code wrapping a call to the renamed original method.
即使一个程序只包括一个在单一处理器上运行的单线程,一个同步的方法调用仍要比非同步的方法调用慢。
Even when a program contains only a single thread running on a single processor, a synchronized method call is still slower than an unsynchronized method call.
在所有JVM上,使用参数的反射方法调用的测试性能慢于不使用参数的调用。
The test performance for reflection method calls with arguments are substantially slower than the calls with no arguments on all JVMs.
这些字节码包括钩子方法的调用,这些方法包括管理探针运行的逻辑。
These byte codes include invocations to hook methods that contain the logic to manage the execution of the probes.
使用rmi,可以像调用本地对象的方法一样调用远程对象的方法。
Using RMI, you can call methods of remote objects just like you call methods of local objects.
这里包装器方法只是保存当前时间,然后调用改名后的原方法,并在返回调用原方法的结果之前打印时间报告。
Here the wrapper method just saves the current time, then calls the renamed original method and prints a time report before returning the result of the call to the original method.
对动态代理类的方法调用,不会像直接调用对象的方法那样好。
Method invocations on dynamic proxy classes do not perform nearly as well a direct method call on objects.
一个著名的资料来源就曾经引证说一个同步的方法调用比一个非同步的方法调用慢50倍。
One well-known source has cited that a synchronized method call is as much as 50 times slower than an unsynchronized method call.
在php中的方法调用是这样工作的。
如果发现或生成了绑定组件的编排方法,对象绑定组件添加的代码只是让绑定组件的方法去调用传递给它的原始方法。
Once the bound component marshalling method has been found or generated, the object binding component just adds the code to call that bound component method to the original method it was passed.
应用推荐