这两个参数的默认值都是2。
此外还包括了这些参数的默认值。
小括号中的文字表示参数的默认值。
常用来指定命令行参数的默认值。
Use Default Values. If parameter is unset or null, the expansion of word is substituted. Otherwise.
该数据库配置参数的默认值是'SYSTEM '。
The default value of this database configuration parameter is' SYSTEM '.
可选参数的默认值必须是一个常数表达式。
The default value for an optional parameter must be a constant expression.
可以进行这样的省略是因为Ruby支持参数的默认值。
I got away with that omission because Ruby supports default values for parameters.
其他参数的默认值将满足运行这个消息流的要求。
Default values for the other parameters will satisfy the requirements for running this message flow.
每个参数的默认值都基于来自JSP文件的用户输入。
The default values for each of the parameters are all based on user inputs from the translate JSP file.
数据库名是惟一需要的参数,其他参数的默认值如下所示。
The database name is the only required parameter the others default to the following.
这些参数的默认值是OFF,这表示使用循环日志模式。
The default values for these parameters are OFF, which indicates circular logging mode to be used. There are five values you can set for these two parameters
在少数情况下,你可能需要用计算绑定的方式来作为参数的默认值。
In rare cases, you may want to compute the binding to be used as a parameter default.
除了可以为参数指定的各种属性外,对于IDS,也可以指定参数的默认值。
Apart from the various attributes that can be specified for a parameter, for IDS, a default value for the parameters can also be specified.
这个参数的默认值是10,如果需要索引的文档数非常多的话这个值将是非常不合适的。
The default value of this parameter is 10, which isn't suitable if you have a large number of documents.
返回的映射中的值将包含这些属性和参数的默认值(没有默认值的属性和参数的值为null)。
The values in the returned map will contain default values for the properties and parameters (or null for properties and parameters with no defaults).
这个参数的默认值是10,如果你有足够的内存,那么将这个值尽量设的比较大一些将会显著的提高索引性能。
The default value of this parameter is 10. If you have enough ram, set the value of this parameter as large as possible to decrease the indexing time dramatically.
这个参数的默认值是10,如果你有足够的内存,那么将这个值尽量设的比较大一些将会显著的提高索引性能。
The default value of this parameter is 10. If you have enough RAM , set the value of this parameter as large as possible to decrease the indexing time dramatically.
构造方法在它的parameters参数中检查每个属性;对于每个属性,如果它存在于原型中,那么它的值覆盖参数的默认值。
The constructor examines each property in its parameters argument; for each one, if the property exists in the prototype, then its value overrides the parameter's default value.
它的默认值是 Integer.MAX_VALUE,将这个参数设置为比较大的值可以提高索引效率和检索速度,由于该参数的默认值是整型的最大值,所以我们一般不需要改动这个参数。
The default value is Integer.MAX_VALUE. Large values are better for batched indexing and speedier searches.
在目前的情况下,您可以使用默认值,这是一个参数范围内的变量。
In this case, you will use the default, which is a variable in the parameter scope.
接下来您可能需要验证参数值,或者为丢失的参数指派默认值。
Perhaps then you will need to validate parameter values, or assign defaults to missing parameters.
其他模式参数中的绿色箭头表明这些模式参数都使用有效的默认值。
The green ticks against the other pattern parameter sections indicate that the other pattern parameters all have valid default values.
如果需要为尚未指定的参数指派默认值怎么办?
What if you need to assign default values for parameters that aren't specified?
模式几乎为所有模式参数提供默认值和相关的解释。
The patterns provide defaults for nearly all pattern parameters and help is provided to explain them.
您能够使用清单6中所示代码行来为缺失的参数指定默认值。
You can use the line of code shown in Listing 6 to specify a default value for an argument that is absent.
Action方法的参数可以支持默认值。
如果过程是惟一的,那么可以省略有默认值的参数,并且可以按任意顺序输入参数。
If the procedure is unique, you can omit parameters that have default values and enter the parameters in any order.
许多语言都允许你为一个方法的一个或多个参数定义默认值。
Many languages let you define default values for some or all of the arguments to a method.
如果存储过程是惟一的,那么可以忽略有默认值的参数,并且可以按任意顺序输入参数。
If the stored procedure is unique, then you can omit parameters that have default values, and you can enter the parameters in any order.
在调用具有许多参数,而且其中一些参数有默认值的存储过程时,命名参数特别有用。
Named parameters are especially useful for calling stored procedures that have many arguments and some of those arguments have default values.
应用推荐