Each parameter is specified by calling a client method with the same name and by passing the value to the method as first argument.
通过调用相同名称的客户端以及将值作为第一个参数传递给该方法,来指定每个参数。
The servlet then calls the appropriate objects to handle the method calls against back-end objects, passing the UserDataBean as a parameter.
然后servlet调用适当的对象来处理调用后端对象的方法,将UserDataBean作为参数传递。
The second method calls itself recursively, passing an accumulator parameter, where the result of the calculation is "accumulated".
第二个方法递归地调用了自己,传递一个accumulator参数,这个参数是计算结果累积的地方。
The options bundle that you're passing to the tabs method employs the same visual effect you used in Part 3, but an additional parameter allows you to disable all but the first tab.
传递给tabs方法的选项包使用了与 第 3部分相同的视觉效果,但额外的一个参数可用来禁用除第一个选项卡之外的所有选项卡。
Listing 5 shows how we would open an HTTP connection with a specified request method of GET, passing a parameter with the name size and a value of large.
清单5显示了如何用特定请求方法GET和一个名为size值为large的参数打开一个HTTP连接。
It is this that allows us to do the trick of printing out the parameter "p" and then passing it to the "rest" function to continue the computation, seen here in the definition of the "Bind" method.
这样话,就可以让我们能取巧打印出参数“p”并接着把它传递给“rest”函数继续进行计算。
Accept immediately calls the visit method on the visitor, passing the node as a parameter.
accept直接对访问器调用visit方法,并把节点作为参数传递。
Invoke the request method passing the message as a parameter.
调用request方法,将消息作为参数传递。
Invoke the request method passing the message as a parameter.
调用request方法,将消息作为参数传递。
应用推荐