为JRuby运行时创建参数数组。
清单5:创建参数数组和调用Web服务。
Listing 5: Creating the parameter array and invoking the Web service.
参数数组必须是最后一个变量。
第四个调用将数组传递给参数数组。
参数数组必须是唯一的可选参数。
命名的参数数组不能大于变量数组。
参数数组前面的所有参数都是必需的。
All parameters preceding the parameter array must be required.
参数数组必须通过值传递。
参数数组是自动可选的。
参数数组包含您的绘图选项,这取决于您使用的绘图类型。
The arguments array contains your plot options, which depend on the type of plot you use.
如何通过(后得到)与下议院CLI参数数组?
How to pass (and after get) array of parameters with Commons CLI?
元素类型与参数数组的元素类型相同的数组。
An array with the same element type as the parameter array's element type.
其默认值是参数数组元素类型的空一维数组。
Its default value is an empty one-dimensional array of the parameter array's element type.
参数数组为可选,且所有前面的参数都是必需的。
The parameter array is optional, and all the preceding parameters must be required.
特别是,argv是程序的参数数组,第一个参数是程序本身。
In particular, argv is an array of arguments to the program, the first argument being the program itself.
传入参数数组以让servlet能够处理用户选择的值。
The parameters array is passed in so the values that the user selected can be processed by the servlet.
在命令行的后面追加一个采用字符串参数数组的开关。
Appends the command line with a switch that takes a single string parameter.
关于动态路由器链接和*链接参数数组更多信息,见路由。
Learn more about dynamic router links and the link parameters array in the Routing chapter.
第二个和第三个调用向参数数组提供了不同长度的变量列表。
The second and third calls supply argument lists of different lengths to the parameter array.
第一个调用完全省略参数数组,并仅提供所需的第一个变量。
The first call omits the parameter array altogether and supplies only the required first argument.
在最顶层的脚本环境中,则是传递给脚本本身的的参数数组(命令行参数)。
In the case of the top-level script environment, this is the array of arguments passed to the script itself (the command-line parameters).
该方法的参数包括微格式名称、搜索的文档引用和可选的参数数组。
This method accepts a microformats name, a document reference to start the search from, and an optional array of parameters.
这个setter方法的输入为一个配置参数数组,由元素及其子元素生成。
The input to this setter method is an array of configuration parameters, which is natively created from the element and its children.
它由正在对其调用方法的GObject的指针、参数数组和关键字参数数组组成。
It is composed of a pointer to the GObject that the method is being called on, an array of arguments, and an array of keyword arguments.
对于参数数组,请提供元素类型与参数数组的元素类型相同的一维数组。
For the parameter array, supply a one-dimensional array with the same element type as the parameter array's element type.
Concat和String.Join也加入了新的重载方法,可以接受参数数组。
New overloads for Path.Combine, String.Concat and String.Join have been added to accept parameter arrays.
一个过程只能定义一个参数数组,而且此参数数组必须是过程定义中的最后一个参数。
A procedure can define only one parameter array, and it must be the last parameter in the procedure definition.
此操作接受端点地址(由订阅操作返回)和可扩展参数数组(本实现中未使用)作为参数。
This operation takes an endpoint address, which is returned by a subscription operation, and an array of extensibility parameters (which I did not use in this implementation).
来自表单的值存储于PHP的 $_GET数组,它是一个HTTPget参数数组。
The values from the form are stored in PHP's $_GET array, which is an array of HTTP get parameters.
在命令行的后面追加一个采用字符串参数数组的开关,但不尝试在开关参数的两侧加上引号。
Appends the command line with a switch that takes an array of string parameters, without attempting to encapsulate switch parameters with quotation marks.
应用推荐