Now the only additional pieces of information I need are the method name and the parameters to pass into the method call.
现在,我需要的唯一其他的几条信息就是要传送到方法调用中的方法名称和几个参数。
The method name reflects only one property of the method: the business logic to perform the credit operation.
这个方法名只反映了方法的一个属性:执行信贷业务的业务逻辑。
The message/method name is placed above the arrowed line.
消息/方法名字放置在带箭头的线上面。
All you need to do is select a method name.
您所需要做的就是选择方法名称。
This would prevent a common mistake like misspelling the method name.
这样可以防止误拼方法名之类的常见错误。
As can be noticed, the method name will match the input element name.
可以注意到,方法名称将与输入元素名称相匹配。
Listing 4 shows this code, in the form of an application that takes a pair of command-line arguments giving the class name and method name to be timed.
清单4展示了该代码,它是一个带有两个命令行参数的应用程序,这两个参数分别给出类名和要计时的方法名。
It means never thinking twice about misspelling a method name because the compiler immediately indicates the error.
这意味着,不用过多考虑方法名称的拼写错误,因为编译器能够立即指出这类错误。
First, there are methods that take an explicit source class name and source method name.
第一种类型的方法包含代表源文件名称及方法名称的参数。
The service utility calls the SOAP client dynamically for each service implementation and passes the service implementation URL, URN, and method name.
服务实用程序为每个服务实现动态调用SOAP客户机,并传送服务实现URL、URN和方法名。
Within that directory, we have one directory per test method, whose name exactly matches the method name.
在该目录中,我们对每个测试方法都提供了一个目录,其名称完全匹配该方法名称。
You usually do not find out the method name (item 3), and discovering item 4 does not make any sense.
您通常不会发现方法名(第3项),而且发现第4项也没什么意义。
Each service utility class has it own implementation, since the URN name and method name each needs to invoke will be unique.
因为每个服务实用程序类所需调用的UR n名和方法名都将是唯一的,所以它们都有其自己的实现。
Set the target URN, method name, and parameters of the first service.
设置第一个服务的目标URN、方法名和参数。
It then calls the method and saves the result, then finishes by printing the method name and return value indented to the current nesting level.
然后调用方法并保存结果,然后在比当前缩进位置再缩进的位置打印方法名和返回值。
If I were just going to change a method name in my code, I'd just do it.
如果我想要改变我的代码中某个方法的名称,改就好了。
The namespace URI that scopes the method name in SOAP is functionally equivalent to the interface ID that scopes a method name in DCOM or CORBA.
在SOAP中检查方法名称的名称空间uri与在DCOM或CORBA中检查方法名称的接口id在功能上是相同的。
In case it does not find any it will try to parse the method name and create a query from it.
如果没有找到任何可以解析的方法名,那就会创建一个查询方法。
The method name is used as the name of the pointcut.
方法名被用作切入点的名称。
Putting the class name as a prefix to the method name indicates that the method is a class method.
将类名作为方法名的前缀来指示该方法是类的方法。
What you see in these listings is that the method name and parameters are encoded as Java Strings or parameters (depending on what technology is used).
在这些清单中所看见的方法名和参数是以String或Parameter编码的(取决于所使用的技术)。
In addition, it is desirable to prefix the test method name with "test" so that the test runner will execute all methods automatically.
此外,合适的是测试方法名称都有一个“test ”前缀,这样测试运行人员就可以自动地执行所有的方法。
Listing 4 adds logging to the third try block, logging just the method name for each part of the stack trace.
清单4向第三个try块添加了日志记录功能,只记录堆栈跟踪每部分的方法名称。
scriptmethod : The event type (onClick, onChange, and so on) and the method name for the method that should be called in case of an event.
scriptmethod :事件类型(onClick、onChange 等等)和在发生事件时应该调用的方法的名称。
In the first string, again a naming convention is followed — finder method name plus WhereClause.
在第一个字符串中,再遵守另一个命名约定—查找器方法名加WhereClause。
Each line starts with ingredient, which is the method name.
每一行都以ingredient开始,即方法名称。
If the type is set, I expect an attribute name; otherwise, I assume a method name.
如果类型是set,那么就认为是一个属性名,否则,就认为是一个方法名。
Why do you have to preface the method name in the listener attribute with "listener" (it seems redundant, doesn't it)?
为什么必须在listener属性中的方法名称之前加上“listener”前缀(看起来多余,是不是?)
The methods keyword allows you to select method trace by class, method name, or both.
methods关键字允许按照类、方法名或这两者选择要跟踪的方法。
The names of the intermediate values that I needed to compute were prefixed with "get" to derive the method name.
我需要计算的中间值的名称带有“get”前缀,从而推导出方法名。
应用推荐