It is better to use loop variables in upper case to avoid problems with the modifiers.
有最好使用循环变量在上壳体,以避免与改性剂的问题。
Because the hint is before the loop body, this code leaves your hint active for every iteration of the loop, but it only has to use one cycle.
由于提示位于循环体之前,因此这段代码将使提示对于循环的每次迭代都保持活动状态,不过它只使用了一个周期。
Use with care, because it can cause an infinite loop resulting in a poison message.
使用时要小心,因为它可能导致无限循环而产生有害消息。
Your connector will probably use a similar loop, as it will run through all of the available properties and convert them to the proper native repository format.
您的连接器可能使用相似的循环,遍历所有可用的属性并将它们转换为正确的本机存储库格式。
A good use case closes the loop between business requirement gathering, software construction, and acceptance testing.
好的用例完成业务需求收集、软件构造和验收测试之间的循环。
Developers working on UI design should try to understand the OODA loop and use it in the initial design of the UI.
负责UI设计的开发人员应当尝试了解ooda循环,并将它用在UI的初始设计中。
The analysts later use this information to improve the business process, closing the lifecycle loop.
分析员将利用这些信息来改进业务流程,从而实现一个封闭的生命周期循环。
Now you can use a loop with what you have learned already to capture images of the clock face every second and then combine the images to make an animated GIF image.
现在您可以使用循环结合已学到的知识捕获每秒的时钟外观图像,然后组合这些图像来制作动画GIF图像。
Knowledge work is inherently complex and it is the use of the feedback loop that helps manage and mitigate the effects of things like Murphy's Law and Parkinson's Law.
知识工作本来就很复杂,其中用到反馈循环辅助管理,并去掉了像墨菲定律和帕金森定论之类东西的影响。
For performance and stability reasons, they recommend all methods use this means to loop through matched elements.
出于性能和稳定性考虑,他们推荐所有的方法都使用它迭代匹配的元素。
When you use more water, it just goes around the loop a little faster.
当你的用水量加大时,也不过是稍微加快了水进入循环的速度罢了。
The best place to use a hint in your code is before the loop.
代码中使用提示的最佳地方是循环之前。
Bojowald found he had to create a new mathematical model to use with the theory of Loop Quantum Gravity in order to explore the universe before the Big Bounce with more precision.
波究瓦德发现他必须创建一个新的数学模式来使用循环量子引力理论,以便更加精确地探究大弹跳之前的宇宙。
If you look at a UI as a piece of software used to make a decision, you can use the OODA loop as the model for the decision process when you're designing a UI.
如果您将UI看成是用于决策的软件的一部分,您可以将OODA循环作为设计ui时的决策过程模型。
This article explores methods you can use to stay in the loop — and maintain your role as an organizational influencer and leader.
本文对一些相关的方法进行了研究,您可以使用这些方法与其他人保持同步,并维护您作为组织影响者和负责人的角色。
For example, code that might go into an infinite loop, or otherwise use excessive resources, must be wrapped in testing code that will detect such eventualities.
例如,必须在专门的测试代码中捕捉到占用大量资源的无限循环代码。
An infinite autoaction loop -- DO NOT USE!
无限自动操作循环 —不要使用!
The client that connects to this server should use a time.sleep in its loop if it only wants a new number intermittently rather than as fast as possible.
连接到该服务器的客户机如果只是间歇地需要新数字,而不需要尽快地得到新数字的话,那么它应该在其循环中使用time . sleep 。
Better still, in a simple calculation like this one or for any straightforward loop work, use map.
更好的方式是在这种简单的计算中或者在简单的循环中使用map。
You use a foreach() loop to iterate over the resulting object collection, as in Listing 3, to produce output equivalent to that of Listing 4.
您使用foreach()循环来迭代通过得到的对象集合,如清单3中所示,以产生等价于 清单 4中的输出。
Notice that then, in the body of the loop, I use callback to invoke the passed parameter function object.
然后请注意,在循环体中,我使用callback来调用传递的参数函数对象。
LoadAllGroups gets information about all the groups in all the directories so that you can use a loop, such as the one described earlier, to iterate through them.
LoadAllGroups获取所有目录中关于所有组的信息,这样您可以使用循环(比如前面描述的循环)在这些目录中进行迭代。
Next, notice the use of a Groovy range in the each loop.
接下来,注意each循环中使用了一个Groovyrange。
To summarize: use the enhanced for loop by default, but consider a hand-written counted loop for performance-critical ArrayList iteration.
结论:优先采用改进for循环,但在性能要求苛刻的ArrayList迭代中,考虑采用手写计数循环。
The basic syntax of a for loop is shown in Listing 1, which also demonstrates how to use continue and break statements within a for loop.
清单1中显示了for循环的基本语法,还演示了如何在for循环中使用continue和break语句。
Another thing to realize is that you can add the checks to the same loop that you use to create local variables from the Opts dictionary.
还要认识到一点:可以将检查添加到把Opts词典条目转换为局部变量的循环中。
You can also use a foreach loop which will be compiled into a similar code leveraging the IEnumerable interface of the Items Collection. Here is now how the new loop is executed internally.
你也能使用foreach循环语句,它会被编译为类似的代码,其充分利用了Items集合的IEnumerable接口。
All of the above solutions use a simple loop to wait and handle requests, before dispatching the request to a separate function to handle the actual network interaction.
上面的所有解决方案都用简单的循环等待并处理请求,然后把请求分派给另一个函数以处理实际的网络交互。
All you're doing is promising the compiler that the argument passed to the function will be at least that large; some machines might use this for loop unrolling.
您这样做是向编译器保证传递给那个函数的参数将至少是那么大;有一些机器可能会以此来拆解循环。
You can use this same approach to create encrypted file systems with the loop device on a file.
可以按照相同的方法在文件上用循环设备创建加密的文件系统。
应用推荐