loop through
依次通过
2026-03-21 18:06 浏览次数 17
依次通过
single-stage once through reaction loop一段串联单程通过工艺
through back loop tbl从线环后面穿过
draw through a loop从绒线处拉掉针数
combined closed-loop and once-through cooling混合式冷却
feed-through cancellation loop馈通对消环路
loop-through output环行输出
loop-through connection通路连接
you「ll also find support for backward congestion notification (bcn), which improves congestion management by actively tightening the control loop through messaging.
还可以找到对后向堵塞通知(bcn)的支持,这以消息的方式加紧控制循环,从而改进了堵塞管理。
your code just needs to loop through the fields and encode the values to make sure that there are no invalid characters.
代码只要顺着字段循环并对值编码,确保没有无效字符。
listing 6. loop through all cells and print out values.
清单6.循环所有单元格并打印值。
using the customerxml from part 1: listing 6 , loop through each item, calculate the insurance cost, and add it to the item information.
使用 第1部分的清单6中的customerxml,循环遍历每个商品、计算保险费并添加到商品信息中。
roads loop through 600 oil wells, blocks of apartments, a movie theater, a bakery, a school and a helipad.
在这座岛上,道路依此穿过600个油井、住宅区、电影院、面包房、学校和直升机停机坪。
it is best to append these internal links to the document」s base url so that if you need to loop through the list again (as in the next task), you have a full url.
最好将这些内部链接附加到文档的基url 之后,这样如果您需要再次遍历该列表(比如在下一任务中),您可以拥有完整的url。
it is particularly handy if you want to loop through different types of objects in the collection.
如果需要遍历集合中不同类型的对象,则使用这种模式尤为便利。
we then loop through them.
然后循环遍历这些设置。
after you have parsed all the entries for each feed you get, loop through the key set, looking at the frequency of each word.
解析完取得的每个提要的所有条目之后,循环通过密钥集,查看每个单词的频率。
it makes a difference if you loop through 500 or 5000 dom elements on the page when you want to add an event handler for example.
如果您依次通过页上的500或5000dom元素,当您要添加事件处理程序,例如,它使不同。
then, your application can decode that json data and loop through it in any way necessary to display the content.
接下来,您的应用程序可以解码那个json数据,以任何必要的方式循环该数据,以便显示数据内容。
to populate the file, loop through the values in your word map, writing each to a row in your file (see listing 4).
要填充文件,可循环通过单词映射中的值,将每个值写到文件中的一行(参见 清单4)。
for performance and stability reasons, they recommend all methods use this means to loop through matched elements.
出于性能和稳定性考虑,他们推荐所有的方法都使用它迭代匹配的元素。
we begin by creating the necessary input streams, then loop through each record, storing its contents in a byte array.
首先创建必要的输入流,然后遍历所有记录,把其中的内容存储到一个字节数组。
you「d also have a bit of php code that would call that function and loop through the result set to display the data in the application view.
您还需要编写一些php代码,用于调用那个函数并循环结果集,以便在应用程序视图中显示数据。
in this model, called pipelining, the main thread is used to loop through the results as they are produced by the other threads.
在这个被称为「并行管道」的模型下,主线程将会在另一个线程产出结果的同时进行循环处理。
the loop through the keys of %discs is simple, using grep() to see if a disc is in @common.
循环遍历 %discs的键很简单,用grep()来查看一个唱片是否在于 @common 中。
but for my grocery store, i decided to loop through several simulations, each one corresponding to a day of business.
但对于我的食品杂货店,我决定通过几次模拟进行循环,每次对应于某一天的业务。
in the test program, we」ll attach a wheel listener that has the background color loop through the array of colors based upon the direction, as shown in listing 4.
在测试程序中,我们增加了一个鼠标滚轮侦听器,它让背景色按照某一方向在颜色数组中循环,如清单4所示。
finally, we loop through the tag list, and emit some new marked-up text.
最后,我们循环遍历标记列表,并且发出一些新的标记文本。
my methods will only loop through matched elements in this manner.
我的方法都将只使用该方法迭代匹配的元素。
this allows the plug-in manager to quickly look up and instantiate the plug-ins rather than having to loop through each type in the assembly, an expensive operation if there are many types present.
这样便允许插件管理器快速查找并实例化插件,而不是非得循环查找程序集中的每种类型,如果类型太多,那将是个昂贵的操作。
loop through the data records in the arrays, and change the values as needed, then write the data back to the original database and table.
循环遍历数组中的数据记录并根据需要修改,然后把数据写回原来的数据库和表中。
if you need to grab output from your data binding api, convert everything to strings, then loop through the strings and truncate everything to 10 characters, and then ...
如果需要抓住数据绑定api的输出,将一切都转化成字符串,然后遍历这些字符串,将它们截成10 个字符长,然后……
in the doquery method, you use the iteration technique, whereby you use the next method to loop through each row of the data that results from the query being executed.
在doquery方法中,使用迭代技术,藉此使用next方法来循环访问正在执行的查询所得到的每一行数据。
starting with the first regular expression, create an array of records from the data file, then loop through the remaining regular expressions to refine the results.
从第一个正则表达式开始,创建一个来自数据文件的记录数组,然后循环执行其余的正则表达式以改进结果。
for example, you can loop through projects and update their statuses based on the current cursor position (see listing 5).
例如,您可以遍历项目,并基于当前游标位置更新其状态(参见 清单5)。