StackOverflowError
基本解释
- 堆棧溢出錯誤(寫代碼時出現的錯誤)
英汉例句
- C++ Infinite Loop causing a stack overflow error?
無限循環造成棧溢出錯誤呢?。 - 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.
內存空間缺口——通過棧溢出、緩沖區溢出或堆錯誤來實現,以宿主進程的權限執行攻擊者提供的任何代碼。