网站首页  词典首页

请输入您要查询的英文单词:

 

单词 for each
释义

for each

美 
英 
  • 网络遍历;循环;遍历数组
prep.
per,apiece,for every,each,per capita
un.
1.
used for talking about the relationship between one number or amount and another

例句

释义:
1.
Each time the foreach loop processes, it will move to the next element until the entire RSS feed is laid out in this fashion.
每处理一次foreach循环,就会移动到下一个元素,直到整个RSS提要以此方式全部显示出来。
www.ibm.com
2.
That's the little bit of trigonometry code at the beginning of the foreach loop.
在foreach循环的开始有一些三角函数的代码。
www.ibm.com
3.
The deployment mechanism is comprised of a speed regulatorand a pair of hinges in which there are a spring motor and a latch foreach.
极化敏感反射器用的展开机构由一对相同的展开铰链及一个调速器组成,每个铰链都有提供动力的扭转弹簧及闭锁装置;
zgkj.cast.cn
4.
In each previous example, the queries do not actually execute until you iterate over the query variable in a foreach statement.
在上述每个示例中,直到您在foreach语句中循环访问查询变量时,查询才会实际执行。
msdn2.microsoft.com
5.
Note that in the inner foreach loop, the iteration variable is still typed as Student, and the query works just as before.
请注意,在内部foreach循环中,迭代变量仍然类型化为Student,而查询仍可像以前一样工作。
msdn2.microsoft.com
6.
The range variable is like the iteration variable in a foreach loop except that no actual iteration occurs in a query expression.
范围变量类似于foreach循环中的迭代变量,但在查询表达式中,实际上不发生迭代。
msdn2.microsoft.com
7.
That name is wrapped in a foreach loop at the bottom of the script that adds a page for each event, then invokes the EventTable method.
该名称位于脚本底部,包装在foreach循环中,该脚本为每个事件添加一个页面,然后调用EventTable方法。
www.ibm.com
8.
Overrides the configuration of a variable, property, container, log provider, Foreach enumerator, or connection within a package.
覆盖包中变量、属性、容器、日志提供程序、Foreach枚举器或连接的配置。
msdn2.microsoft.com
9.
A Transform operator can be used to modulate the result of the ForEach operation.
可以使用Transform操作符来调节ForEach操作的结果。
www.ibm.com
10.
Then, at the bottom of the file, I use a foreach iterator to walk through the list of traces in the data.
然后在文件的后面,使用foreach迭代器遍历数据中的轨迹列表。
www.ibm.com
1.
At the moment, the Java Bridge does not integrate Java iterators and PHP foreach statements.
目前,JavaBridge并未将Java迭代器和PHPforeach语句集成。
www.ibm.com
2.
The Foreach Loop container that you add must be able to connect to each flat file in the folder.
所添加的Foreach循环容器必须能够连接到该文件夹中的每个平面文件。
msdn2.microsoft.com
3.
As the foreach loop iterates it will assign each of the matched elements to the $child variable.
当foreach循环迭代时,它将每个匹配项赋给$child变量。
www.ibm.com
4.
You do the same sort of layout for each content row via a foreach loop that iterates through the items on the invoice (see Listing 8).
通过在发票上迭代项目的foreach循环,您为每一个内容行进行同类型的布局(请参考清单8)。
www.ibm.com
5.
The foreach statement is a wrapper around the enumerator, which only allows reading from, not writing to, the collection.
foreach语句是对枚举数的包装,它只允许从集合中读取,不允许写入集合。
msdn2.microsoft.com
6.
In the foreach loop, check to see if the entry had its full text saved, and, if so, set the entrysaved variable to Full Text.
在foreach循环中,查看条目是否保存了全文,如果是,则将entrysaved变量设置为“FullText”。
www.ibm.com
7.
You can use a For Each. Next statement to loop through and process the elements of a collection, as the following procedure demonstrates.
可以使用ForEach.Next语句依次查看和处理集合的元素,如以下过程所示。
msdn2.microsoft.com
8.
Since you are splitting the input array into two output arrays, you create a second For each transform with a different input filter.
由于打算将输入数组分成两个输出数组,所以可以使用其他输入过滤器创建第二个Foreach转换。
www.ibm.com
9.
If the Foreach Loop container includes multiple tasks, you can map the enumerator collection value to multiple properties of each task.
如果Foreach循环容器包含多个任务,则可将枚举器集合值映射到每个任务的多个属性。
msdn2.microsoft.com
10.
The only directive for handling repeated looping in Velocity is the #foreach directive.
在Velocity中唯一用于处理重复循环的指示符是#foreach指示符。
www.ibm.com
1.
The For Each statement loops over each returned object and displays the Name and ID columns for each record.
ForEach语句循环访问返回的每个对象,并显示每条记录的Name和ID列。
msdn2.microsoft.com
2.
And, optionally, modify the name and description of the Foreach Loop.
并且,根据需要还可以修改Foreach循环的名称和说明。
msdn2.microsoft.com
3.
The main foreach loop cycles through each of the nodes within the parent filesystem element.
主foreach循环对父filesystem元素中的每个节点进行循环。
www.ibm.com
4.
Iterators make it easier to dictate how a foreach loop will iterate over a collection's contents.
迭代器使得规定foreach循环将如何循环访问集合的内容变得更加容易。
msdn2.microsoft.com
5.
The foreach command runs the script shown in curly braces for each file encountered.
foreach命令对每个文件执行大括号里面的脚本。
www.bing.com
6.
The Foreach Loop container enables a package to repeat the control flow for each member of a specified enumerator.
Foreach循环容器使包能够对指定枚举器的每个成员重复执行控制流。
msdn2.microsoft.com
7.
The outer foreach loop iterates over all of the command-line parameters in the @ARGV array looking for a trigger message.
外层foreach循环迭代@ARGV数组中的所有命令行参数,查找触发器消息。
www.ibm.com
8.
When a package is restarted the Foreach Loop containers and its child containers are run again.
当重新启动包时,会再次运行Foreach循环容器及其子容器。
msdn2.microsoft.com
9.
If files are deleted, one task in the Foreach Loop may perform work on a different set of files than the files used by subsequent tasks.
如果删除文件,则Foreach循环中的某个任务可能会处理一组与后续任务所用的文件不同的文件。
msdn2.microsoft.com
10.
If files are added, it may be difficult to determine for which files the Foreach Loop performed work.
如果添加文件,则可能很难确定Foreach循环要处理的文件。
msdn2.microsoft.com
1.
The foreach statement loops through the news items looking for anything to do with XYZ in the title.
foreach语句循环新项目,查找标题与XYZ有关的内容。
www.ibm.com
2.
In a For. Next loop, you must first declare a counter variable; with a For Each. Next loop, you must first declare an object variable.
在For.Next循环中,您必须先声明一个计数器变量;而在ForEach.Next循环中必须先声明一个对象变量。
msdn2.microsoft.com
3.
An executable can be a For Loop, Foreach Loop, or Sequence container; a task; or an event handler.
可执行文件可以是For循环容器、Foreach循环容器、序列容器、任务或事件处理程序。
msdn2.microsoft.com
4.
The Foreach Loop container repeats the control flow for each member of a specified enumerator.
Foreach循环容器将重复指定枚举器的每个成员的控制流。
msdn2.microsoft.com
5.
Packages, tasks, and the Foreach Loop, For Loop, and Sequence containers can use the following enumerations to set the specified properties.
包、任务和Foreach循环、For循环和序列容器可以使用以下枚举来设置指定的属性。
msdn2.microsoft.com
6.
You can then use that list in a for each loop, referencing each one in turn and adding it to the appropriate span.
然后,可以在一个foreach循环中使用这个列表,引用每个元素并把它添加到适当的span中。
www.ibm.com
7.
The Foreach Loop includes a set of enumerators with properties that can be set by property expressions.
Foreach循环包括一组其属性可以由属性表达式设置的枚举器。
msdn2.microsoft.com
8.
Integration Services provides two types of containers for looping through packages: the Foreach Loop container and the For Loop container.
IntegrationServices为循环遍历包提供了两种容器类型:Foreach循环容器和For循环容器。
msdn2.microsoft.com
9.
Create Keys and Indexes, contains four Execute SQL tasks connected by precedence constraints, and also contains a Foreach Loop container.
组包含四个通过优先约束连接的执行SQL任务,也包含一个Foreach循环容器。
msdn2.microsoft.com
10.
The inner foreach loop iterates over the hash entries and strips trailing space characters from the values.
内部foreach循环迭代哈希条目,删除值最后的后缀空格字符。
www.ibm.com
1.
To declare a trigger as a statement-level trigger, you can either use a FOR EACH STATEMENT clause or omit the FOR EACH clause.
要将触发器声明为语句级触发器,可以使用FOREACHSTATEMENT子句或忽略FOREACH子句。
www.ianywhere.com
2.
Page, create property expressions for the properties of the Foreach Loop container.
页上,为Foreach循环容器的属性创建属性表达式。
msdn2.microsoft.com
3.
The Foreach Loop container enumerates a collection and repeats its control flow for each member of the collection.
Foreach循环容器枚举一个集合,并对该集合的每个成员重复其控制流。
msdn2.microsoft.com
4.
Therefore, even if the user fails the cookie check, $authorized, when referenced later in the foreach loop, will still evaluate to true.
因此,即使用户没有通过cookie检查,$authorized后来在foreach循环中引用时,仍然会被验证为真。
www.ibm.com
5.
Adding a foreach, using, or lock around the active statement.
在活动语句前后添加foreach、using或lock。
msdn2.microsoft.com
6.
Specifies the loop variable to be used in a For Each loop.
指定ForEach循环中要使用的循环变量。
msdn2.microsoft.com
7.
The array is filled using a series of foreach statements that pick out the root rule, master rules, and the rules that the masters refer to.
数组是用一系列foreach语句填充的,该语句挑出根规则、主规则以及主规则引用的规则。
www.ibm.com
8.
The unique identifier of the package; the For Loop, Foreach Loop, or Sequence container; or the task in which the log event occurred.
发生日志事件的包、For循环容器、Foreach循环容器、序列容器或任务的唯一标识符。
msdn2.microsoft.com
9.
Here the BalancerMember lines are generated by a foreach loop that iterates over the collection of required servers ( $appNodes).
在这里,一个foreach循环遍历服务器集合($appNodes),生成BalancerMember行。
www.ibm.com
10.
The Foreach Loop container uses an enumerator to perform the looping, whereas the For Loop typically uses a variable expression.
Foreach循环容器使用枚举器执行循环,而For循环则通常使用变量表达式。
msdn2.microsoft.com
1.
When you begin the For Each iteration, a SQL command is executed against the database and objects are materialized.
当您开始ForEach迭代时,将对数据库执行SQL命令,并将对象具体化。
msdn2.microsoft.com
2.
After you complete these steps the enumerator is available in the For Each Loop Editor of the For Each Loop container.
完成这些步骤后,便可以在ForEach循环容器的“ForEach循环编辑器”中使用枚举器。
msdn2.microsoft.com
3.
You can build event handlers for packages, the Foreach Loop container, the For Loop container, the Sequence container, and all tasks.
您可以为包、Foreach循环容器、For循环容器和序列容器以及所有的任务生成事件处理程序。
msdn2.microsoft.com
4.
The collection value of the Foreach File enumerator maps to a variable.
Foreach文件枚举器的集合值将映射为变量。
msdn2.microsoft.com
5.
The foreach loop then iterates through each of the user nodes and stores their attributes in the data array.
然后,foreach循环迭代通过每个用户节点,并将它们的属性存储在data数组中。
www.ibm.com
6.
The Foreach Loop container and a transacted container are also treated as atomic units of work.
Foreach循环容器和事务处理容器也被视为原子工作单元。
msdn2.microsoft.com
7.
Depending on the enumerator type it uses, the Foreach Loop container may also require a connection manager.
根据所使用的枚举器类型,Foreach循环容器可能也需要连接管理器。
msdn2.microsoft.com
8.
You specified $i in the foreach statement, which must have the correct values, but you accidentally typed in $j.
在foreach语句中指定的是$i,所以它肯定会有正确的值,但是无意之中输入了$j。
www.ibm.com
9.
Each element in the returned sequence is accessed through the iteration variable in the foreach loop.
所返回序列中的每个元素是通过foreach循环中的迭代变量来访问的。
msdn2.microsoft.com
10.
Added information about using property expressions in a Foreach Loop.
添加了有关在Foreach循环中使用属性表达式的信息。
msdn2.microsoft.com
1.
The Foreach Loop container for creating repeating control flows that use an enumerator to implement looping.
Foreach循环容器,用于创建使用枚举器实现循环的重复控制流。
msdn2.microsoft.com
2.
This example uses a For Each. Next loop to access every item of a collection.
此示例使用ForEach.Next循环访问集合的每一项。
msdn.microsoft.com
3.
Therefore, in each iteration of the Foreach Loop the Data Flow task will consume a different flat file.
因此,在Foreach循环的每次迭代中,数据流任务都将使用一个不同的平面文件。
msdn2.microsoft.com
4.
Note that the query returns a sequence of strings (not Students), and this fact is reflected in the foreach loop.
请注意,该查询返回一个字符串(而非Students)序列,这种情况将反映在foreach循环中。
msdn2.microsoft.com
5.
Selecting this value displays the dynamic options in the section, Foreach From Variable Enumerator.
选择此值将显示“Foreach源变量枚举器”部分中的动态选项。
msdn2.microsoft.com
6.
This configuration should be used with caution when the package includes a Foreach Loop container that implements property expressions.
如果包中包含实现属性表达式的Foreach循环容器,则应当小心使用此配置。
msdn2.microsoft.com
7.
Contains a Sequence container, a Foreach Loop container, and an Execute SQL task.
组包含一个序列容器、一个Foreach循环容器和一个执行SQL任务。
msdn2.microsoft.com
8.
You use the Foreach From Variable enumerator to enumerate the enumerable objects in the specified variable.
您可以使用Foreach源变量枚举器枚举指定变量中的可枚举对象。
msdn2.microsoft.com
9.
Specifying existing or creating new files and folders to use with Foreach Loop enumerators and tasks.
指定现有的文件和文件夹,或创建新的文件和文件夹,以便用于Foreach循环枚举器和任务。
msdn2.microsoft.com
10.
This procedure describes how to configure a Foreach Loop container, including property expressions at the enumerator and container levels.
此过程介绍如何配置Foreach循环容器,包括如何在枚举器级和容器级上配置属性表达式。
msdn2.microsoft.com
1.
Then, using a foreach statement, it lists the bare content of the section elements.
然后,使用一个foreach语句,列示那些section元素的纯内容。
www.ibm.com
2.
Therefore, using foreach is recommended, instead of directly manipulating the enumerator.
因此,建议使用foreach,而不直接操作枚举数。
msdn2.microsoft.com
3.
Using a similar foreach loop, we can set the $section variable with the name of the parent term.
通过使用相似的foreach循环,可以用父词汇的名称设置$section变量。
www.ibm.com
4.
Selecting this value displays the dynamic options in the section, Foreach File Enumerator.
选择此值将显示“Foreach文件枚举器”部分中的动态选项。
msdn2.microsoft.com
5.
A For Each. . . Next loop finds the number of objects in a collection, such as worksheets in a workbook, and steps through each occurrence.
ForEach.Next循环可以查找集合中的对象数目(例如工作簿中的工作表数),并遍历出现的每个对象。
office.microsoft.com
6.
Finally, using the foreach loop, the script loops around each book block and picks out the author, title, and publisher.
最后用foreach循环,在每个图书块间循环,并提取出author、title和publisher。
www.ibm.com
7.
Selecting this value displays the dynamic options in the section, Foreach ADO Enumerator.
选择此值将显示“ForeachADO枚举器”部分中的动态选项。
msdn2.microsoft.com
8.
Foreach Item enumerator to enumerate items that are collections.
Foreach项枚举器,用于枚举集合项。
msdn2.microsoft.com
9.
We use a _ placeholder shortcut again in another function literal that we pass to foreach.
我们在传给foreach的这个字面函数中再一次使用了一个_占位符。
www.bing.com
10.
The Expressions page lets you edit expressions and view a list of the property expressions that a task, Foreach Loop, or For Loop uses.
利用“表达式”页可以编辑表达式,查看任务、Foreach循环或For循环所使用的属性表达式的列表。
msdn2.microsoft.com
1.
You use the Foreach Item enumerator to enumerate items in a collection.
您可以使用ForeachItem枚举器枚举集合中的项。
msdn2.microsoft.com
2.
It's also called foreach, and sometimes enhanced for -- but these all refer to the same construct.
它也被称为foreach,有时也叫作增强的for,但这些指的都是同一个构造。
www.ibm.com
3.
You use the Foreach ADO enumerator to enumerate rows or tables in an ADO or ADO. NET object that is stored in a variable.
您可以使用ForeachADO枚举器枚举变量中存储的ADO或ADO.NET对象中的行或表。
msdn2.microsoft.com
4.
Define the items in the Foreach Item collection, including columns and column data types.
定义Foreach项集合中的项,包括列和列数据类型。
msdn2.microsoft.com
5.
However, with the pattern described above, parallel forEach semantics can already be achieved in Version 6.
不过,通过使用上面描述的模式,已经可以在V6中实现并行forEach语义了。
www.ibm.com
6.
In this example, foreach is used to display the contents of an array of integers.
在此示例中,使用foreach显示整数数组的内容。
msdn2.microsoft.com
7.
The Foreach Loop can enumerate across files in a directory using the For Each File enumerator.
Foreach循环可以使用ForEach文件枚举器对目录中的文件进行枚举。
msdn2.microsoft.com
8.
This variable refers to the enumerator in a ForEach loop.
此变量引用ForEach循环中的枚举器。
technet.microsoft.com
9.
Foreach File enumerator to enumerate files in a folder.
Foreach文件枚举器,用于枚举文件夹中的文件。
msdn2.microsoft.com
10.
Provides support for the for each style iteration over the nodes in the XmlNode.
提供对XmlNode中节点上“foreach”样式迭代的支持。
msdn2.microsoft.com
1.
Provides support for the for each style iteration over the nodes in the XmlNode.
提供对XmlNode中节点上“foreach”样式迭代的支持。
msdn2.microsoft.com
2.
Listing 2 uses the foreach syntax to create code semantically equivalent to the approach used in Listing 1.
清单2使用了foreach语法来创建与清单1中所使用的方法语义相同的代码。
www-128.ibm.com
3.
The Foreach loop uses the Foreach File enumerator, and the File System task is configured to copy a file.
该Foreach循环使用了Foreach文件枚举器,并将文件系统任务配置为复制文件。
msdn2.microsoft.com
4.
The term ID, $tid, is found using a foreach loop on the array term object array retrieved.
在获得的词汇对象数组上执行foreach循环,找到词汇ID$tid。
www.ibm.com
5.
Then the foreach loop iterates through each data item and creates a new row with the data.
然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。
www.ibm.com
6.
Page, found in the custom editors for tasks, the For Loop container, and the Foreach containers.
页,在任务、For循环容器和Foreach容器的自定义编辑器中提供。
msdn2.microsoft.com
7.
An executable can be any task or a For Loop, Foreach Loop, or Sequence container.
可执行文件可以是任何任务,也可以是For循环容器、Foreach循环容器或序列容器。
msdn2.microsoft.com
8.
This delegate is used by the Array. ForEach method and the List. ForEach method to perform an action on each element of the array or list.
此委托由Array.ForEach方法和List.ForEach方法使用,用于对数组或列表中的每个元素执行操作。
msdn2.microsoft.com
9.
In a package, looping is enabled by using a Foreach enumerator.
在包中,通过使用Foreach枚举器启用循环。
msdn2.microsoft.com
10.
This line starts with dir (or Get-ChildItem) and pipes the results through the foreach command.
这行以dir(或者Get-ChildItem)开始,然后把结果传递给foreach命令。
www.bing.com
1.
Foreach From Variable enumerator to enumerate the enumerable object that a specified variable contains.
Foreach源变量枚举器,用于枚举指定变量包含的可枚举对象。
msdn2.microsoft.com
2.
If parallel is set to no, then forEach is similar to a loop.
如果parallel设置为no,则forEach与循环类似。
www.ibm.com
3.
ForEach activities support drag and drop of array variables.
ForEach活动支持拖放数组变量。
www.ibm.com
4.
You do this by adding and configuring a Foreach Loop container to the control flow.
实现方法是将Foreach循环容器添加到控制流中并进行配置。
msdn2.microsoft.com
5.
When you iterate over a query that produces a sequence of groups, you must use a nested foreach loop.
在循环访问生成组序列的查询时,您必须使用嵌套的foreach循环。
msdn2.microsoft.com
6.
The Foreach Loop container can include a control flow with multiple tasks and other containers.
Foreach循环容器可包含具有多个任务和其他容器的控制流。
msdn2.microsoft.com
7.
The WS-BPEL generated from a migrated collaboration is more efficient, using the forEach construct where applicable.
从迁移的协作生成的WS-BPEL更加高效,其中尽可能地使用了forEach构造。
www.ibm.com
8.
In this lesson, you used a For Each. Next loop in a collection.
在本课中,您在集合中使用了ForEach.Next循环。
msdn2.microsoft.com
9.
A "For each" transform will be used to process each input element.
并会使用“Foreach”转换处理每个输入元素。
www.ibm.com
10.
Press the Edit button on the For each transform (the yellow arrow) to display and edit the nested map (Figure 3).
按下Foreach转换中的Edit按钮(黄色箭头)来显示和编辑嵌套映射(图3)。
www.ibm.com
1.
Demonstrates how to use the Foreach Loop to read multiple flat files, and then transform the data.
说明如何使用Foreach循环读取多个平面文件,然后传送该数据。
technet.microsoft.com
2.
You can write the same query and foreach loop much more conveniently by using var.
通过使用var,您可以更方便地编写相同的查询和foreach循环。
msdn2.microsoft.com
3.
We have made 4 kinds, and has taken a Halley foreach the Davisson engine style name.
我们做了4种,并且给每个取了一个哈雷戴维森引擎风格的名字。
zhidao.baidu.com
4.
Now write the foreach loop that will cause the query to execute.
现在编写用于执行查询的foreach循环。
msdn2.microsoft.com
5.
For information about how to configure the Foreach Loop container, see How to: Configure a Foreach Loop Container.
有关如何配置Foreach循环容器的信息,请参阅如何配置Foreach循环容器。
msdn2.microsoft.com
6.
The Foreach Loop container includes an Execute SQL task.
Foreach循环容器包括执行SQL任务。
msdn2.microsoft.com
7.
Then a foreach loop is used to display the items of the collection.
然后使用foreach循环来显示该集合的项。
msdn2.microsoft.com
8.
The code in Listing 3 includes the trick needed to keep the compiler from eliminating the foreach loop.
清单3中的代码包含了让编译器不清除foreach循环的技巧。
www-128.ibm.com
9.
A Foreach Loop container can include multiple tasks and containers, but it can use only one type of enumerator.
Foreach循环容器可以包含多个任务和容器,但只能使用一种类型的枚举器。
msdn2.microsoft.com
10.
Added information about the use of variables and property expressions in the Foreach Loop.
添加了有关在Foreach循环中使用变量和属性表达式的信息。
msdn2.microsoft.com
1.
Added information about the use of variables and property expressions in the Foreach Loop.
添加了有关在Foreach循环中使用变量和属性表达式的信息。
msdn2.microsoft.com
2.
In the old way, you had to write complex foreach loops that specified how to retrieve data from a collection.
采用旧方法,您必须编写指定如何从集合检索数据的复杂的foreach循环。
msdn2.microsoft.com
3.
We can do this simply using a pair of foreach loops.
只需使用一对foreach循环即可完成此操作。
www.ibm.com
4.
As soon as three reviewers complete their work, the process terminates the whole forEach construct.
只要有三个审阅人员完成了工作,流程就将终止整个forEach构造。
www.ibm.com
5.
for my $employee creates a new scalar variable which is totally inaccessible outside the foreach loop, as does my $salary.
my$employee创建一个标量变量,它在foreach循环外完全不可访问。
blog.163.com
6.
A typical mechanism for running a query is a For Each loop.
运行查询的典型机制是ForEach循环。
msdn2.microsoft.com
7.
The Listing 8 template illustrates the use of the #foreach directive with our $treeList ArrayList variable.
清单8中的模板通过$treeListArrayList变量演示了#foreach指示符的用法。
www.ibm.com
8.
Because it is a Seq, it has a foreach method that takes a closure as a parameter.
因为它是一个Seq,它具有一个foreach方法,并将一个闭包作为参数。
www.ibm.com
9.
The code then uses a foreach loop to write the properties and values to the console.
然后,代码使用foreach循环将属性和值写入控制台。
msdn2.microsoft.com
10.
The following code demonstrates a For Each. Next loop.
下面的代码演示了一个ForEach.Next循环。
msdn2.microsoft.com
1.
Another change is the replacement of the blocking operations such as Average and ForEach.
另一个改变是替换了Average和ForEach等阻塞操作。
www.infoq.com
2.
After the loop foreach( index, name in names ), every item has been put in one slot's list or the other.
在执行完foreach(index,nameinnames)循环后,所有项都被添加到这两个slot中其中一个的列表中。
www.ibm.com
3.
We iterate through it with foreach.
我们用foreach来遍历它。
www.bing.com
4.
Tab and double-click the Foreach Loop.
选项卡,然后双击Foreach循环。
msdn2.microsoft.com
5.
In this way, you can manage transactions at the level of the Foreach Loop instead of the package level.
通过这种方式,可以在Foreach循环级别而不是包级别管理事务。
msdn2.microsoft.com
6.
Demonstrates how to iterate over STL collections using for each, in.
演示如何使用foreach,in循环访问STL集合。
msdn2.microsoft.com
7.
Shows how to use the for each, in keyword on different types of arrays.
说明如何对不同类型的数组使用foreach,in关键字。
msdn2.microsoft.com
8.
Add the following For Each loop below the query in your project.
将下面的ForEach循环添加到项目中的查询下面。
msdn2.microsoft.com
9.
This is fairly long-winded and less expressive than a PHP foreach statement.
这相当冗长,比PHPforeach语句的开销少。
www.ibm.com
10.
Foreach SMO enumerator to enumerate SQL Server Management Objects (SMO) objects.
ForeachSMO枚举器,用于枚举SQLServer管理对象(SMO)对象。
technet.microsoft.com
1.
The foreach statement is often used to access each element stored in an array
foreach语句通常用来访问数组中存储的每个元素
msdn2.microsoft.com
2.
When . NET 4. 0 was released the most common scenario was fork-join style programming such as seen with Parallel. ForEach and Parallel LINQ.
NET4.0发布的时候,最常见的情形是分支合并(fork-join)样式的编程,就像我们在Parallel.ForEach和ParallelLINQ中看到的那样。
www.infoq.com
3.
For example, you cannot combine precedence constraints from two Foreach Loop containers.
例如,不能组合来自两个Foreach循环容器的优先约束。
msdn2.microsoft.com
4.
The method itself has to use foreach in order to compute its value.
方法本身必须使用foreach才能计算它的值。
msdn2.microsoft.com
5.
In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games.
除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。
www.ibm.com
6.
For example, if a request requires a dynamic number of reviewers, a forEach activity could be used.
例如,如果某个请求需要动态数量的审阅人员,则可以使用一个forEach活动。
www.ibm.com
7.
I'm grateful foreach day you gave me.
衷心感谢你给我的每一天。
blog.sina.com.cn
8.
Open the Foreach Loop Editor by double-clicking the ForEachLoop container added in step one.
通过双击第一步中添加的ForEachLoop容器来打开Foreach循环编辑器。
msdn2.microsoft.com
9.
You can also go through an array, and get both the key and the value of the item, using a different version of the foreach loop, like this
你还可以同时使用数组中的键值和值,这是foreach循环的另一种使用结构
www.csask.com
10.
The name of the foreach loop for accessing foreach properties
用于访问foreach属性的foreach循环的名称
blog.sina.com.cn
1.
You can access this array with foreach, like this
您可以使用foreach访问此数组,如下所示
msdn2.microsoft.com
2.
At run time, each iteration of the Foreach Loop container will dynamically update the
在运行时,Foreach循环容器的每次迭代都将动态更新
msdn2.microsoft.com
3.
Using Property Expressions in Foreach Loop Containers
在Foreach循环容器中使用属性表达式
msdn2.microsoft.com
4.
To use the Foreach ADO enumerator, select an existing variable or click New variable in the
若要使用ForeachADO枚举器,请选择一个现有的变量,或在
msdn2.microsoft.com
5.
To configure the enumerator for the Foreach Loop container
为Foreach循环容器配置枚举器
msdn2.microsoft.com
6.
In addition, LINQ queries offer three main advantages over traditional foreach loops
另外,与传统的foreach循环相比,LINQ查询具有三大优势
msdn2.microsoft.com
7.
With the Foreach Loop container, you can enumerate
使用Foreach循环容器,可以枚举
msdn2.microsoft.com
8.
Using Property Expressions in the Foreach Loop
在Foreach循环中使用属性表达式
msdn2.microsoft.com
9.
Declare Looping Variables in the For or For Each Statement
在For或ForEach语句中声明循环变量
msdn2.microsoft.com
10.
Double-click Foreach File in Folder to reopen the
双击文件夹中的Foreach文件以重新打开
msdn2.microsoft.com
1.
For more information about the foreach keyword and code samples, see the following topics
有关foreach关键字和代码示例的更多信息,请参见下面的主题
msdn2.microsoft.com
2.
Because the type of the query has changed, the following code changes the foreach execution loop also
由于查询的类型已更改,因此下面的代码也会更改foreach执行循环
msdn2.microsoft.com
3.
Add a Foreach Loop container to the
将Foreach循环容器添加到
msdn2.microsoft.com
4.
To loop through Excel files by using the Foreach File enumerator
使用Foreach文件枚举器循环遍历Excel文件
msdn2.microsoft.com
5.
To add a Foreach Loop container
添加Foreach循环容器
msdn2.microsoft.com
6.
For example, the collection value of the Foreach File enumerator is mapped to a variable called
例如,将Foreach文件枚举器的集合值映射到名为
msdn2.microsoft.com
7.
For more information about the ForEach cmdlet and how to add multiple recipients, see the following topics
有关ForEachcmdlet以及如何添加多个收件人的详细信息,请参阅以下主题
technet.microsoft.com
8.
For example, if the Foreach Loop includes an Execute SQL task, you can use the Foreach SMO enumerator to enumerate the tables in the
例如,如果Foreach循环包括执行SQL任务,则可以使用ForeachSMO枚举器枚举
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/26 23:39:18