使用字段名blog,然后创建一个数组对象。
为此,需要创建一个数组来保存关于武器的信息。
To do this, you'll create an array to hold information about the weapons.
在第二行代码中,我们创建一个数组来储存变更的值。
In the second line, we create the array to store the changed values.
清单8显示创建一个数组然后向其中添加3个元素的示例。
Listing 8 shows an example of creating an array and then adding three elements to it.
然后,我们创建一个数组包含参照我们的动态对象的属性。
Then we create an array that contains references to our dynamic object's properties.
创建一个数组,要将一个数据对象拖到数组元素显示框中。
To create an array, drag a data object into the element display window.
清单8演示了这个过程,它遍历提要中的各项并为每一项创建一个数组。
Listing 8 does just this, iterating over the items in the feed and creating an array for each.
为SAMPLE_VAR2定制代码进行Add,以添加多个值创建一个数组。
Click add for the SAMPLE_VAR2 custom code to add multiple values, creating an array.
你好,我想创建一个数组包含整数从0到255使用一个循环存储这些整数的数组在MIPS汇编。
Hi I want to create an array containing integers from 0 to 255 using a loop to store those integers into the array in MIPS assembly.
从文件中读取内容的操作是非常直截了当的:我们打开一个文件流对象,创建一个数组来放置数据,最后把所有数据都读到这个数组中。
The operation of reading from a file is very straight forward, we open a file stream, create an array to hold the data, and finally read all the data into the array.
为了演示SuperObject与persistentvariablesequentialtemplate类,会创建一个数组以从网站获得顶端的货币。
To demonstrate the SuperObject and PersistentVariableSequentialTemplate classes, an array is created to capture the top currencies from the Web site.
处理这种情况的一个相对简单的方法是以您的服务实现为基础创建包装器类,将该集合接口转换成一个数组接口。
One relatively easy way of dealing with this situation is to create a wrapper around your service implementation, converting the collection interface into an array interface.
在清单9中,我向实例化的GroovyScriptEngine传入了一个数组,数据中包含我要处理的路径,然后创建大家熟悉的Binding对象,然后再执行仍然很熟悉的Songs . groovy脚本。
In Listing 9, I pass an array containing my desired path into my instantiated GroovyScriptEngine, create the old familiar Binding object, and then execute the also familiar Songs.groovy script.
如果我们实际创建了数据库,就会返回一个数据库名数组。
If we had actually created any databases, this would have returned an array of database names.
它创建了表示这些范围的swt类stylerange的一个数组。
It creates an array of the SWT class StyleRange that represent these ranges.
我们已经创建了一个数组对象来存储json_encode可以读取和转换为json字符串格式的结果信息。
We have created an array object to store our results information in a format that json_encode could read and convert to a json string.
然后我把第一个参数用逗号进行分割,创建了一个数组,保存要在上面运行Ant的checksum任务的目录。
I then create an array of directories to run Ant's checksum task against by splitting the first argument with a comma.
一旦知道使用哪个数组,我们就通过创建一个传入微调器的适配器(在这里是一个ArrayAdapter),使用那个数组作为微调器的数据源。
Once we know which array to use, we use that array as the data source of the spinner by creating an adapter (in this case, an ArrayAdapter) that we pass in to the spinner.
通常,一个切片就是一个程序所需要的全部了,在这种情况下,程序员根本用不着一个数组,Go有两种方式直接创建切片而不用引用底层存储。
In that case, a programmer need not have an array at all. Go offers two ways to make slices directly without ever referencing the underlying storage.
如果这两个数组中的任何元素以该前缀开头,贡献器会创建一个相应的CCompletionProposal。
If any element of the two arrays begins with the prefix, the contributor creates a corresponding CCompletionProposal.
要创建一个类型为a [m]的一维数组(这里的m是一个已经被定义和初始化的整数变量),可以在uml模型中在这个数组变量a上运行cpp _type原型。
To create a single dimensional array of the type a [m] (where m is an integer variable already defined and initialized), apply the cpp_type stereotype on the array variable a in the UML model.
使用一个惯用的Ruby并创建数组集,每个数组都有船只名称及其ID。
We use some idiomatic Ruby and create a collection of arrays, where each array has the name of a boat and its id.
这些分隔符基本上创建了一个数据数组,类似于一个逗号分隔的列表。
These separators essentially create an array of data, similar to a comma-separated list.
演示两种方式来创建数组对象并将其赋给一个数组变量。
Shows two ways to create an array object and assign it to an array variable.
创建数组函数可以将两个数组连接或结合成一个,或向数组中增加元素,这取决于你自己的设定。
Depending on how you configure it, Build array concatenates, or combines, two arrays into one, or adds extra elements to an array.
例如,图7.23中的创建数组函数被设定用来结合两个数组和一个单个元素产生一个新的数组。
For example, the Build array function shown in figure 7.23 has been configured to concatenate two arrays and one element into a new array.
返回通过连接一个数组中包含的若干子字符串创建的字符串。
Returns a string created by joining a number of substrings contained in an array.
不要使用额外的空间来创建另一个数组,你必须在恒定的内存中做。
Do not allocate extra space for another array, you must do this in place with constant memory.
如果一个键存在于第二个数组,但是不存在于第一个数组,则会在第一个数组中创建这个元素。
If the key exists in the second array, and not the first, it will be created in the first array.
如果一个键存在于第二个数组,但是不存在于第一个数组,则会在第一个数组中创建这个元素。
If the key exists in the second array, and not the first, it will be created in the first array.
应用推荐