The example looks up the add method chain.
本例查找add方法链。
The chain corresponding to the add method is found.
将创建与add方法对应的链。
Listing 10 shows the amended Exporter: : add method.
清单10展示了修改后的Exporter: add方法。
At this point it is the add method that gets called.
至此,这就所调用的add方法。
The add method appends a validator instance to the array.
add方法可将一个验证器实例追加到该数组。
The add method adds a feed to the list and updates the feed.
add方法向列表中添加一个提要,并更新提要。
Another one of your tasks was to fix a bug in the products add method.
另一个任务是修复productsadd方法中的bug。
Passing in multiple parameters to the Add method is also quite similar.
给Add方法传入多个参数也和C#非常类似。
This is a very simple wrapper around the add method on the FeedList class.
这是一个非常简单的包装器,打包了feedlist类的add方法。
To supply a value, you call the add method of the Attribute interface.
要提供值,则需要调用Attribute接口的add方法。
What would really help here is some type hinting in the add method signature.
此处真正有用的是add方法签名中的一些类型提示。
The add method adds a new item to the list, then returns the list in HTML.
add方法用于在列表中添加新的项目,然后再在HTML中返回列表。
The invocation chain finds the add service add method and invokes the method call.
调用链找到add服务的 add方法并调用此方法。
The add method adds an E-mail to the queue and is meant to be used by the front end.
add方法向队列中添加一个电子邮件,这个方法由前端使用。
From there, you use the Add method, which creates a document and returns a reference to it.
从那里,您使用Add方法,这将创建一个文档并返回一个对该文档的引用。
All the test suites are eventually added to the master test suite using the add method.
最终使用add方法,把所有测试套件添加到主测试套件中。
The client must convert the IOR to a realistic object with the Add method that it can call to.
客户机必须用add方法将IOR转换成它可以调用的实际对象。
From there, use the add method, which creates a new document and returns a reference to it.
然后使用add方法创建一个新文档并返回其引用。
It looks like the add method is something you should override in FixedList, as in Listing 11.
似乎add方法应当在FixedList中被重写,如清单11所示。
Finally, in the products add method, you could have checked to make sure the user had permissions.
最后,在productsadd方法中进行检查以确保用户具有权限。
You could fall back on type checking inside the add method, but that is not elegant and inflexible.
您可以依赖add方法内部的类型检查,但这并不优雅而且不固定。
The add method takes just one parameter, which is a string form of the value you want to provide.
add方法只采用了一个参数,该参数是想要提供的值的字符串形式。
The rest of the view provides a convenient way to add method overrides for common SIP servlet methods.
视图余下的部分提供了方便的方法来添加公共SIPservlet方法的方法覆盖。
To add a new Material object to your design, you need to invoke the add method of the Materials class.
要将一个新的Material对象添加到设计中,需要调用Materials类的add方法。
The add method just adds the to-do item to the table, then returns new contents for the results tag.
add方法把to - do项添加到表中,然后为得到的标记返回新的内容。
Write a couple of tests, as in Listing 16, to verify that the new overloaded add method behaves as expected.
编写两个测试,如清单16所示,检验新的重载后的add方法是否如期望的那样运行。
The add method is implemented within our server running in cyberspace at the address defined in the IOR.
add方法在服务器中实现,而该服务器在IOR中定义的地址上的电脑空间中运行。
Listing 1 illustrates another difference between SWT and the JDK: Composites lack the add method from containers.
清单1展示了SWT与jdk之间的另一个区别:组合没有容器中的add方法。
This page USES the form_remote_tag to submit the contents of the simple form to the add method in the controller.
这个页面使用form_remote_tag把简单表单的内容提交到控制器中的add方法。
Instead of throwing an unchecked exception with a call to the add method, you just get false returned by offer .
它不是对调用add方法抛出一个unchecked异常,而只是得到由offer返回的false。
应用推荐