Legacy method: The treatment of method calls.
遗留方法:方法调用处理方式。
Avoid expensive calculations and method calls.
避免开销巨大的计算和方法调用。
Method calls are discussed further in Chapter 5.
后面在第5章会继续讨论方法调用。
These method calls are illustrated in Listing 2.
这些方法调用的说明如 清单 2所示。
Figure 2 shows my timing results for method calls.
图2显示了我从方法调用中获得的计时结果。
You leverage Grape via annotations and method calls.
您将通过注释和方法调用来利用Grape。
Notice that XmlSlurper drops any notion of method calls.
注意,XmlSlurper忽略了任何方法调用的概念。
See which assemblies are loaded as result of method calls.
查看哪些程序集因方法调用而被被加载
That's a lot of remote method calls just to create a user.
这对于仅仅创建一个用户来说,所使用的远程方法调用相当多。
Timing constraints: Measures the duration of method calls.
时间约束:测量方法调用的持续时间。
Static local variables retain their value between method calls.
静态局部变量会在方法调用之间保留它们的值。
Those interactions have the form of method calls and call returns.
这些交互作用的形式是方法调用和调用返回。
Approach: all relevant method calls are converted to a cloud task.
方法:所有相关的方法调用都转换为一个云任务。
Here's another important thing to know about GObject method calls.
关于GObject方法调用,这里还要说明另一件重要的事。
The object is then passed to other components through method calls.
然后,通过方法调用把这个对象传递给其他组件。
What's more, inner functions can be aliased to look like method calls.
更何况,内部函数可以具有别名,看上去像方法调用一样。
Snippets are like method calls, in which you are passing in parameters.
代码片段类似于可在其中传递参数的方法调用。
Method calls on the Swing class, though you need the explicit reference.
方法是在swing类上调用的,不过需要显式的引用。
This meant a lot of remote method calls between our middle and third tier.
这就意味着在中间层和第三层之间将有大量的远程方法调用。
By reducing the remote method calls, application performance can be improved.
通过减少远程方法调用可以提高应用程序的性能。
Improve the VM performance especially for object allocation and method calls.
完善虚拟机性能,尤其是在对象分配和方法调用方面。
Which WebSphere Application Server scripting object method calls can be used.
可以使用哪些WebSphereApplicationserver脚本对象方法调用。
The second method calls the first with a “default” separator of a single space.
第二个方法调用第一个方法,并且传入一个空格作为“默认”分隔符。
The main idea is that you're not handling method calls, but rather XML messages.
主要的思想是,你不用处理方法调用,而是处理XML消息。
The only way to pass scope keys across multiple components is through method calls.
跨多个组件传递范围键的惟一方法是通过方法调用。
If a subtree is found, the method calls itself recursively, as shown in Listing 18.
如果找到子树,递归地调用其本身,见清单18。
The adapter implements the interface and passes the method calls unto the real object.
适配器实现接口,并将方法调用传递给真实的对象。
Last but not least is the RPC layer, which specifies how to encode method calls in XML.
最后面的但同样重要的是rpc层,规定了如何在xml中调编码方法。
This issue was addressed by tightening the scope of some synchronized method calls.
这种问题是从缩小同步化访问调用的范围来处理的。
For example, one method call may result in several other method calls before it returns.
例如,一个方法调用可能在它返回之前引起其它方法调用。
应用推荐