A statement running in an infinite loop.
语句在无限循环中运行。
Figure 7 shows an infinite loop going backwards.
图7显示了一个无限循环。
Well, I'm going to create a little infinite loop.
好,我会建立一个小的无穷循环。
This is an error because you now have an infinite loop.
出现此错误的原因是现在运行了一个无限循环。
Put the receive block inside of a near-infinite loop.
把receive块放在一个接近无限的循环中。
It doesn't crash, but appears to be stuck in an infinite loop.
它不会崩溃,但是会陷入无限循环中。
Next, we consider the infinite loop statement and conditionals.
接下来,考虑无限循环语句和条件。
Case study 4: Example of a memory leak due to an infinite loop.
案例研究4:由于无限循环导致的内存泄漏示例。
Display series of Numbers (1, 2, 3, 4, 5... etc) in an infinite loop.
在一个死循环里显示数字串(例:12345…)。
The script logs in to the local IRC server, then goes through an infinite loop.
脚本注册到本地IRC服务器,并开始进行无限循环。
No need to worry about a thread stalling or getting caught in an infinite loop.
也不需要担心线程停止或陷入无限循环。
The action will be invoked and the method Run will execute an infinite loop.
该操作将被调用,并且Run方法将执行一个死循环。
Use with care, because it can cause an infinite loop resulting in a poison message.
使用时要小心,因为它可能导致无限循环而产生有害消息。
Then, break the execution and find the assembly code representing the infinite loop.
然后,中断执行并找到表示该无限循环的汇编代码。
If the specified number is not detected, the tool will wait in an infinite loop.
如果未检测到指定数量的Mbean,工具将会无限期等待。
You will start an infinite loop if you are not careful. Try the following, for instance.
如果不注意的话,会启动无限循环。
You can determine how many incoming data items to expect with an infinite loop, while (true).
通过一个有限循环while (true),您可以确定期望的到来数据项的数量。
An infinite loop, which force us to admit that only the universe is endless can it explain everything.
一个无限循环的疑问,如果有了边际,就有边际外,直到最后,我们不得不承认,宇宙没有边际才能解释一切的东西。
Issue 1036: Adding NuGet Pack SomeProject.csproj to post-build event no longer causes an infinite loop.
问题1036:在后期生成事件里添加“NuGetPack SomeProject . csproj”不再导致无限循环了。
The StringCreator class enters an infinite loop and creates String objects with the value "hello" at //1.
StringCreator类进入到一个无限循环中并且使用值“hello”在 //1 处创建String对象。
In the past when mistakes were made and an infinite loop was written you had to kill the NUnit process.
过去,当编写的无限次循环中出现错误时,你必须杀掉NUnit进程。
The MessageServer run method, shown in Listing 4, establishes an infinite loop to wait for a client connection.
清单4中显示的MessageServer run方法建立了一个无限循环以等待客户机连接。
The value of this attribute is set to true; if it weren't, you'd end up with an infinite loop when executing these rules.
该属性的值被设为true;如果不是这样,在执行这些规则时将陷入无限循环。
In the infinite loop case above, all threads except main are in a waiting state (on a semaphore, or waiting for some event).
在上述死循环的情况下,所有除主线程之外的线程都处于某种等待状态(等待一个信号量,或等待某个事件)。
Once you press Enter following the last three-dot Python prompt, the Python interpreter starts churning away in an infinite loop.
一旦在三个点的Python提示后按enter键,Python解释器就处于无限循环的混乱中。
The goal is to replace the action: instead of a pop-up dialog for Hello World, we will code an infinite loop and cause a hang.
目标是替换操作:我们将编写一个死循环来代替弹出Hello World对话框,并引起挂起。
To avoid an infinite loop, the restore request should be sent only when the current page was generated in response to a GET request.
要避免发生无限循环,只有在响应GET请求而生成当前页面时发送恢复请求。
Figure 8 shows the Suspects TAB from the analysis result of two heap dumps taken from a memory leak case involving an infinite loop.
图8中的Suspects选项卡显示了从涉及无限循环的内存泄漏案例中获取的两个堆转储的分析结果。
Scripts that parse a great deal of data or which may be hiding an infinite loop have a tendency to consume large amounts of memory.
解析大量数据或可能隐藏无限次循环的脚本都趋于消耗大量内存。
This code is pretty straight forward: if the program would halt on itself, then SELF-HALT goes into an infinite loop. Otherwise, it halts.
这段代码非常清晰:如果程序在自运行时停机,则SELF-HALT进入死循环,否则SELF-HALT停机。
应用推荐