unintentional object retention 中文意思是什麼

unintentional object retention 解釋
無意識的對象保持
  • unintentional : adj. 不是故意的,無意的,無心的。adv. -ly
  • object : n 1 物,物體,物件。2 目標 (of; for); 目的,宗旨。3 【哲學】對象,客體,客觀 (opp subject); ...
  • retention : 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. This month, sanitation engineer brian goetz explores a common cause of unintentional object retention and shows how to plug the leak with weak references

    本月,負責保障應用程序健康的工程師brian goetz探討了無意識的對象保留的常見原因,並展示了如何用弱引用堵住泄漏。
  3. The most common source of unintentional object retention is the use of a

    無意識對象保留最常見的原因是使用
  4. What is the difference between a memory leak and unintentional object retention

    內存泄漏和無意識的對象保留的區別是什麼呢?
  5. C programs can have unintentional object retention just like java programs can

    C + +程序跟java程序一樣,可能產生無意識的對象保留。
  6. Keep in mind that the example here was a deliberately mis - scoped one, essentially a case of unintentional object retention

    請記住這是個有意弄錯作用域的例子,其實質是一個無意識的對象保留的例子。
  7. In languages without garbage collection, like c, there is a difference between memory leak and unintentional object retention

    對于沒有垃圾收集的語言來說,例如c + + ,內存泄漏和無意識的對象保留是有區別的。
  8. We saw how failing to demarcate an object s lifecycle could cause unintentional object retention when trying to associate metadata with transient objects

    我們看到了,不能劃分對象的生命周期會導致,在試圖將元數據關聯到瞬時對象時出現意外的對象保持。
  9. 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程序員抓破頭皮的內存問題。這樣,我們就能區別于其他使用沒有垃圾收集語言的程序員。
  10. 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 ) 」 。
分享友人