Even if you already know that a string is an array of characters, read this part.
即使你已经知道一个字符串是一个字符数组,你也应该阅读本部分。
So for now, a string is really just an array.
到现在,一个字符串实际上只是一个数组。
This method will return a String array of the Book titles given an Author's name.
这个方法将返回包含指定作者的书名的字符串数组。
The first array, the topic array, is an array of String objects.
第一个数组,主题数组,是一个字符串对象数组。
You'll also find some simplifications from C, which include string concatenation, associative array elements, and aggregation operators.
您还看到从C 语言带来的简化,其中包括字符串连接、关联数组元素和合并操作符。
The real benefit here is that to change or expand the list of supported terms or cities you can just update the string array.
主要的优点在于如果要修改或扩展支持的项或城市列表,只需要修改字符串数组即可。
The example in Listing 1 illustrates variable creation of a variety of types (int, float, string, array, and function).
清单1中的示例说明了如何创建多种类型的变量(整型、浮点、字符串、数组和函数)。
As shown, it is a "data" bean with a single property, a String array of state abbreviations.
您可以看到,它是“数据”bean,它有一个属性,即州名缩写的String的数组。
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。
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。
It is also a data bean with two properties: a String indicating the state, and a String array of city names.
它也是数据bean,它有两个属性:表示州名的String和城市名的String数组。
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中提取标题,并将其加入到字符串数组中。
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”。
Now assume that the languages live in a String array.
现在假设该语言存在于String数组中。
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对象。
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集合。
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(),因此必须使用稍微不同的迭代策略。
For example, % HTM: input. \ admins % resolves to the string array element with name admins of the input message.
例如,%htm:input. \admins %解析到输入消息中名为admins的字符串阵列元素。
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所示。
In this code, RNames is the name of your Reader Names field, and NewValue is a string or array of strings.
在这段代码中,RNames是ReaderNames字段的名称,NewValue是字符串或字符串数组。
The String array of names provided to the AuditoryCues.playList property is just that -- a collection of names of events.
提供给 AuditoryCues.playList属性的String名称数组就是这样 ―一个事件 名称的集合。
The clean method takes a string or an array as input and returns the same string or array after it has been recursively "cleaned."
clean方法以一个字符串或数组作为输入,并在递归地“清理”后返回同一个字符串或数组。
I'll start by using checkbox elements to show a simple String array of mountain peaks in the Himalayas.
我先从使用复选框元素显示简单的String数组开始,数组中包含喜玛拉雅山的顶峰高度。
These are passed into the methods as a String array of property names and an Object array of property values.
传递给这些方法的参数包括属性名的String数组和属性值的Object数组。
You perform the same procedure to create a String array value by adding additional values to the Arguments field.
通过向Arguments区域添加额外的值,您就可以执行相同的程序以创建一个String数组。
Return, respectively, an empty string value or an empty string array.
它们分别返回一个空的字符串值或者一个空的String数组。
Service.pid (Constants.SERVICE_PID) - a string, or array of strings, representing the service's persistent identifier.
pid (Constants . SERVICE_PID)-字符串,代表服务的pid (persistent identifier)。
Every value is a string or an array of strings.
每个值就是一个字符串或字符串数组。
Given a group name (string) and an array of user names, this method adds these names to the group.
给定组名称(字符串)和用户名数组后,该方法会将这些名称添加到组中。
应用推荐