• Listing 5 USES both Ruby code and expressions. Notice the text in the body of the do loop.

    清单5使用了Ruby代码表达式

    youdao

  • What we do is, in a loop, march down the argument list checking each one to see if it is an option.

    我们所做一个循环遍历参数列表检查每个参数来看是否为选项

    youdao

  • The loop simply iterates through the array and prints each line as it would do on the command line, but enforcing an XHTML break-line element after each print.

    循环迭代这个数组打印命令的无异,只不过每次打印后均强制使用一个xhtml断行元素

    youdao

  • The only thing that you cannot do is to create a cycle, meaning the source activity links to the target activity which links back to the source (similar to an endless loop).

    唯一不能创建循环即将活动链接目标活动,目标活动又链接源活动(类似无限循环)。

    youdao

  • Since we do network transmission on every core and since we poll for network IO from the scheduler’s idle loop, we distribute network processing evenly across all cores.

    由于我们每个核心进行网络传输,同时由于在度器的空闲循环网络IO进行轮询,我们将网络处理均匀地分散到每个核心上。

    youdao

  • So now all you need to do is change the loop so that it will utilize this.

    现在所需要就是更改循环利用这种方法。

    youdao

  • Well I ought to be able to do that by simply generalizing the loop. And that's what the next piece of code on your a hand out shows you.

    好的通过生成这个循环,应该能够达到目的,也是你们讲义中下代码

    youdao

  • Note that the extension is easy to understand and modify, and that it can do the job just as well as the previous, non-parsing example (see the Event loop with command-line switches).

    注意容易理解修改这个扩展而且扩展可以前面解析示例一样出色地完成工作(请参阅命令行开关的事件循环)。

    youdao

  • If, on the other hand, you do a for-each loop against the query a completely different model is used.

    一方面,如果对于一个查询使用for -each循环,那么执行模型将会完全不同

    youdao

  • You could simply wrap the whole thing in a loop, and keep moving data a piece at a time until the whole string has been processed. Here's the revised code to do this.

    可以简单地将所有事情全部封装循环中移动数据一部分直到整个字符串全部处理完成为止。

    youdao

  • Launch into Optim Query Tuner (if installed) directly from SQL-related dashboards to do immediate tuning of problematic SQL, closing the loop on performance problem resolution.

    直接SQL相关面板启动OptimQueryTuner(如果已安装)来快速调整有问题SQL结束性能问题解决循环

    youdao

  • This way, container classes that do not build on the core collections framework can still take advantage of the new for-each loop.

    这样不是核心集合框架构建容器利用新的for - each循环

    youdao

  • Next, set up your test to loop through all of the data. The easiest way to do this is by adding a loop.

    下一步设置测试循环测试所有数据

    youdao

  • What we have to do is loop until we have less than ten results or until there is an error. The loop looks like this!

    我们需要使用循环进行历,直到所返回结果少于10个出现错误为止。

    youdao

  • The template uses a Template Toolkit FOR loop to iterate over the images, unsorted (if you need sorting, it's better to have the Perl code do it outside the Template Toolkit environment).

    模板使用TemplateToolkitFOR 循环历(未分类照片如果需要进行分类最好在 Template Toolkit 环境之外使用 Perl代码完成这个操作)。

    youdao

  • Since you do not have to wait for a list to be generated (stop and go) or allocate a thread to processing the loop (pipelining), this can be the most efficient method.

    由于无需等待列表生成完毕(停止前进)或者分配一个线程用于处理循环(并行管道),可能最有效率的方法了。

    youdao

  • You do this so as to not bombard the cloud manager with requests, and also to not have the flow run a continuous loop unnecessarily.

    这样做的目的两个:是避免过多的请求轰炸管理器;二是避免不必要地持续运行循环

    youdao

  • The last thing we need to do is activate our POA to start queuing client requests and force the server to enter its event loop to receive those incoming requests.

    最后做的一事,就是激活poa使客户机请求开始排队强制服务器输入事件循环接收这些传入的请求。

    youdao

  • All that's left to do now is to loop over the collection, printing the content, author, and publication date of each.

    现在所有剩下就是迭代通过集合打印出每个帖子内容、作者发布日期

    youdao

  • The above example shows that sequential scan and indexes are used to do the data retrieval, and the nested-loop join method is used to join all tables.

    以上示例展示了如何使用连续扫描索引进行数据检索以及如何使用嵌套循环连接方法来连接所有表。

    youdao

  • When interest rates are low, consumers and businesses do not just borrow money; they borrow money to buy assets, setting up a feedback loop that can eventually lead to a bubble.

    利息低时,消费者商人并非仅仅借贷资金他们借来购买资产,形成反馈循环最终导致泡沫。

    youdao

  • The two users will simultaneously do the two actions in a loop.

    用户同时循环进行两个活动

    youdao

  • Tools and applications sometimes hang (do not respond to any mouse or keyboard input) because of an infinite loop, deadlock, or other problem.

    由于循环死锁其他问题工具应用程序有时会挂起不会响应任何鼠标键盘输入)。

    youdao

  • To do that, loop through the workspace elements in the document.

    为此历文档中的工作空间元素

    youdao

  • The for loop essentially says "for each item element, do the following."

    for循环实际是每个item元素以下事情。”

    youdao

  • Notice how this method accounts for possible weak references in the queue with the do-while loop.

    请注意方法如何do -while循环来处理队列可能存在引用

    youdao

  • You can do this with a very simple for loop, as demonstrated in Listing 7 below.

    可以使用一个非常简单for循环来完成这项任务,如下面的清单7所

    youdao

  • But notice unlike a for loop, if you want to declare a variable or increment or decrement to variable, you've got to do that yourself.

    请注意for循环,如果声明变量或者变大变小一个变量,你需要自己完成

    youdao

  • Of course, you can run loops backward instead of forward, or increment the loop counter by something other than 1, or even eliminate the loop counter completely as you do in a while statement.

    当然,也可以反向而不是正向运行循环或者使用1之外的循环计数器增量甚至while语句那样完全取消循环计数器。

    youdao

  • Of course, you can run loops backward instead of forward, or increment the loop counter by something other than 1, or even eliminate the loop counter completely as you do in a while statement.

    当然,也可以反向而不是正向运行循环或者使用1之外的循环计数器增量甚至while语句那样完全取消循环计数器。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定