THE GARBAGE COLLECTOR Tiếng việt là gì - trong Tiếng việt Dịch

[ðə 'gɑːbidʒ kə'lektər]
[ðə 'gɑːbidʒ kə'lektər]
thu gom rác
garbage collection
rubbish collection
garbage collectors
garbage collected
waste collection
trash collection
refuse collection
collecting trash
rubbish collectors
collecting waste

Ví dụ về việc sử dụng The garbage collector trong Tiếng anh và bản dịch của chúng sang Tiếng việt

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
The garbage collector examines every object on the heap.
Trình thu gom rác kiểm tra mọi đối tượng trên heap.
The. NET runtime relies on the garbage collector instead.
Thời gian chạy.NET hoàn toàn phụ thuộc vào garbage collector instead.
The garbage collector is a generational incremental collector.[7].
Bộ gom rác là một bộ thu tăng dần thế hệ.[ 7].
Another problem is that the garbage collector may run at inconvenient times.
Một vấn đề khác là bộ thu gom rác có thể chạy vào những thời điểm bất tiện.
This is not an object reference,so it does not add to the time taken by the garbage collector.
Đây không phải là một tham chiếu đối tượng,vì vậy nó không thêm vào thời gian của trình thu gom rác.
Every time the garbage collector runs, the following steps occur.
Mỗi khi trình thu gom rác chạy, các bước sau sẽ xảy ra.
Finally, servlet is garbage collected by the garbage collector of the JVM.
Cuối cùng, servlet được thu thập bởi bộ sưu tập rác của JVM.
In reality, the garbage collector performs a collection when generation 0 is full.
Garbage Collector sẽ thực hiện công việc của nó trong Generation 0 chỉ khi Generation 0 bị đầy.
How to force a collection of memory by the garbage collector with PowerShell?
Làm thế nào để lấy mộttập hợp của bộ nhớ bằng“ garbage collector“ với Powershell?
This will force the garbage collector to run, freeing up the unused memory at a time that is convenient for us.
Điều này sẽ buộc người thu gom rác chạy, giải phóng bộ nhớ không sử dụng tại thời điểm thuận tiện cho chúng ta.
Finally, servlet is garbage collected by the garbage collector of the JVM.
Cuối cùng,servlet trở thành rác và được thu thập bởi Garbage Collector của JVM.
Since they are referenced, the garbage collector won't collect them and they will remain forever, taking up memory.
Vì chúng được tham chiếu, người thu gom rác sẽ không thu thập chúng và chúng sẽ tồn tại mãi mãi, chiếm bộ nhớ.
The whole array ofstructs must now be examined by the garbage collector when it runs.
Toàn bộ các cấutrúc bây giờ phải được kiểm tra bởi người thu gom rác khi nó chạy.
Notice how the garbage collector stopped being able to reclaim memory around 1:40, and notice the memory leak;
Chú ý cách garbage collector dừng khả năng thu thập xung quanh thời điểm 1 phút 40 giây, và để ý rằng bộ nhớ bị tràn;
Heap allocations can be slow, especially if the garbage collector must run and the heap must be expanded.
Phân bổ heap có thể chậm, đặc biệt nếu bộ thu gom rác phải chạy và heap cần phải mở rộng.
GC Pressure is when you are creating new objects anddisposing of them too quickly for the garbage collector to keep up.
Áp lực GC là khi bạn đang tạo các đối tượng mới vàxử lý chúng quá nhanh để người thu gom rác theo kịp.
The gc() method is used to invoke the garbage collector to perform cleanup processing.
Phương thức gc() được sử dụng để gọi bộ thu gom rác để thực hiện quá trình dọn dẹp.
The garbage collector runs whenever a heap allocation is requested that cannot be fulfilled using free memory from the heap.
Trình thu gom rác chạy bất cứ khi nào yêu cầu phân bổ heap không thể được thực hiện bằng bộ nhớ trống từ heap.
The reason is that the bitmaps are larger in size,it makes the Garbage Collector(GC) run very frequently.
Nguyên nhân là khi bitmap lớn,sẽ làm cho Garbage collector( GC) chạy thường xuyên hơn.
Called by the garbage collector on an object when garbage collector determines that there are no more references to the object.
Được gọi bởi garbage collector trên một object khi garbagecollection xác định rằng không có thêm reference đến object.
Finalize() method is used for performingcode clean-up before the object is reclaimed by the garbage collector.
Finalize() là phương thức được sử dụng đểthực hiện quá trình" clean up" trước khi một đối tượng được garbage collector thu thập lại.
If you look carefully at the output of the garbage collector, you will find that PermGen space is also garbage collected.
Nếu bạn nhìn kỹ vào output( xuất) của bộ dọn rác, bạn sẽ thấy là PermGen cũng làbộ dọn rác..
This allows you to avoid directly referencing objects,but use special reference objects that are easily cleared by the garbage collector.
Bằng cách này ta tránh được việc trực tiếp tham chiếu các object, nhưng có thể sử dụng các object tham chiếu đặc biệt mànhững object này dễ dàng được" rọn" bởi Garbage Collector.
Once it's safely in the arms of the garbage collector, it will then be dragged out of orbit and allowed to burn up in the atmosphere.
Khi nó an toàn trong vòng tay của người thu gom rác, nó sẽ được kéo ra khỏi quỹ đạo và cho phép đốt cháy trong bầu khí quyển.
Android provides a managed memory environment- when it determines that your appis no longer using some objects, the garbage collector releases the unused memory back to the heap.
Android cung cấp một- bộ quản lý bộ nhớ- Nhiệm vụ của nó là quyết định những đối tượngnào không còn được sử dụng nữa, khi đó, GC( garbage collector) sẽ giải phóng những vùng nhớ không còn được về lại bộ nhớ heap.
When the garbage collector searches for references to objects on the heap, it must examine every current object reference in our code.
Khi trình thu gom rác tìm kiếm các tham chiếu đến các đối tượng trên heap, nó phải kiểm tra mọi tham chiếu đối tượng hiện tại trong mã của chúng ta.
Optionally, memory can be compacted after the garbage collector deletes objects, so remaining objects are in a contiguous block at the start of the heap.
Tuỳ chọn, bộ nhớ có thểđược nén sau khi tiến trình thu gom rác xoá các Object, nên các Object còn lại nằm trong một khối liền kề khi bắt đầu bộ nhớ Heap.
If the garbage collector has a lot of objects on the heap and/or a lot of object references to examine,the process of examining all of these objects can be slow.
Nếu trình thu gom rác có rất nhiều đối tượng trên heap hoặc rất nhiều tham chiếu đối tượng để kiểm tra, quá trình kiểm tra tất cả các đối tượng này có thể bị chậm.
This hotfix includes changes to the Garbage Collector, adjusting the conditions in which Gen2 collections occur on computers that have 80 GB or more of memory.
Hotfix này bao gồm các thay đổi để thu rác điều chỉnh điều kiện mà bộ sưu tập Gen2 xảy ra trên máy tính có 80 GB hoặc thêm bộ nhớ.
The garbage collector is triggered whenever a heap allocation cannot be fulfilled from available heap memory, which means that frequent heap allocations and deallocations can lead to frequent garbage collection.
Trình thu gom rác được kích hoạt bất cứ khi nào phân bổ vùng heap không thể được thực hiện từ bộ nhớ heap có sẵn, điều đó có nghĩa là việc phân bổ và xử lý heap thường xuyên có thể dẫn đến việc thu gom rác thường xuyên.
Kết quả: 49, Thời gian: 0.0377

Từng chữ dịch

Truy vấn từ điển hàng đầu

Tiếng anh - Tiếng việt