StackOverflowError
基本解釋
- 堆棧溢出錯(cuò)誤(寫代碼時(shí)出現(xiàn)的錯(cuò)誤)
英漢例句
- C++ Infinite Loop causing a stack overflow error?
無限循環(huán)造成棧溢出錯(cuò)誤呢?。 - If you run into a stack overflow error, change the method to an iterative algorithm or make use of memoization to avoid work repetition.
如果你遇到一個(gè)棧溢出錯(cuò)誤,將方法脩改爲(wèi)一個(gè)疊代算法或者使用制表法可以避免重複工作。
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.
內(nèi)存空間缺口——通過棧溢出、緩沖區(qū)溢出或堆錯(cuò)誤來實(shí)現(xiàn),以宿主進(jìn)程的權(quán)限執(zhí)行攻擊者提供的任何代碼。