It looks like an infinite recursion.
看上去就像是无穷递归一样。
Logging the log methods would result in an infinite recursion.
记录log方法将导致无限递归。
Make sure you do not have an infinite loop or infinite recursion.
确保您没有无限循环或无限递归。
Infinite recursion detected during execution of calculated member % 1.
在执行计算成员%1的过程中检测到无限递归。
This is known as infinite recursion, and it is generally not a good idea.
这就叫无穷递归,一般这都不是个好事情哈。
As a result, just trying to expand the structure directly leads to infinite recursion loops.
所以,只想直接展开结构,可能会形成无限的递归循环。
A recursion that doesn't have a base case, or never reaches it. Eventually, an infinite recursion causes a runtime error.
无穷递归:一个没有基准条件的递归,或者永远无法达到基准条件的递归。一般无穷递归总会引起运行错误。
When the surfaces of two mirrors are exactly parallel with each other, the nested images that occur are a form of infinite recursion.
当两面镜子的表面正好互相对着时,所产生的嵌套镜像是一种无限重现的形式。
In order to avoid infinite recursion, Scala requires each auxiliary constructor to invoke another constructor defined before it [ScalaSpec2009].
为了避免无限递归,Scala要求每一个辅助构造函数调用在它之前定义的构造函数[ScalaSpec2009]。
A bit of an obscure infinite recursion situtaion that unfortunately is pretty common is incorrect usage of the Exception Handling application block.
异常处理应用程序块使用不恰当,这是常见的一个隐晦的无穷递归情形。
Secondly, it appears to be doing "what you'd expect" and making the call, so you're causing infinite recursion which uses up all your stack space and then overflows it.
其次,它似乎是做“你期待”和电话,所以你造成无限递归使用你所有的堆栈空间,然后溢出。
Setting it to true ensures that when a rule updates the knowledge in the working memory, you don't end up with rules being reevaluated and reexecuted, which could then cause an infinite recursion.
将它设为true 可以确保当一个规则更新工作内存中的知识时,最终不会导致对规则重新求值并重新执行规则,也就不会导致无限循环。
For our example process, the recursion is infinite; Subprocess 3 always invokes Main process again.
在我们的示例流程中,该递归过程是无限的;subprocess3总会再次调用Mainprocess。
Thus, the file system must not generate additional page faults because this may lead to an "infinite" recursion.
因此,文件系统一定必要产生附加的页面错误,因为这将导致无限递归调用。
In this recursion pattern, two functions each call the other, such that an infinite loop is formed.
在这种递归模式中,两个函数互相调用对方,形成一个无限循环。
You can select a level of the recursive folder processing ranging from the non-recursion to the infinite one.
你可以从非递归到无穷中选择文件夹递归等级处理范围。
You can select a level of the recursive folder processing ranging from the non-recursion to the infinite one.
你可以从非递归到无穷中选择文件夹递归等级处理范围。
应用推荐