有了这个格式化程序后,第二个for循环就可以遍历完整的行号范围,每次取回一行相应的文本缓冲内容
互联网摘选
您无需对结果集进行迭代,因为OGSA-DAI会一同返回所有行。
互联网摘选
This call will return a result set of data that we will iterate through.
这一调用将返回一个我们重复循环的数据结果集。
互联网摘选
为了查看这些元素,您需要遍历第3级子元素的所有子元素(这个元素名为return,它反映了JavaScript对象的名称)。
互联网摘选
Iterate through the lists adding an element from each list to the TMX file as elements.
遍历生成的列表,将列表中的元素作为添加到TMX文件中。
互联网摘选
要将XML写回Excel电子表格,应该迭代XML,并设置单元格值和格式。
互联网摘选
迭代器按任意顺序遍历容器, 由元素被插入时还可能改变.
网络文摘精选
Next it releases the signal's mutex, before invoking the combiner to iterate through the slot list.
接着,它会在调用合并器遍历插槽链表之前,释放信号的互斥体.
网络文摘精选
This method consists of two nested loops: the first loop iterate through all the registered types.
这个方法由两个嵌套的循环组成: 第一个循环遍历所有注册的类型.
网络文摘精选
Iterators iterate through the container in the order defined by the comparison object.
迭代器按照由比较函数对象所定义的顺序遍历容器.
网络文摘精选
下两个for循环迭代该字符串并计算其包含多少个元音字母(“a”、“e”、“i”、“o”或“u”)。
互联网摘选
We then iterate through a set of changes to improve this implementation.
然后我们通过一系列更改的迭代来改进这一实现。
互联网摘选
The other connections have to wait while you iterate through each one.
在系统循环遍历每个连接时,其他连接不得不等待。
互联网摘选
In SQL procedures, cursors can be used to do more than iterate through rows of a result set.
在SQL过程中,游标不仅仅可以用来遍历结果集中的行。
互联网摘选