LOOP WHILE FOR的意思|示意

美 / / 英 / /

循环while for


LOOP WHILE FOR的网络常见释义

循环 Oracle PL/SQL基础 选择(IF CASE) 、 循环(LOOP WHILE FOR) 的评论 [ 发表评论 ] [

LOOP WHILE FOR相关例句

When an activity is skipped in an end state, the request targets the next iteration of this activity, for example, if it is located inside a while loop or inside a cyclic flow.

当跳过某个处于结束状态的活动时,请求将指向此活动的下一个迭代,例如,如果该活动位于 while 循环中或者在循环流中。

The contents of the new while loop are expanded for view.

新while循环的内容将展开以供查看。

V6.2 offers a new feature to automatically perform these steps for you. To move a set of tasks into a while loop, do the following.

提供了一个新功能,可以自动为您执行这些步骤。

A while loop will rarely include the number of iterations — unless it is a for loop in disguise.

while循环很少包含迭代次数——除非它是一个伪装的for循环。

BuildCanary then goes back to the top of its while loop and waits for the next message.

然后,BuildCanary回到while循环的顶端,等待下一条消息。

That's why the main test method in Listing 1 USES a while loop instead of a new for loop.

这就是为什么清单1中的main测试方法使用while循环而不是一个新的for循环。