Doyle was so impressed with the method that he later made it Holmes' signature method.
道尔对这个方法留下了深刻的印象,以至于后来他把它作为福尔摩斯的特有的方法。
In the SOAP header, message can be used saved the information of call direction, signature method and encryption method.
在此标头中,消息可以存储关于调用方、消息的签名方法和加密方法的信息。
Most of the traditional antivirus solutions are based on the signature method which can capture and eliminate only known set of viruses and other kind of malwares.
大多数传统的防病毒解决方案是基于签名的方法,它可以捕获和消除唯一的已知的病毒和其他类型的恶意软件。
Just a 90-minute drive from Paris, the region has many small Champagne houses, each with its own special method for creating a signature bubbly.
距离巴黎只有90分钟的车程,该地区有许多小型香槟酒庄,每一家都有自己独特的酿造特色香槟酒的方法。
In the case of generic methods, if a type parameter appears only once in the method signature, then it probably should be a wildcard rather than a named type parameter.
就泛型方法来说,如果一个类型参数在方法签名中只出现一次,它很有可能是一个通配符而不是一个命名的类型参数。
You can throw any kind of exception you like - checked, runtime, or error - as long as the method signature supports it.
可以抛出您需要的任何类型的异常(已检查、运行时或错误),只要方法签名支持它即可。
Another example: the user identity is passed as a parameter defined in the method signature.
另一个示例:用户标识作为方法签名中定义的参数进行传递。
The signature of the method also defines a CLR return type, which takes the deserialized XML content from the service response.
这个方法的签名还定义了一个CLR返回类型,它从服务响应中反序列化出xml内容。
When you select the corresponding property, you can see the change in the method signature at the top of the page.
当您选择了相应的属性,您就能看到这一页顶端的方法签名的变化。
Both protocols use endpoint identifiers to identify a target object within the server-side middleware and they both use method identifiers to determine the signature of the method to be invocated.
这两个协议都使用端点标识符来识别服务器端中间件中的目标对象,且它们都使用方法标识符来确定待调用方法的签名。
The result is that if an internal module is used, the first time the client finds out is when either a compile failure occurs — or when a run time failure occurs because the method signature changed.
最终结果是如果使用了某个内部模块,那么客户端第一次找到它时是在出现编译故障或运行时故障时,因为方法签名被修改了。
Because multiple methods of the same class can have the same name, the JSP container needs the full signature to identify the method that must be called.
因为同一个类的多个方法可以使用相同的名称,所以jsp容器需要完整的签名来识别需要调用的方法。
If you want to change a method signature or add a method, you modify the source, but once you save it you must rebuild your.JAR file.
如果您想改变方法签名或者添加一个方法,您要修改您的插件程序的源代码,但是一旦您将其保存您必须重新构建您的JAR文件。
Since we are changing the method signature, we are clearly breaking the existing clients.
由于我们修改了方法签名,显然已经破坏了现有客户机。
In a data logic method, the return value is an object or value that matches the method signature.
在数据逻辑方法中,返回值是一个对象或与方法签名相匹配的值。
The goal of a method signature that accepts generic data instead of strongly typed objects is to ensure loose coupling between the caller and the target object.
接受一般数据而不接受强类型对象的方法签名的目标在于确保调用函数与目标对象之间的松散耦合。
In many cases, changing the method signature so the collaborator becomes a parameter will result in a confusing, untested snarl of code inside the method's original callers.
在许多情况下,更改方法签名以使合作者成为参数将会在方法的原始调用者内部产生混淆的、未经试验的代码混乱。
All you've done here is take the same signature you used for the method in the actual concrete class.
在这里完成的所有操作是获得用于实际的具体类中方法的同一个签名。
With object-oriented designs, passing the object often provides better encapsulation, in that changes in the object fields don't require changes to the method signature.
在面向对象设计中,传递对象通常能提供较好的封装,因为对象字段的变化不需要改变方法签名。
A signature declares parameters passed during a method call.
在方法调用期间,签名声明了被传递的参数。
None of this information is provided by a method signature regardless of where they are implemented, but this information is crucial to a good SOA.
不管是否实现,方法签名都不会提供此信息,但此信息对于好的soa来说是很关键的。
The structure of the message is generally tightly bound to the signature of the method being invoked by the underlying object implementation.
消息的结构通常紧密地绑定到由基础对象实现调用的方法的签名。
When the source and target of a message is an object or class, the label is the signature of the method invoked in response to the message.
当消息的源和目标为对象或类时,标签是响应消息时所调用方法的签名。
For instance, you may change the method signature so that the collaborator object is passed in.
例如,可以更改方法签名,以便传入合作者对象。
The method signature ends with a colon, which indicates that the body of the function follows on subsequent lines.
方法签名以冒号结尾,表示下面的代码行是函数体。
It's also good practice, because you can tell from the method signature that calling the method can't alter the object's state.
这也是一种好的做法,因为你可以从方法声明中看出调用该方法不需要更新此对象的状态。
This use of the method symbol name is referred to as the method signature and, for the purposes of overloading, the return type is ignored.
这种方法符号名称被称作方法签名,为了便于重载,返回类型被省略。
By default, this file does not exist because EMF simply provides an empty method signature for each EOperation.
默认情况下,这个文件并不存在,因为EMF只为每个EOperation提供一个空的方法签名。
In FieldSetEditor, I implement the method signature that matches field accesses.
在FieldSetEditor中,我实现了匹配字段访问的方法签名。
Abstract methods must be qualified by the abstract keyword and must consist of a method signature only.
抽象方法必须用abstract 关键字限定,且必须只由一个方法签名组成。
应用推荐