stack overflow meaning in English
堆栈溢出
栈溢出, 栈上溢
Examples
- To disable stack overflow probing , add the following to your application configuration file
若要禁用堆栈溢出探测,请将下面的代码添加到应用程序配置文件中。 - You cannot catch stack overflow exceptions , because the exception - handling code may require the stack
您无法捕捉堆栈溢出异常,因为异常处理代码可能需要堆栈。 - Buffer overflow attack mainly includes stack overflow , heap overflow and format string overflow and so on
缓冲区溢出主要分为堆栈溢出、堆溢出和格式化字符串溢出等。 - Is thrown for execution stack overflow errors , typically in case of a very deep or unbounded recursion
因执行堆栈溢出错误引发,通常在存在非常深的递归或无界递归时发生。 - The exception that is thrown when the execution stack overflows because it contains too many nested method calls
因包含的嵌套方法调用过多而导致执行堆栈溢出时引发的异常。