如果行在添加单元格之后不为空,那么您可以在行循环的底部将它附加到根元素。
If the row isn't empty after adding cells, you can attach it to the root element at the bottom of the row loop.
重复的流程片断必须置于这些循环建模元素内。
The repeated process fragment must be placed inside these loop modeling elements.
该算法中的顶层循环对可能出现在XML文档中的xml元素和属性的列表进行迭代。
The top loop in the algorithm iterates over the list of XML elements and attributes that may appear in the XML document.
在这儿有点循环的意思,那么如何对N个元素中的左半部分进行排序呢?
Now, it's kind of a cyclical argument here because how do you sort the left half of N elements?
WHILE循环扫描输入阵列;在元素以所需的区域代码开始时,将其添加到输出阵列。
The WHILE loop scans the input array; when an element begins with the required area code, it is added to the output array.
接着,该方法对这些标记进行循环以查找XML元素、属性和表示“……之父”关系的分隔符( / )。
Next it loops over the tokens looking for XML elements, attributes and parent-of separators (/).
这是地球上一个正常的元素循环,我的科学沿时间回溯,表明我们的地球80%的时间曾是一个绿色、温暖、潮湿的行星。
It is a normal element cycled around in the earth and my science, which is looking back in time, is saying we have had a planet that has been a green, warm wet planet 80 per cent of the time.
一旦进入内部循环,就创建一个XML元素来表示单元格,使用适当的列名作为元素名。
Once you're inside the inner loop, create an XML element to represent the cell, using the appropriate column name as the element name.
for循环实际是说“对每个item元素,做以下事情。”
The for loop essentially says "for each item element, do the following."
添加特定协议元素、事务、循环、注释、条件处理和定制代码。
Add protocol-specific elements, transactions, a loop, a comment, conditional processing, and custom code.
为处理每一个行元素,以process - cols模式来应用模板,该模板循环遍历所有的col - spec元素,尔后使用dyn:evaluate计算输出到每一列的文本。
To handle each row element, apply templates in process-cols mode, which loops over all the col-spec elements and again USES dyn: evaluate to compute the text that is output for each column.
代码中包含负责验证实际存在哪些元素的逻辑,接着,for循环用实际存在的列构建一张表。
There is logic responsible for verifying which elements are actually present, and then a for loop builds a table with the available columns.
清单2中显示的第二个for循环也迭代tuple中的所有元素。
The second for loop shown in Listing 2 also iterates over all elements in the tuple.
循环中的其他case元素处理完整订单发送的位置。
The other case element of the loop handles where the full order was shipped.
为了创建循环,您可以在一个merge后接一个decision,或使用Business Modeler中提供的循环建模元素。
You can create the cycle by either using a merge followed by a decision, or by using the loop modeling elements available in Business Modeler.
临时变量设置完成后,一个for循环将处理每个span元素,并在文本加密后删除这些内容。
After setting up some temporary variables a for loop will process each of those span elements, and the contents will be written out if the text is encrypted.
标准的PHP循环结构可以遍历 QueryPath对象选择的元素。
The standard PHP looping structures can loop through a QueryPath object's selected elements.
它循环遍历一组元素(也是通过select属性选中的),在本例中是不同的item。
It loops over a set of elements (selected through the select attribute as well), in this case the various items.
无需对元素进行循环,click()函数将完成这些操作。
No need to loop over the elements; the click() function takes care of that.
它是一个过滤器,实际上,只有那些传递给过滤器(即计算true)的元素“向前传给”了循环主体。
It's a filter, and only those elements that pass the filter (that is, evaluate to true) will in fact "carry forward" to the body of the loop.
主foreach循环对父filesystem元素中的每个节点进行循环。
The main foreach loop cycles through each of the nodes within the parent filesystem element.
一旦代码已经迭代了tuple中的所有元素,它将进入for循环的else子句,打印count变量的值。
Once the code has iterated over all the elements in the tuple, it enters the else clause of the for loop, which prints out the value of the count variable.
清单2演示了如何使用for循环迭代tuple的元素。
Listing 2 demonstrates how to use a for loop to iterate through the elements of a tuple.
但是,所有任务都与清单2相似;也就是说,每个任务在内部都执行多次数据访问(即循环遍历integers的每个元素)。
But the tasks all look like Listing 2; namely, each task internally performs multiple data accesses (that is, they loop over each element of integers).
然后遍历响应中的元素,通过 foreach()循环检索图1 中的信息。
It then iterates over the elements in the response, processes each one using a foreach() loop and retrieves the information in Figure 1.
该模式用于禁止模型元素之间的循环依赖(举例来说,不存在从对象到其本身的连接)。
This pattern is used to forbid cyclic dependencies between model elements (for example, there is no link from one object to itself).
然后,可以在一个foreach循环中使用这个列表,引用每个元素并把它添加到适当的span 中。
You can then use that list in a for each loop, referencing each one in turn and adding it to the appropriate span.
for - each循环能够迭代数组或集合中的元素。
The for-each loop can iterate over the elements of an array or of a collection. Listing 1 shows the syntax of iterating over a collection with the for-each loop.
XQuery 将XPath规范语言提取单个元素的灵活性与易于定义函数、循环和可编程元素的能力结合在一起。
XQuery combines the flexibility of the XPath specification language to extract individual elements with the ability to easily define functions, loops and programmable elements.
可以在循环中放一个print语句,检验在foreach循环中每个元素中是否确实存在数据。
You can place a print statement within the loop to verify that data indeed exists at each element in the foreach loop.
应用推荐