This method will return a String array of the Book titles given an Author's name.
这个方法将返回包含指定作者的书名的字符串数组。
What is the use of the debug method expecting a String array as one of its parameters?
除了把字符串数组作为参数之一输出,调试方法还有其他作用吗?
As shown, it is a "data" bean with a single property, a String array of state abbreviations.
您可以看到,它是“数据”bean,它有一个属性,即州名缩写的String的数组。
Creates a new file, write the specified string array to the file, and then closes the file.
建立新档案,将指定的字串阵列写入档案,然后关闭档案。
I'll start by using checkbox elements to show a simple String array of mountain peaks in the Himalayas.
我先从使用复选框元素显示简单的String数组开始,数组中包含喜玛拉雅山的顶峰高度。
Concatenates all the elements of a string array, using the specified separator between each element.
串连字串阵列的所有元素,并在每个元素之间使用指定的分隔符号。
It is also a data bean with two properties: a String indicating the state, and a String array of city names.
它也是数据bean,它有两个属性:表示州名的String和城市名的String数组。
These are passed into the methods as a String array of property names and an Object array of property values.
传递给这些方法的参数包括属性名的String数组和属性值的Object数组。
The property here is named AuditoryCues.playList and the setting is a String array of names for auditory cues.
属性在这里被命名为AuditoryCues.playList ,设置则为听觉提示名称的一个String数组。
A form bean containing a String array for the radio buttons and a String for the specifically selected button.
一个表单bean,包含单选按钮的String数组和特意选中的按钮的String。
Concatenates the specified elements of a string array, using the specified separator between each element.
串连字串阵列的指定元素,并在每个元素之间使用指定的分隔符号。
For example, % HTM: input. \ admins % resolves to the string array element with name admins of the input message.
例如,%htm:input. \admins %解析到输入消息中名为admins的字符串阵列元素。
You perform the same procedure to create a String array value by adding additional values to the Arguments field.
通过向Arguments区域添加额外的值,您就可以执行相同的程序以创建一个String数组。
This method opens a file, reads each line of the file, and then adds each line as an element of a string array.
此方法打开一个文件,读取文件的每一行,然后将每一行添加为字符串数组的一个元素。
Optional string array containing the data queries to execute to obtain input for the associated update commands.
包含数据查询的可选字符串数组,该数据查询将被执行以得到相关联更新命令的输入。
The String array of names provided to the AuditoryCues.playList property is just that -- a collection of names of events.
提供给 AuditoryCues.playList属性的String名称数组就是这样 ―一个事件 名称的集合。
The real benefit here is that to change or expand the list of supported terms or cities you can just update the string array.
主要的优点在于如果要修改或扩展支持的项或城市列表,只需要修改字符串数组即可。
JBPM provides two different APIs for setting pooled actors - one taking a string array of ids and another taking a set of ids.
jBPM提供了2类不同的API来设置参与者池:一类接收字符串id数组,另一类则接收id集合。
The steps are roughly the same as for adding the nature, but we remove a nature id from the String array, instead of adding one.
步骤基本上与添加性质相同,但是我们是从字符串数组中删除而不是添加一个性质id。
Given a string array and a file path, this method opens the specified file, writes the string array to the file, and then closes the file.
已知字符串数组和文件路径,此方法打开指定的文件,将字符串数组写入文件,然后关闭文件。
As far as the user's client is concerned, the GetUserRolesArray method returns a normal string array rather than a special STRINGARRAY_HOLDER object.
就用户的客户机而言,GetUserRolesArray方法将返回常规的字符串数组,而不是特定的STRINGARRAY_HOLDER对象。
All that is necessary is to add to the method body to iterate over this collection to extract the title from each BookLocal and add it to a String array.
所有需要的内容都被加入到方法体中,以便迭代这个结果集。从每个BookLocal中提取标题,并将其加入到字符串数组中。
You go through the cookies, form a string array with one element for each cookie, and then use this array to set up the RequestOptions object as shown in listing 2.
通览cookies,使用每个cookies的一个元素形成一个字符串数组,然后使用该数组设置RequestOptions对象,如清单2所示。
Use <logic:iterate> Struts tag; we use the userNameValues String array in UserFormBean action form. The following code displays user names set in the action form
使用 <logic:iterate>Struts标记;我们在UserFormBean 操作表单中使用userNameValues字符串组。
Therefore according to the type of array element is different, the array can divide again for numerical array, the string array, pointer arrays, structure array, etc all categories.
因而按数组元素地类型分歧,数组又可分为数值数组、字符数组、指针数组、构造数组等各类类别。
You can't call .iterator() on a String array, so you are forced to use a slightly different iteration strategy. Again, you are hindered but not completely obstructed, as you can see in Listing 2
不能对String数组调用 .iterator(),因此必须使用稍微不同的迭代策略。
This example shows how you can access a process variable: The expression %wf:variable.ReadersVar\\readers% accesses the string array attribute "readers" of the process variable named "ReadersVar."
以下示例介绍了如何访问流程变量:表达式 %wf:variable.ReadersVar\\readers%访问名为“ReadersVar”的流程变量的字符串阵列属性“readers”。
Even if you already know that a string is an array of characters, read this part.
即使你已经知道一个字符串是一个字符数组,你也应该阅读本部分。
Even if you already know that a string is an array of characters, read this part.
即使你已经知道一个字符串是一个字符数组,你也应该阅读本部分。
应用推荐