StackOverflowError
基本解釋
- 堆棧溢出錯誤(寫代碼時出現的錯誤)
英漢例句
- C++ Infinite Loop causing a stack overflow error?
無限循環(huán)造成棧溢出錯誤呢?。 - If you run into a stack overflow error, change the method to an iterative algorithm or make use of memoization to avoid work repetition.
如果你遇到一個棧溢出錯誤,將方法修改為一個迭代算法或者使用制表法可以避免重復工作。
blog.sina.com.cn - Memory space breach -- Accomplished via stack overflow, buffer overrun, or heap error, enables execution of arbitrary code supplied by the attacker with the permissions of the host process.
內存空間缺口——通過棧溢出、緩沖區(qū)溢出或堆錯誤來實現,以宿主進程的權限執(zhí)行攻擊者提供的任何代碼。