garbage collector 中文意思是什麼

garbage collector 解釋
記憶體回收行程
  • garbage : n. 1. 殘羹剩菜;丟棄的食物;〈美俚〉食品。2. 廢料,臟東西。3. 浮遊于太空的失去作用的人造衛星[火箭]。4. 無用的數據。
  • collector : n 1 收集家;採集者;收集器。2 收稅員;收款員;募捐人;〈美國〉(海關的)徵收員;收票員。3 【電學...
  1. When no more storage is available, the system invokes a garbage collector.

    當沒有可用的存貯時,系統就調用無用單元收集程序。
  2. In addition, the garbage collector will be a timely convergence : garbage collection and cleaning litter - time interface ; community cleaning and professional cleaning service contingent of convergence to avoid cleaning and garbage collection timing of synchronization ; garbage collection vehicles, clean buildings, transit vehicles convergence reasonable arrangements garbage flow to avoid disorderly operations

    另外,垃圾收運將做到及時銜接:垃圾收集與清掃保潔時間的銜接;社會保潔隊伍與專業保潔隊伍的銜接,避免出現保潔和垃圾收集時間的不同步;灑水車垃圾收集車輛、清潔樓、轉運車輛的銜接,合理安排垃圾流向、避免無序作業。
  3. This practice is similar to the use of explicit nulling to help the garbage collector, which regular readers know that i do not recommend in general, but in this case the cost of maintaining garbage in a session is so much higher because of replication that it is worth trying to help the container in this way

    (這種做法類似於使用顯式nulling以幫助垃圾收集器,老讀者知道我一般不建議這樣做,但是在這種情況下,因為有復制,在會話中保持垃圾的成本要高得多,因此值得以這種方式幫助容器。 )
  4. Sooner or later, we will all be gone. the king will be gone, and so will the garbage collector. nobody stays here forever

    過了一會兒大家都走了,國王也要走,收垃圾的人也要走,沒有任何人可以在這里做那麼永久。
  5. It is never invoked by the garbage collector

    垃圾回收器從不調用此析構函數。
  6. This is what the garbage collector will by default invoke during finalization

    這是默認情況下垃圾回收器在終止過程中將調用的內容。
  7. This means that in cases where the destructor is not explicitly invoked, the garbage collector, during finalization, will not as before find an associated

    這意味著,在沒有顯式調用析構函數的情況下,在終止過程中垃圾回收器不會像以前一樣尋找對象的關聯
  8. If the application makes poor decisions as to what objects to retain, performance can suffer as the garbage collector has to work harder to prevent the application from running out of memory

    如果應用程序做出了不好的決定,使得對象被保持,那麼性能會受到影響,因為垃圾收集器必須更加辛勤地工作,以防止應用程序消耗掉所有內存。
  9. A garbage collector

    垃圾收集者
  10. Flag varies depends upon the jvm vendor, and different garbage collector options will report on information specific to its implementation

    旗標生成的輸出根據jvm廠商而不同,不同的垃圾收集器選項會報告特定於該實現的信息。
  11. The finalization queue contains entries for all the objects in the managed heap that need to have their finalization code called before the garbage collector can reclaim their memory

    託管堆中所有需要在垃圾回收器回收其內存之前調用它們的終止代碼的對象都在終止隊列中含有項。
  12. That s the same trouble with most of us ; we love our garbage collector more than our soul, more than our real self

    我們多數人就是有這種麻煩,愛這個收集垃圾的物質身體勝過愛自己的靈魂及真我。
  13. The son is angry too, he finds phoenix, the garbage collector who looks like his sister, to be the daughter for the will

    另一方面,古惑星被派去偷取遺囑,在誤打誤撞下,和阿鳳發生感情。
  14. Describes how the garbage collector allocates and releases memory

    描述垃圾回收器如何分配和釋放內存。
  15. In recent years he has worked on the garbage collector in the ibm jvm and on jvm performance

    最近幾年從事ibm jvm垃圾收集程序和jvm性能提升的研究。
  16. Jvm option, which prints out detailed information from the garbage collector. from the second line of the second gc in the following

    Jvm選項調用該java程序,可以列印出垃圾收集程序中的詳細信息。
  17. Memory is allocated automatically in the heap area for each instantiated object, and the garbage collector periodically reclaims memory occupied by objects that are no longer needed

    每個實例化的對象都自動在堆中分配內存,垃圾收集程序定期收回不再使用的對象所佔據的內存。
  18. In this case, the disappearing act results from the potential relocation of reference types during a sweep of the garbage collector

    這種情況下,消失是由清掃垃圾回收器過程中對引用類型的潛在重新分配導致的。
  19. Because most garbage collection algorithms stop the world for some period of time, a single - threaded garbage collector can quickly become a scalability bottleneck, because all but one processor are idle while the garbage collector has suspended the user program threads

    因為大多數垃圾收集演算法會在一段時間里使系統停止,單線程的收集器很快會成為伸縮性瓶頸,因為在垃圾收集器將用戶程序線程掛起時,除了一個處理器之外,其他的處理器都是空閑的。
  20. This happens because the callback contains a reference to the page and the garbage collector will not remove an item from memory if the item has any references

    由於回調包含對頁面的引用,而垃圾回收器不會從內存中移除包含任何引用的項,因此會出現這種情況。
分享友人