unintentional memory 中文意思是什麼

unintentional memory 解釋
無意識記
  • unintentional : adj. 不是故意的,無意的,無心的。adv. -ly
  • memory : n. 1. 記憶;記憶力;【自動化】存儲器;信息存儲方式;存儲量。2. 回憶。3. 紀念。4. 死後的名聲,遺芳。5. 追想得起的年限[范圍]。
  1. The well - known problems of dangling pointers and memory leaks simply do not occur in java programs. java programs can exhibit a form of memory leak, more accurately called unintentional object retention, but this is a different problem

    著名的懸空指針和內存泄漏問題在java程序中再也不會發生了( java程序可能會出現某種形式的內存泄漏,更精確地說是非故意的對象保留,但是這是一個不同的問題) 。
  2. What is the difference between a memory leak and unintentional object retention

    內存泄漏和無意識的對象保留的區別是什麼呢?
  3. In languages without garbage collection, like c, there is a difference between memory leak and unintentional object retention

    對于沒有垃圾收集的語言來說,例如c + + ,內存泄漏和無意識的對象保留是有區別的。
  4. We prefer to use the term " unintentional object retention " for the memory problems that make java programmers tear their hair out, so we can distinguish ourselves from all those other programmers who have to deal with more retrograde languages

    所以,我們更喜歡用「無意識的對象保留」來表示這個令java程序員抓破頭皮的內存問題。這樣,我們就能區別于其他使用沒有垃圾收集語言的程序員。
  5. The garbage collector has proved to be generally accurate in determining which objects are dead and then reclaiming their space. so if you are getting out - of - memory errors, it is extremely likely that your application is experiencing " unintentional object retention.

    所以,如果您遇到了內存耗盡的錯誤,那麼這完全可能是由您的程序造成的,也就是說您的程序中存在著「無意識的對象保留( unintentional object retention ) 」 。
分享友人