网站首页  词典首页

请输入您要查询的英文单词:

 

单词 method call
释义

method call

  • 网络方法调用;方法呼叫;调用方法
1.
方法调用
方法调用(Method Call)-方法被调用的时;方法执行(Method execution)-方法体的内容执行的时; 构造函数调用(Constructor c…
www.blogjava.net
2.
方法呼叫
Java相关名词用语--JSP中文网 ... Menu Item 选单项 Method Call 方法呼叫 Method Invocation 方法请求 ...
www.jspcn.net
3.
调用方法
调用方法Method Call) – 泛化(Generalization) – 特殊化(Specialization) – 接口(Interface) / 实现(Implementation…
www.cnblogs.com
4.
在对象上执行一个方法
D-Bus... ... (DBUS_SESSION_BUS_ADDRESS) 进行设定。 (method call) 在对象上执行一个方法 (method return) 返回方法执 …
hi.baidu.com
5.
函数调用
所谓绑定(binding)就是建立函数调用(method call)和函数本体(method body)的关联,如果绑定动作发生与程序执行前,称为"先期 …
blog.sina.com.cn
6.

例句

释义:
1.
AspectWerkz also supports other method call signatures, though with a little added effort required in terms of the configuration.
AspectWerkz还支持其他方法调用签名,不过需要多做一些配置工作。
www.ibm.com
2.
The RPC-style integration uses WSDL to take a "regular" method call and abstract it out to SOAP.
RPC式集成使用WSDL来进行一个“常规”方法调用,并将其抽象出来发送到SOAP。
www.ibm.com
3.
As you can see, you first invoke the controller action as if it were a method call on the controller.
可以看到,您首先调用控制器操作,就像它是另一个控制器上的方法一样。
www.ibm.com
4.
Calling this method has no effect if there were no handlers registered with criteria that matches the input parameters for the method call.
如果没有任何处理常式以符合方法呼叫之输入参数的准则注册,则呼叫这个方法将没有作用。
technet.microsoft.com
5.
The returned XML is then converted back into a Java object, which is then returned as the result of the method call.
然后将返回的XML重新转换为Java对象,再将后者作为方法调用的结果返回。
www.ibm.com
6.
Or to lock properties over the duration of the method call by specifying.
在整个方法的持续时间内锁定属性。
msdn2.microsoft.com
7.
Method invocations on dynamic proxy classes do not perform nearly as well a direct method call on objects.
对动态代理类的方法调用,不会像直接调用对象的方法那样好。
www.ibm.com
8.
One of the beauties of JAX-RPC for the client is its ability to associate context information with an endpoint's remote method call.
客户机JAX-RPC的亮点之一就在于它能把上下文信息和端点的远程方法调用关联起来。
www.ibm.com
9.
You may have occasionally pondered whether to synchronize an entire method call or only the thread-safe subset of that method.
您可能偶尔会思考是否要同步化这个方法调用,还是只同步化该方法的线程安全子集。
www.ibm.com
10.
Is the process of converting parameters of a method call into a stream of bytes. This can add significant load to the processor.
是将方法调用的参数转换为字节流的进程,该进程可以显著增加处理器的负荷。
msdn2.microsoft.com
1.
Converting a virtual method call to a direct method call is called monomorphic call transformation.
把虚方法调用转换成直接方法调用,叫做单形(monomorphic)调用变换。)
www.ibm.com
2.
If you remove the ref keyword from both the method header and the method call, no changes will take place in the calling program.
如果同时从方法头和方法调用中移除ref关键字,则调用程序中不会发生任何更改。
msdn2.microsoft.com
3.
The method call passes the invocation up the stack, either to the final target or possibly to the next interceptor.
方法调用一直沿着栈传递调用,可能传递到最终目标,或到下一个截取程序。
www.ibm.com
4.
Because I allow both a method call and a property call to work as a definition query, I must write at least two tests in Listing 14.
因为我同时允许让方法调用和属性调用作为定义查询,因此在清单14中必须编写至少两个测试。
www.ibm.com
5.
To see the bitmap frame, you can simply set this method call as the value of an Image control's Source property.
要查看该位图帧,只需将此方法调用设为一个Image控件的Source属性的值即可。
msdn.microsoft.com
6.
Second, notice that our client will be blocked until the call returns, just like any other synchronous method call.
其次,请注意客户机将中断直到调用返回,就像其它同步方法调用一样。
www.ibm.com
7.
That means the result of the remote method call is not immediately available to the executing thread.
这意味着远端方法调用的结果并不能立即对执行线程可用。
www.ibm.com
8.
Once the component stub is obtained, executing the method looks like any other JavaScript method call . . . or does it?
一旦获得了组件存根,执行此方法就如同任何其他的JavaScript方法调用一样,不是么?
www.ibm.com
9.
Now the only additional pieces of information I need are the method name and the parameters to pass into the method call.
现在,我需要的唯一其他的几条信息就是要传送到方法调用中的方法名称和几个参数。
www.ibm.com
10.
The proxy class does the work to transform the method call into a request message and the response message back into a method return value.
代理类将方法调用转换为请求消息,并将响应消息转换回方法返回值。
msdn2.microsoft.com
1.
However, a JVM using OSR is smart enough to replace the current code with the newer compiled code in the middle of the method call.
但是,使用OSR的JVM非常机智,可以把方法调用中的当前代码替换为新的编译代码。
www.ibm.com
2.
This time, the response for the getNow method call should only return the date and not the date and time, as shown in Figure 3.
这时,getNow方法调用的响应只返回日期,而不是日期和时间,如图3所示。
www.ibm.com
3.
These fall into three categories: method call transformations, field access transformations, and a new object transformation.
转换类型可分为三类:方法调用转换、字段访问转换和新对象转换。
www.ibm.com
4.
In the use case shown in Figure 1, the user is presented with the results of the method call that happens after he or she clicks a button.
在图1所示的用例中,用户能看到单击按钮后所发生的方法调用的结果。
www.ibm.com
5.
Value, call status, the delegate used for the call, and the other information about the asynchronous method call.
值、调用状态、用于该调用的委托以及其他有关该异步方法调用的信息。
msdn2.microsoft.com
6.
Add a TextView element with the id "springmessage" to display the JAX-WS web service response for a method call to one of the get methods.
添加一个id为“springmessage”的TextView元素,以便显示对某个get方法的方法调用的JAX-WSweb服务响应。
www.ibm.com
7.
To avoid possible undesired side effects, a function or method call is not automatically evaluated every time the debugger steps.
为了避免可能的意外的副作用,不会在调试器每次步进时自动计算函数或方法。
www.kuenglish.info
8.
Asking an object if it is of the nil type (via the nil? method call) returns a boolean.
询问一个对象是否是nil类型(通过nil?方法调用)会返回一个布尔值。
www.ibm.com
9.
Method call, that value forces the text writer to adhere to the restrictions of that XHTML document type.
方法调用的参数时,该值强制文本编写器遵守XHTML文档类型的限制。
msdn2.microsoft.com
10.
Once a delegate is instantiated, a method call made to the delegate will be passed by the delegate to that method.
实例化委托后,委托将把对它进行的方法调用传递给方法。
msdn2.microsoft.com
1.
Then, the remoting infrastructure turns the message into a method call, and calls the server object.
然后,远程处理结构将消息转换为方法调用,并调用服务器对象。
msdn2.microsoft.com
2.
The security context for the current thread is returned to its previous state when the method call is complete.
当完成方法调用时,当前线程的安全上下文将恢复为以前的状态。
msdn2.microsoft.com
3.
In your application, the message must be translated into a method call in your code.
在应用程序中,必须将消息转换成代码中的方法调用。
msdn2.microsoft.com
4.
Only a variable can be passed as a ref parameter in a method call.
在方法调用中只有一个变量可以作为ref参数传递。
msdn2.microsoft.com
5.
If the servlet is called by a user who belongs to "bankCustomer" security role, the method call isUserInRole( "cust" ) returns true.
如果属于“bankCustomer”安全角色的用户调用了该servlet,方法isUserInRole(“cust”)将返回true。
www.infoq.com
6.
Policies on both the client and server sides are then triggered as if a method call had occurred.
随后,客户端和服务器端的策略均被触发,如同发生了一个方法调用。
msdn2.microsoft.com
7.
Gets the Uniform Resource Identifier (URI) of the remote object on which the method call is being made.
获取在其上进行方法调用的远程对象的统一资源标识符(URI)。
msdn2.microsoft.com
8.
In general, however, it is better to use a second variable to store the result of the method call.
但是,通常更好的做法是使用另一个变量来存储方法调用的结果。
technet.microsoft.com
9.
Triggers the server and then the client side policies as if a method call were returning.
触发服务器端的策略,随后触发客户端的策略,如同一个方法调用正在返回。
msdn2.microsoft.com
10.
Msg A message that acts either as an outgoing method call on a remote object , or as the subsequent response .
一条消息,或者作为远程对象上的输出方法调用,或者作为后续的响应。
www.bing.com
1.
When a remote method is called, the response encapsulates the return value of the method call.
当远端方法被调用时,响应就会将此方法调用的返回值封装起来。
www.ibm.com
2.
The value is set to the return value of the business object method call, which is called using reflection.
构造函数中设置的。该值被设置为使用反射调用的业务对象方法调用的返回值。
msdn2.microsoft.com
3.
The Java application is then able to access the data via a simple method call.
之后Java应用就可以通过一个简单的方法调用访问这些数据了。
www.infoq.com
4.
Describes the chain of callers leading up to the current method call.
描述调用方链,该链最终导致当前方法调用。
msdn2.microsoft.com
5.
Assign the return value to a variable, or directly use the method call as a parameter to another call.
将返回值赋给变量,或直接将方法调用作为另一个调用的参数。
msdn2.microsoft.com
6.
It will first validate method parameters upon a method invocation and then delegate the method call to the implementation class.
它首先验证方法调用的方法参数,然后把方法调用委托给实现类。
www.ibm.com
7.
Typically, the synchronizing object marshals a method call into a single thread.
通常,同步对象将方法调用封送到单个线程内。
msdn2.microsoft.com
8.
The method call example in the last section seems like a good starting point.
上一节中的方法调用例子应该是一个很好的起点。
www.ibm.com
9.
The equivalence relation is established by the constraint implied by passing an instance of C in the method call from B to A.
从B到A的方法调用中,传递了C的一个实例,这一传递所隐含的约束建立了等价关系。
www.ibm.com
10.
A handler is created, which acts as a message switchboard operator and routes each method call to the appropriate invocation chain.
将创建一个处理程序,它充当一个消息交换台操作程序(switchboardoperator)并将每个方法调用传递到相应的调用链。
www.ibm.com
1.
Interface contains the method call parameter types used during deserialization of a method call.
接口包含在方法调用的反序列化过程中使用的方法调用参数类型。
msdn2.microsoft.com
2.
However, the greater the complexity of the transaction, the greater the probability that the EJB component will fail the method call.
然而,事务越复杂,EJB组件方法调用失败的概率就会越高。
www.ibm.com
3.
That contains the full type name of the remote object on which the method call is being made.
包含在其上进行方法调用的远程对象的完整类型名称。
msdn2.microsoft.com
4.
To place the markers onto the map, you first fetch the collection of courses from the server-side component through a remote method call.
要在地图上放上标记,首先要通过远端方法调用从服务器端组件获取球场集。
www.ibm.com
5.
The expression also can take the form of a method call.
该表达式还可以采用方法调用的形式。
technet.microsoft.com
6.
Interface to create a message that acts as a response to a method call on a remote object.
接口以创建一条消息,该消息作为远程对象上的方法调用的响应。
msdn2.microsoft.com
7.
Used, for example, to wrap a method call in a transaction, or time the execution of a method.
比如,用来在事务中封装某个方法调用,或者记录方法的执行时间。
www.infoq.com
8.
The minimum measured time for a method call to be included in the trace output.
在跟踪输出中加入的方法调用的最小测量时间。
www-128.ibm.com
9.
Represents the value argument of a property set method call within a property set method.
表示属性集方法内的属性集方法调用的值参数。
msdn2.microsoft.com
10.
Unity is a lightweight, extensible dependency injection container with support for constructor, property, and method call injection.
Unity是一个轻量级,可扩展的依赖注入容器,支持构造函数,属性和方法调用注入。
www.infoq.com
1.
The element then builds the child content from the parser in response to the method call.
然后,在对这个方法调用的响应中,解析器将构建该元素的子内容。
www.ibm.com
2.
A method call that returns immediately and allows the application or script to enumerate the returned objects as a collection.
立即返回的方法调用,它使应用程序或脚本可以将返回的对象枚举成一个集合。
msdn2.microsoft.com
3.
I use the PHP command-line interpreter to run that script and put the method call into the queue.
我使用PHP命令行解释器运行这个脚本,并将这个方法调用放进队列中。
www.ibm.com
4.
For example, constraints are checked at a method call to a generic method, or when building a constructed type out of a generic type.
例如,调用泛型方法时会检查约束,在生成用泛型类型构造的类型时也会检查约束。
msdn2.microsoft.com
5.
At the end of the hook method, I invoke the original method call on the decorated object using my new argument list.
在钩子方法的结束部分,我使用新参数列表对修饰对象调用原始方法。
www.ibm.com
6.
Method is used to programmatically create both sides of a trust relationship with a single method call.
方法通过单个方法调用以编程方式创建信任关系的双方。
msdn2.microsoft.com
7.
It reveals that the hash code returned by a normal method call has a different value than one returned during finalization.
结果显示,正常方法调用返回的哈希代码与终止期间返回的哈希代码具有不同的值。
msdn2.microsoft.com
8.
When we receive the re-created object after the remote method call, we see that its members have indeed been changed by the server.
当接收到在远程方法调用之后重创建的对象时,我们看到它的成员确实已被服务器修改了。
www-128.ibm.com
9.
This sample demonstrates code access security, a mechanism that grants or denies access to resources within a method call.
本示例说明了代码访问安全性,它是在方法调用内授予或拒绝对资源的访问权的一种机制。
msdn2.microsoft.com
10.
Used as the slidingExpiration parameter in an Insert or Add method call to disable sliding expirations.
用作Insert或Add方法调用中的slidingExpiration参数,以禁用可调过期。
msdn2.microsoft.com
1.
Modify the generated client to declare proper input and output variables, and pass these as parameters for the Web service method call.
修改生成的客户机以声明合适的输入和输出变量,并将这些作为参数传递给Web服务方法调用。
www.ibm.com
2.
save space and simplify the parameters passing of the method call through the sharing mechanism.
通过共享参数机制来节约空间和简化方法调用时的参数传递。
www.594wm.com
3.
Which indicates that the message acts as a request or as a response on a remote method call.
该接口指示消息作为请求或者作为远程方法调用上的响应。
msdn2.microsoft.com
4.
Requests asynchronous processing of a method call on the sinks in the current sink stack.
请求对当前接收器堆栈中接收器的方法调用进行异步处理。
msdn2.microsoft.com
5.
To use a value returned from a method, the calling method can use the method call itself anywhere a value of the same type would suffice.
若要使用从方法返回的值,调用方法可以在本来使用同一类型的值就已足够的任何位置使用方法调用本身。
msdn2.microsoft.com
6.
Method call an application-defined callback method of this type to find out if the overloads should stop or continue execution.
方法的某些重载调用此类型的应用程序定义的回调方法,以便查明重载是应当停止还是应当继续执行。
msdn2.microsoft.com
7.
search query I made earlier, it's not hard to imagine rewriting it as a method call, either.
搜索查询,同样,不难想象出,可以将它重写为一个方法调用。
www.ibm.com
8.
Cause: Some part of the code is descending two levels per method call without dispatching appropriately on the second descent.
起因:代码的某些部分在每次方法调用中下行了两级且第二次下行时调度不当。
www.ibm.com
9.
Method is used to delete both sides of a trust with a single method call.
方法用于通过单个方法调用删除信任的双方。
msdn2.microsoft.com
10.
Class return a node value and convert it to a CLR value in a single method call.
属性在单个方法调用中返回节点值并将其转换为CLR值。
msdn2.microsoft.com
1.
A dynamically bound method call, however, reaches "outward" into the inheritance hierarchy.
动态绑定方法的调用,然而,这将涉及到继承类图。
www.xue5.com
2.
Returns the object passed as an out or ref parameter during the remote method call.
返回在远程方法调用期间作为out或ref参数传递的对象。
msdn2.microsoft.com
3.
A remoting message that should represent a response to a method call on a remote object.
一条远程处理消息,表示对远程对象上的方法调用的响应。
msdn2.microsoft.com
4.
Requests asynchronous processing of a method call on the current sink.
请求异步处理对当前接收器的方法调用。
msdn2.microsoft.com
5.
If the event arguments indicate that the call was canceled, immediately returns from the current method call.
如果事件参数指示调用已取消,则立即从当前方法调用返回。
technet.microsoft.com
6.
When WSDL describes an object, each part maps to an argument of a method call.
当WSDL描述一个对象时,每一个部分映射到一个方法调用的参数上。
www.ibm.com
7.
Once you find the right geocoder for the job, create a Grails service to encapsulate the remote Web services call in a reusable method call.
在您找到合适的地理编码器之后,创建一个Grails服务以把远程Web服务调用封装在可重用方法调用中。
www.ibm.com
8.
The method call will encode the attribute to meet the requirements of the requesting device.
此方法调用将对属性进行编码以满足请求设备的要求。
msdn2.microsoft.com
9.
The Queued Components Player then calls the same method in the exception-handler object that had failed in the original method call.
随后QueuedComponentsPlayer调用在最初的方法调用中失败的异常处理程序对象中的相同的方法。
msdn2.microsoft.com
10.
Some query operations must be expressed as a method call.
某些查询操作必须表示为方法调用。
msdn2.microsoft.com
1.
Requests processing from the current sink of the response from a method call sent asynchronously.
请求从当前接收器对异步发送的方法调用的响应进行处理。
msdn2.microsoft.com
2.
For the current remote method call, which provides a way to control asynchronous messages after they have been dispatched.
这为在调度异步消息后控制异步消息提供了一种方法。
msdn2.microsoft.com
3.
Note how the signature is passed as the first argument to the method call.
请注意签名作为第一个参数如何传递到方法调用。
www.ibm.com
4.
The process that occurs when you make an XML Web service call is similar to the process that occurs when you make a regular method call.
进行XMLWeb服务调用时发生的过程与进行常规方法调用时发生的过程类似。
msdn2.microsoft.com
5.
Also, to ensure the object is deactivated on the method call return, it is necessary to set the objects done bit.
派生的类。另外,为确保在方法调用返回时停用对象,有必要设置对象完成位。
msdn2.microsoft.com
6.
It is in this method call that the database connection is obtained and subsequently closed.
就是在该方法调用中,我们获得然后再关闭数据库连接。
www.ibm.com
7.
Interface to create a request message that acts as a method call on a remote object.
接口来创建一个请求消息,该消息作为远程对象上的方法调用。
msdn2.microsoft.com
8.
In the condition entry field, use the content assist (available by pressing CTRL Space) to insert the appropriate method call.
在conditionentry字段中,使用内容帮助(通过按下CTRL Space获得)插入合适的方法调用。
www.ibm.com
9.
A string that describes the contents of the call stack, with the most recent method call appearing first.
一个字符串,它描述调用堆栈的内容,其中首先显示最近的方法调用。
msdn2.microsoft.com
10.
Each transformation is configured using a method call that identifies the type of transformation.
每一个转换都是用识别转换类型的方法调用来配置的。
www.ibm.com
1.
Positional parameters must precede any named parameters in a method call.
在方法调用中,位置参数必须再命名参数之前。
dictsearch.appspot.com
2.
A method call that returns to the caller immediately regardless of whether processing has completed.
无论处理完成与否都立即返回调用方的方法调用。
msdn2.microsoft.com
3.
Holds a message returned in response to a method call on a remote object.
保存为响应远程对象上的方法调用而返回的消息。
msdn2.microsoft.com
4.
Support for tweening between two values of an element property or method call with Effect. Tween.
在支持元素属性的两个值之间或通过Effect.Tween进行方法调用。
www.infoq.com
5.
But the services invocation then comes as a simple method call.
但是服务请求就成了简单的方法调用。
www-128.ibm.com
6.
Class with all the information returning to the caller after the method call.
使用方法调用后返回到调用方的所有信息来初始化。
msdn2.microsoft.com
7.
A regular round trip remote method call is modeled as two messages, one for the request and one for the response.
一个规则的有往返的远程方法调用有两条消息,一条负责请求,一条负责响应。
www.ibm.com
8.
If you override this method, call the base implementation after you perform your own filtering.
如果重写此方法,请在执行您自己的筛选后调用基实现。
msdn2.microsoft.com
9.
Returns a specified argument passed to the remote method during the method call.
返回在方法调用期间传递给远程方法的指定参数。
msdn2.microsoft.com
10.
If the method was void, the Method Call Result message box indicates this information explicitly.
如果方法无效,“方法调用结果”消息框会明确指出这一点。
msdn2.microsoft.com
1.
Indicates to compilers that a method call or attribute should be ignored unless a specified conditional compilation symbol is defined.
指示编译器应忽略方法调用或属性,除非已定义指定的条件编译符号。
msdn2.microsoft.com
2.
The return value from each method call is assigned to an instance variable for the class.
将每个方法调用的返回值赋给该类的一个实例变量。
www.ibm.com
3.
Class stores and returns the results of an asynchronous method call.
类存储和返回异步方法调用的结果。
msdn2.microsoft.com
4.
A message that acts as an outgoing method call on a remote object.
作为远程对象上的输出方法调用的消息。
msdn2.microsoft.com
5.
The MDA message gives the name of the platform invoke method call that is causing the stack imbalance.
MDA消息中会给出导致堆栈失去平衡的平台调用方法调用的名称。
msdn2.microsoft.com
6.
The transition from URL to Python method call is totally transparent to you.
从URL到Python方法调用的转换对您来说完全是透明的。
www.ibm.com
7.
In this Listing 4 example, you just make a second set_entry method call to update the newly created record.
在这个清单4示例中,仅调用第二个set_entry方法来更新创建的记录。
www.ibm.com
8.
Method, call the base implementation before you perform your own filtering.
方法,请在执行您自己的筛选之前调用基实现。
msdn2.microsoft.com
9.
First, let's write a Groovy class that can hold the details of a method call that has just been intercepted.
首先,让我们书写一个Groovy类,它包含要被拦截方法调用的细节。
www.infoq.com
10.
The cached item expires in accordance with the absoluteExpiration parameter associated with the Insert or Add method call.
缓存项依照与Insert或Add方法调用相关的absoluteExpiration参数设置过期。
msdn2.microsoft.com
1.
In this method call, the specified LoadOption parameter influences the processing of the incoming data.
在此方法调用中,指定的LoadOption参数影响对传入数据的处理。
msdn2.microsoft.com
2.
Other parameters of a method call are pushed on the stack.
方法调用的其他参数压入堆栈。
msdn2.microsoft.com
3.
Synchronously processes a response message returned by a method call on a remote object.
异步处理远程对象上的方法调用返回的响应消息。
msdn2.microsoft.com
4.
If you are overriding this method, call the base implementation after you perform your own filtering.
如果要重写此方法,请在执行您自己的筛选后调用基实现。
msdn2.microsoft.com
5.
The WSManager also generates responses; this process consists of simply constructing the method call return values.
WSManager也可以生成响应;这个过程由方法调用返回值的简单构造所组成。
www.ibm.com
6.
Creates a new method declaration for the method call that the cursor is resting in.
为光标停留在其中的方法调用创建新的方法声明。
msdn2.microsoft.com
7.
A method call which looks innocuous on the surface, for example, may access the file system at some point during its execution.
例如,表面上看似无害的方法调用可能会在其执行过程中的某一点访问文件系统。
technet.microsoft.com
8.
Most Web servers will then send back the correct MIME type without the need for the response. setContentType method call.
大多数Web服务器会在这之后自动返回一个正确的MIME类型,无需调用response.setContentType。
www.ibm.com
9.
The exception that is thrown when a Thread is in an invalid ThreadState for the method call.
当Thread处于对方法调用无效的ThreadState时引发的异常。
msdn2.microsoft.com
10.
The dispatched message represents a request method call on a remote object.
调度的消息表示对远程对象的请求方法调用。
msdn2.microsoft.com
1.
It's not quite as easy as making a normal Java method call, but it's not difficult.
它不像执行一次普通的Java方法调用那样简单,但是它也不难。
www.ibm.com
2.
In this case, I intercept each method call and go through all the method parameters.
在本例中,我截取了各个方法调用,并遍历了所有的方法参数。
www.ibm.com
3.
The tag specifies the parameters that should be passed in to the method call.
标记指定几个应该被传送到方法调用中的参数。
www.ibm.com
4.
The custom trace category specified in a Warn or Write method call, if any.
Warn或Write方法调用中指定的自定义跟踪类别(如果有的话)。
msdn2.microsoft.com
5.
When methods return error values, every method call is surrounded by error-handling code.
在方法返回错误值时,每一个方法调用都要包含错误处理代码。
www.ibm.com
6.
A request message that acts as a method call on a remote object.
作为远程对象上的方法调用的请求消息。
msdn2.microsoft.com
7.
The message acts as a request method call on a remote object.
该消息作为远程对象上的请求方法调用。
msdn2.microsoft.com
8.
An object could also be passed in on a method call.
也可以通过方法调用来传递对象。
www.ibm.com
9.
A response message to a method call on a remote object.
远程对象上的方法调用的响应消息。
msdn2.microsoft.com
10.
The Greeter constructor creates an instance of Message, which it then uses in the greet method call.
Greeter构造函数创建了Message的实例,随后会在greet方法调用中使用它。
www.ibm.com
1.
If the conversion is not supported then the method call will fail.
如果不支持转换,则方法调用将会失败。
msdn2.microsoft.com
2.
This should look a lot like a normal Java method call, aside from the @ sign.
除了@标记外,这应该与普通的Java方法调用很像。
www.ibm.com
3.
The first part here computes the space occupied by the method call parameters on the stack.
这里的第一部分计算方法调用参数在堆栈上占用的空间。
www.ibm.com
4.
Each method call and optional closure argument defines a bean and sets bean properties.
每个方法调用和可选的闭包参数定义一个bean,并设置bean属性。
www.ibm.com
5.
The ObjectDataSource control calls its update method, passing the changes as parameters to the method call.
ObjectDataSource控件调用其更新方法,并将更改作为参数传递给方法调用。
msdn2.microsoft.com
6.
Exception is thrown when an unrecognized HRESULT is returned from a COM method call.
当COM方法调用返回一个无法识别的HRESULT时,将引发。
msdn2.microsoft.com
7.
Make a simple Web service method call during your splash screen because the first call is slower than subsequent calls.
初始屏幕期间创建一个简单的Web服务方法调用,因为第一个调用比后面的调用要慢。
msdn2.microsoft.com
8.
The out-of-band data of the method call.
方法调用的带外数据。
msdn2.microsoft.com
9.
Method call resulted in character formatting being applied.
方法调用导致应用字符格式设置。
msdn2.microsoft.com
10.
And in the absence of clear documentation, you must make defensive copies on both sides of a method call.
而缺乏清楚的文档说明时,您必须在方法调用的两边都创建防御副本。
www.ibm.com
1.
To return three variables with a single method call.
在一个方法调用中返回三个变量。
msdn2.microsoft.com
2.
Are involved, a platform invoke method call flows from managed to unmanaged code, and never the other way.
时以外,平台调用方法调用从托管代码流向非托管代码,而绝不会以相反方向流动。
msdn2.microsoft.com
3.
An argument passed to the remote method during the method call.
在方法调用期间传递给远程方法的参数。
msdn2.microsoft.com
4.
You also saw how to add multiple records in one method call, saving the overhead of making several remote server calls in a row.
还学习了如何通过一个方法调用添加多条记录,避免了连续执行多个远程服务器调用的开销。
www.ibm.com
5.
For each interaction with the Web service, the client first must authenticate with the service using the login method call, as in Listing 2.
对于与Web服务的每次交互,客户机必须使用登录方法调用来进行验证,如清单2所示。
www.ibm.com
6.
The sample queues up an asynchronous method call that is executed by a thread from the thread pool managed by the common language runtime.
该示例对异步方法调用进行排队,此异步方法调用由公共语言运行库管理下的线程池中的线程执行。
msdn2.microsoft.com
7.
The parameter types of a method call.
方法调用的参数类型。
msdn2.microsoft.com
8.
Encryption and decryption is executed in a single method call.
加密和解密在单个方法调用中完成;
www.infoq.com
9.
A method call from a Visual Studio 2005 client automatically generates the appropriate SOAP request.
来自VisualStudio2005客户端的方法调用将自动生成相应的SOAP请求。
msdn2.microsoft.com
10.
One line of stack trace information is listed for each method call on the stack.
对于堆栈中的每个方法调用,都列出一行堆栈跟踪信息。
msdn2.microsoft.com
1.
JsMock does not just give us the ability to test method call order and parameter values.
JsMock不仅仅能够让我们测试方法调用顺序和参数值。
www.infoq.com
2.
The goal of the IOR is to enable the client to make a connection to the server so that it can complete a method call.
IOR的目的就是使客户机能够连接到服务器,以便它能够完成方法调用。
www.ibm.com
3.
The parameter values of a method call.
方法调用的参数值。
msdn2.microsoft.com
4.
The invocation chain finds the add service add method and invokes the method call.
调用链找到add服务的add方法并调用此方法。
www.ibm.com
5.
To perform a method on a D-BUS object, you send the object a method call message.
要执行D-BUS对象的方法,您需要向对象发送一个方法调用消息。
www.ibm.com
6.
If the method call throws an exception, the transaction is aborted.
如果方法调用引发异常,则中止事务。
msdn2.microsoft.com
7.
Parameters are user-defined strings passed into this method call.
参数是传递到此方法调用中的用户定义的字符串。
msdn2.microsoft.com
8.
The method call will return the data associated with each global ID defined.
方法调用会返回与每个定义的全局ID关联的数据。
www.ibm.com
9.
Gets the exception thrown during the method call.
获取在方法调用期间引发的异常。
msdn2.microsoft.com
10.
Activates an object on a method call and deactivates when the call returns.
在方法调用时激活对象,在调用返回时停用。
msdn2.microsoft.com
1.
In Listing 10, the quantity starts the method call, which moves through Integer, then BigDecimal, finally returning an Ingredient.
在清单10中,数量开始方法调用,开始是Integer,然后是BigDecimal,最后返回Ingredient。
www.ibm.com
2.
The method call renders the second member of the array before it renders the first member.
此方法呼叫会先呈现阵列的第二个成员,然后再呈现第一个成员。
technet.microsoft.com
3.
Method call when you want to render a semicolon from a custom control or adapter.
如果想从自定义控件或适配器中呈现分号,请将。
msdn2.microsoft.com
4.
Class holds information returned after a remote method call.
类保存远程方法调用后返回的信息。
msdn2.microsoft.com
5.
Gets the exception that was thrown during the remote method call.
获取在远程方法调用期间引发的异常。
msdn2.microsoft.com
6.
You specify the type you would like it to instantiate when making the method call.
当进行该方法调用时,您要指定要让它实例化的类型。
cxp.9876.blog.163.com
7.
This situation presents a challenge if you need to use the CourseManager object for anything during a remote method call.
如果在远端方法调用过程中需要大量使用CourseManager对象,那么上述情形就会遇到问题了。
www.ibm.com
8.
From a method call, which I ll discuss in detail in a future article.
与方法调用的必要条件,这一点将在以后的文章中详细讨论。
www-128.ibm.com
9.
Returns the headers that are sent along with the method call.
返回与方法调用一起发送的标题。
msdn2.microsoft.com
10.
Objects and want to add them to the collection with a single method call.
对象并想通过单个方法调用就将这些对象添加到集合中时,则可以使用。
msdn2.microsoft.com
1.
That represents the return value of the method call.
表示方法调用的返回值。
msdn2.microsoft.com
2.
The commit process may complete synchronously inside this method call.
提交过程可能在此方法调用中同步完成。
msdn2.microsoft.com
3.
To swap the values, you must do so inline, outside of a method call.
要交换值,您必须用在方法调用外部用内联来完成。
www-128.ibm.com
4.
To pass an argument to this method call, place the argument before the callback function as follows (see Listing 12).
要想在该方法的调用中传递一个参数,在如下所示的callback函数之前放置一个参数(见清单12)。
www.ibm.com
5.
The object is created and destroyed for every data method call.
将为每个数据方法调用创建和销毁实例化对象。
msdn2.microsoft.com
6.
Sets the headers that are sent along with the method call.
设置与方法调用一起发送的标题。
msdn2.microsoft.com
7.
One well-known source has cited that a synchronized method call is as much as 50 times slower than an unsynchronized method call.
一个著名的资料来源就曾经引证说一个同步的方法调用比一个非同步的方法调用慢50倍。
www.ibm.com
8.
has_many is a static method call for which the symbol : items is a parameter.
has_many是一个静态方法调用,符号:items是它的参数。
www.ibm.com
9.
Method call to indicate the item should never expire.
参数中以指示项从不过期。
msdn2.microsoft.com
10.
You can reduce the notifications returned by changing the ObjectName query string, or by using the filtering parameter on the method call.
可以通过更改ObjectName查询字符串或对方法调用使用筛选参数来减少返回的通知。
www.ibm.com
1.
The parameter names of the method call.
方法调用的参数名称。
msdn2.microsoft.com
2.
The exception that is thrown when a method call is invalid for the object's current state.
当方法调用对于对象的当前状态无效时引发的异常。
msdn2.microsoft.com
3.
For the current remote method call.
当前远程方法调用的。
msdn2.microsoft.com
4.
Method Request ? contains the context information such as parameters, and represents a method call on the active object.
MethodRequest——包含诸如参数等上下文信息,并表示对活动对象的方法调用。
www.ibm.com
5.
Next, I make the mapReduce method call on the retweets collection.
下一步,我在retweets集合上制定mapReduce方法调用。
www.ibm.com
6.
You can remove parameters from a method declaration or a method call.
可以从方法声明或方法调用中移除参数。
msdn2.microsoft.com
7.
OVal also supports a means to prevalidate class members before or after a method call.
OVal也支持在方法调用前或后对类成员进行预先验证。
www.ibm.com
8.
The method call params. pue-trend-dataId[] automatically retrieves the parameter from the URL.
方法调用params.pue-trend-dataId[]自动检索URL的参数。
www.ibm.com
9.
Requests processing of the response from a method call that is sent asynchronously.
请求处理来自方法调用的异步发送的响应。
msdn2.microsoft.com
10.
RPC Web services present a distributed function (or method) call interface that is familiar to many developers.
目前Web服务的RPC分布式函数(或方法)的调用界面,熟悉的许多开发商。
q.sohu.com
1.
These additional calls add extra overhead because the transition from native to Java code is more expensive than a normal method call.
这些额外的调用会带来额外的开销,因为从本机代码过渡到Java代码要比普通方法调用开销更大。
www.ibm.com
2.
A parameter was missing from the method call.
方法调用缺少一个参数。
msdn2.microsoft.com
3.
The method call first specifies an index location of 1 from which the control is deleted.
此方法调用首先指定将从中删除控件的索引位置1。
msdn2.microsoft.com
4.
Value returned from the method call.
从调用方法返回的值。
www.fan6.net
5.
Arguments passed in the method call.
传递给方法调用的参数。
www.fan6.net
6.
For the current method call.
当前方法调用的。
msdn2.microsoft.com
7.
Method call are also removed.
方法调用与。
msdn2.microsoft.com
8.
The default value is used when an actual value is not specified in the method call.
如果未在方法调用中指定实际值,则使用默认值。
msdn2.microsoft.com
9.
The return value of the method call is ignored. Check whether this is intended.
这个方法调用的返回值被忽略,检查是否需要它。
blog.csdn.net
10.
Method call. This event is also raised anytime a.
方法调用的结果。
msdn2.microsoft.com
1.
Add the following method call to the OnConnection method.
将下面的方法调用添加到OnConnection方法。
msdn2.microsoft.com
2.
The exception that is thrown when an unrecognized HRESULT is returned from a COM method call.
当从COM方法调用返回无法识别的HRESULT时引发的异常。
msdn2.microsoft.com
3.
The method call is invalid.
方法调用无效。
msdn2.microsoft.com
4.
An IAsyncResult which is passed to EndInvoke to obtain the return values from the remote method call.
IAsyncResult,传递给EndInvoke以从远程方法调用中获取返回值。
msdn2.microsoft.com
5.
Listing 1 gives an example of using a method call transformation.
清单1给出了使用方法调用转换的一个例子。
www.ibm.com
6.
If the resource set is closed before the method call is made.
如果执行方法调用前关闭了资源集,则由。
msdn2.microsoft.com
7.
For example, logging that the method call is about to take place.
比如,记录方法调用即将发生的日志。
www.infoq.com
8.
For example, an in-process method call. Such messages are drawn as a horizontal arrow.
像进程内的方法调用,这样的消息可以画为一个水平的箭头。
english.31931.cn
9.
If you are using the Graphics object after the GetHdc method, call the ReleaseHdc method.
如果在使用GetHdc方法后使用Graphics对象,请调用ReleaseHdc方法。
msdn2.microsoft.com
10.
That is, the most recent method call is described first.
即,最近的方法调用列在最前面。
msdn2.microsoft.com
1.
For example, one method call may result in several other method calls before it returns.
例如,一个方法调用可能在它返回之前引起其它方法调用。
www.ibm.com
2.
Second, you can double-click any method call and Visual Studio will open the method for you.
第二,可以双击任何方法,VisualStudio将为您打开该方法。
www.cnblogs.com
3.
A property or method call cannot include a reference to a private object, either as an argument or as a return value
无论是作为参数还是作为返回值,属性或方法调用都不能包括对私有对象的引用
msdn2.microsoft.com
4.
Method call in such a way that the updates can be discarded if the
方法调用后的任何更新,这样,如果调用
msdn2.microsoft.com
5.
Flushing is done by another output looking call, and closing is done by a method call. Like this
回写看起来像另一次输出,然后调用方法关闭。
blog.163.com
6.
Method call used to mark exception handlers as introducing a CER in their
块中引入CER时用于标记异常处理程序的
msdn2.microsoft.com
7.
Method, call the base method, assign different values to the parameters passed to the base method, and then return the resulting
方法、调用基方法、为传递给基方法的参数赋予不同的值,然后返回得到的
msdn2.microsoft.com
8.
The height of the column headers is adjusted only once per method call if the content change requires it;
如果更改列标题的内容需要调整列标题的高度,则每调用一次该方法仅调整一次列标题的高度;
technet.microsoft.com
9.
This form of method call only allowed in methods of derived types
该方法的窗体只允许在导出类型的方法中
zhidao.baidu.com
10.
Are popped from the stack; the method call is performed with these arguments and control is transferred to the method in
通过这些参数执行方法调用并将控制转移到由方法元数据标记引用的
msdn2.microsoft.com
1.
This form of method call only allowed for class methods
该方法的窗体只允许类方法
blog.sina.com.cn
2.
Calling convention, the first parameter of a method call is the this
调用约定时,方法调用的第一个参数是
msdn2.microsoft.com
3.
This instance populates the backend data, sets an instance object of UserFormBean, and returns this object using this method call
这一实例植入后端数据,设置UserFormBean的实例对象,并使用以下方法调用返回该对象
www.ibm.com
4.
When a remote method call is made to an object in another,
中的对象进行远程方法调用时,
msdn2.microsoft.com
5.
The height of the column headers is adjusted only once per method call;
每调用一次该方法仅调整一次列标题的高度;
technet.microsoft.com
6.
If you need the return value from a process started with this method, call
如果需要此方法所启动的进程的返回值,则调用
msdn2.microsoft.com
7.
The width of the row headers is adjusted only once per method call;
每调用一次该方法仅调整一次行标题的宽度;
technet.microsoft.com
8.
Gets the number of arguments in the method call marked as
获取方法调用中标记为
msdn2.microsoft.com
9.
The following example shows a method call in a query expression
下面的示例演示查询表达式中的方法调用
msdn2.microsoft.com
10.
The save method call is placed in the event hander for the exit menu item
save方法调用应放在退出菜单项目的事件处理程序
msdn2.microsoft.com
1.
Method call is removed from the stack, and all information blocks placed on that stack after that
方法调用放在堆栈上的信息块会从堆栈中移除,而且在该
msdn2.microsoft.com
2.
This method call is exactly equivalent to the following call to the overloaded
此方法调用完全等效于下面的重载
msdn2.microsoft.com
3.
Gets an array of arguments in the method call that are not marked as
获取方法调用中未标记为
msdn2.microsoft.com
4.
The stack-trace information for each method call is formatted as follows
每个方法调用的堆栈跟踪信息都具有如下格式
msdn2.microsoft.com
5.
with a 128 - character buffer , the method call would return 127 characters instead of the requested 128
该方法调用将返回127个字符而不是请求的128个字符。
www.ichacha.net
6.
Changing Behavior for the Same Method Call
改变同一个方法调用的行为
www.blogjava.net
7.
The column widths are adjusted only once per method call;
每个方法调用只调整一次列宽;
technet.microsoft.com
8.
An event indicating that a method call is about to return
指示方法调用准备返回的事件
www.ibm.com
9.
The row heights are adjusted only once per method call;
每调用一次该方法只调整一次行高;
technet.microsoft.com
10.
A typical checkPermission(Permission p) method call on the AccessController class might result in the following sequence
AccessController类典型的checkPermission(Permissionp)方法调用可能会导致下面的一系列操作
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 22:54:24