How do I pass optional parameters?
如何传递可选参数?
The square brackets ([ and ]) enclose optional parameters.
方括号([和 ])中的是可选参数。
You can specify one or both of the optional parameters.
你可以指定其中一个或两个可选参数。
The tag contains a list of builders (and optional parameters).
标签中包含一组构造器(和可选的参数)。
The sendRequest function has three optional parameters as well.
sendRequest函数也有三个可选参数。
Most job types have one or more required or optional parameters.
大多数作业类型都拥有一个或多个必需或可选参数。
The mandatory parameter set is followed by the set of optional parameters.
强制参数集之后是可选参数集。
Optional parameters must be the last parameters in the parameter list.
选择性参数必须是参数清单中的最后一个参数。
ActionScript lets you have optional parameters, but they must have default values to use.
ActionScript允许有可选参数,但必须有可用的缺省值。
Optional parameters to a copy method determine how relationships and sub-elements are copied.
复制方法的可选参数确定如何复制关系和子单元。
There are other optional parameters that this function takes (refer to the PHP documentation).
这个函数还接受其他可选参数(参见php文档)。
For example, WASService -add has three required and nine optional parameters, shown in Figure 1.
例如,WASService - add拥有3个必要参数和9个可选参数,如图1所示。
If two signatures are equally good, one that does not omit optional parameters is preferred.
如果两个签名一样好,则没有忽略可选参数的那个胜出。
As the number of optional parameters increases, the complexity of the overloading increases.
随着可选参数数量的增加,重载的复杂性随之增加。
You can pass optional parameters to the ReqPro40.ReqTypes API to provide the following properties.
您可以传递可选的参数到ReqPro40. ReqTypesAPI,从而提供以下的属性。
Where command is the YQL command and query parameter represents optional parameters to the service.
其中command是YQL命令,queryparameter表示服务的可选参数。
By default, all optional parameters for a BAPI are included in the generated business object attributes.
在缺省情况下,BAPI的所有可选参数都包括在生成的业务对象属性中。
As discussed in the previous article in this series, the square brackets () enclose optional parameters.
如本系列的上一篇文章所述,方括号()包括可选参数。
This method receives two required parameters and three optional parameters, which are described in Table 1.
这个方法有两个必要参数和三个可选参数,见表1。
Figure 2 shows the optional parameters required and output from running the DWReport example from Listing 2.
图2显示了所需的可选参数以及清单2中运行DWReport示例的输出。
This construct is similar to the (exists...) construct that you saw earlier in Listing 2 for optional parameters.
这个构造与清单2中用来处理可选参数的(exists…)构造相似。
We could then turn the optional parameters into either a single string or a set of POSTed parameters as necessary.
然后,必要时可以将可选参数转换成一个字符串或一组POST参数。
In theory, the URL could also include the name of a controller and any optional parameters the controller might need.
理论上,该URL也可以包含控制器的名称和控制器需要的任何可选参数。
This pattern may also be used when the addition of optional parameters can speed up the processing of the service request.
当添加可选参数能够加速服务请求的处理时,也可以使用这种模式。
Dynamic lookup as well as named and optional parameters both help making programming against COM less painful than today.
动态查找以及命名参数和可选参数都有助于使针对COM的编程不再像今天这样痛苦。
You can define more than one optional parameter, but all the optional parameters must be at the end of the parameter list.
您可以定义多个选择性参数,但是所有选择性参数必须位在参数清单的结尾。
The optional parameters to the list command imply that the command can list specific files, or all the files, depending on how the command was invoked.
list命令的可选参数意味着该命令可以列出具体文件或所有文件,这取决于调用命令的方式。
Optional parameters are an exception, because they are optional. For an optional parameter, it's OK if the binding can't get the value from the URI.
可选参数是一个例外,因为它们是可选的。对于可选参数,如果绑定不能通过URI获取它的值,是没关系的。
For each action, get a list of the parameters that are a simple type, where the binding gets the parameter from the URI. Exclude optional parameters.
针对每个动作,获得简单类型的参数列表,这是绑定得到URI参数的地方。该列表不包括可选参数(提取方法的参数名称—译者注)。
For each action, get a list of the parameters that are a simple type, where the binding gets the parameter from the URI. Exclude optional parameters.
针对每个动作,获得简单类型的参数列表,这是绑定得到URI参数的地方。该列表不包括可选参数(提取方法的参数名称—译者注)。
应用推荐