This time Angular detects that the array reference has changed.
这次,Angular检测到数组的引用变化了。
To get a value out of the array, specify the array reference (see Listing 15).
若要获取数组中的值,您可以指定数组引用(请参见清单15)。
Every individual also will have a "words" array reference that will hold all the words the individual made during this generation.
每一个个体还拥有一个“单词”数组引用,在这个数组中保持有在衍生过程中那个个体生成的单词。
In Listing 5 we build the array reference dynamically during the call, and then use the OID as the hash key when printing out the result.
在清单5中,我们在调用期间动态地构建了数组引用,然后在打印结果时使用OID作为散列键。
Note that the subproblem method does not copy the elements; it merely copies the array reference and offsets into an existing data structure.
注意subproblem方法没有复制这些元素;它只是将数组引用和偏移复制到一个现有的数据结构中。
Again, I use the get method of AppConfig to get an array reference to the configuration list and push the user-provided data into that array.
同样,我用AppConfig的get get方法来得到对配置列表的数组引用,并将用户给出的数据压入到数组中。
To be more precise, the array reference cannot be changed to point to a different Array, but the array itself can be modified, as shown in the following scala session.
更准确的说,这个引用array不能被修改指向另外一个Array (数组),但是这个数组本身可以被修改,正如下面的scala会话中演示的。
This prohibits having array-valued properties, as when an array reference is declared volatile, only the reference, not the elements themselves, have volatile semantics.
(这将禁止具有数组值的属性,因为当数组引用被声明为volatile 时,只有引用而不是数组本身具有 volatile 语义)。
By simply copying the array reference instead of cloning it, both the message and the class that produces it hold a reference to the master copy of the previous bids array.
通过简单地复制而不是克隆数组引用,消息和产生消息的类都保存了前一投标数组的主副本的一个引用。
You can do it by accessing internal AppConfig: : State data or the array reference returned to you as the value of the array variable, but it is not recommended that you do so.
可以通过访问内部的AppConfig:State数据或作为数组变量值返回给您的数组引用来实现这一步,但我们建议您不要这样做。
The get() method of AppConfig can be used to get the value of an individual parameter; because the parameters of interest are always array references, I automatically de-reference them.
AppConfig 的get()方法可以用来得到各个参数的值;由于感兴趣的参数总是数组引用,我自动地对它们进行解引用。
Instead, the array should be created elsewhere, and its reference be made available to the task.
相反,应该在其他地方创建数组,这个任务可以使用数组的引用。
To do that, you go through the results array, each time getting a reference to the individual element and retrieving its attributes.
为此,要遍历结果数组,每次获取一个单独元素的引用并检索它的属性。
This method accepts a microformats name, a document reference to start the search from, and an optional array of parameters.
该方法的参数包括微格式名称、搜索的文档引用和可选的参数数组。
Every time a notification shell is opened, we keep a reference of it in a static array of shells.
每次通知shell被打开,我们在静态的shell数组中保留一个引用。
The IRC module nicely breaks down the message the user typed into words that you can reference as an array in the messageex array.
IRC模块巧妙地将用户输入的消息断开为单词,可以在messageex数组中以数组的方式引用这些单词。
The arguments array is the ECMAScript standard built-in reference to the arguments passed to this function.
数组arguments是指向传递到这个函数参数的ECMAScript标准内置引用。
Rather than reference them as you do an object property, you access them like array values.
与引用对象属性不同的是,您可以将属性作为数组值访问。
Listing 2. Faking out the compiler with a final reference to a one-element array.
清单2.使用对一元素数组的最终引用欺骗编译器。
For this purpose, you use the hash class in Ruby, which allows you to create key-value pairs (in what appears to be an array), but then easily reference them later by key.
为此,您可以使用Ruby中的hash类,它允许您创建键值对(类似于数组),但是随后可以轻松地通过键引用它们。
The -colors attribute accepts a reference to an array containing pairs of positions and colors.
colors属性接受对包含有位置-颜色对的一个数组的引用。
Without a reference, you copy the entire array or hash onto the function call stack, and then copy it again in the function.
如果不使用引用,就需要将整个数组或hash 表复制到该函数的调用栈中,然后在函数中再次对其进行复制。
The AppConfig object will give you an array or hash reference when you ask for a variable's value.
当您请求变量值时,AppConfig对象将给您数组或散列引用。
You have to supply the list of OIDs to obtain when using the get_request method as a reference to an array, and then pull the information back out from the hash that is returned.
在使用get _ request方法作为对数组的引用时,您必须提供要获得的OID的列表,然后从返回的散列中提取信息。
You can also reference associative array variables that are assigned from PHP by specifying the key after the '. '(period) symbol.
你也可以通过句号“。”后接数组键的方式来引用从php分配的关联数组变量。
Looking at the IBM SOA reference architecture above here is a sampling of the vast array of IBM products available for each of the aspects of SOA.
检查上述IBMSOA参考架构,这里只简要介绍可用于SOA各个方面的众多ibm产品中的部分产品。
You declare and use an array of a reference type just as you would declare and use an array of any data type.
声明和使用引用类型的数组与声明和使用任何数据类型的数组并无不同。
A controller servlet, servlets.GoogleSearchServlet, that calls the model, proxy.soap.GoogleSearchProxy, and obtains a reference to an array of mappings.ResultElementContentType data objects.
一个控制器servlet,servlets . GoogleSearchServlet,它调用模型proxy . soap .GoogleSearchProxy并获取到一系列mappings .ResultElementContentType数据对象的引用。
The facade object then has an array whose values reference directly to the properties of the dynamic object.
正面对象然后有一系列的参考价值,直接向性能的动态对象。
When you pass a reference to an array as an argument to a method call, you pass a new reference to the original array.
如果将一个数组引用作为方法调用的参数,则传递了一个原数组的新引用。
应用推荐