• NET exception policy when the task is garbage-collected.

    例外政策任务垃圾收集。

    youdao

  • Now the object is reachable again and cannot be garbage-collected.

    现在对象又是可访问的,其不能垃圾收集。

    youdao

  • When a singleton class is garbage-collected and then reloaded, a new singleton instance is created.

    对象被当着垃圾回收然后该单例又被重新加载,一个新的单例对象创建

    youdao

  • There are two major memory-management hazards to avoid in non-garbage-collected languages: memory leaks and dangling Pointers.

    非垃圾收集语言需要避免两个主要内存管理危险内存泄漏悬空指针。

    youdao

  • There may be times when you find yourself in the world of managed code, and you'd like to interact with Office in a secure, garbage-collected world.

    可能有时发现自己身处托管代码世界并且安全的、垃圾回收世界中的Office进行交互

    youdao

  • These maps hold weak references to allow tracked objects like connections to be garbage collected when they are referenced only by the aspect.

    这些持有引用允许连接这样被跟踪对象只有方面引用它们时候垃圾收集掉

    youdao

  • If it is intended to have a shorter lifetime than the application, ensure that it gets unregistered, so that it can be garbage collected.

    如果侦听器的寿命应当应用程序,那么请确保取消的登记,这样它就可以垃圾收集

    youdao

  • To avoid this problem, any classes that are to be serialized should be loaded by a class loader that does not need to be garbage collected — by the system class loader, for example.

    为了避免这个问题凡是进行序列化应当需要垃圾收集装入器装入——例如系统类装入器装入。

    youdao

  • In a purely garbage collected system, a circular reference is not a problem: If neither of the objects involved is referenced by any other object, then both are garbage collected.

    垃圾收集系统中,循环引用问题不大涉及到对象中的一个对象任何其他对象引用那么个对象都将垃圾收集。

    youdao

  • All generated garbage is collected, and so the amount generated is exactly the same as the amount the garbage collector is collecting.

    由于收集所有生成垃圾因此生成垃圾的数量与垃圾收集器收集的垃圾数量完全相同。

    youdao

  • Unfortunately, an associated downside to increased heap size is a corresponding increase in the amount of time needed to find and process objects that should be garbage collected.

    遗憾增加大小一个缺点查找处理需要垃圾收集对象所需的时间随之增加。

    youdao

  • This is important because the singleton aspects are typically not garbage collected.

    一点重要,因为单体方面通常不会被垃圾收集。

    youdao

  • Any classes that are no longer being referenced are then eligible to be garbage collected.

    任何只要不再引用,它符合垃圾收集的条件。

    youdao

  • Because the inner function holds a reference to the outer function's variables, the scope object with property a will not be garbage collected.

    由于内部函数持有外部函数变量引用,所以这个属性a范围对象不会垃圾收集

    youdao

  • The mapping between a class and its ProtectionDomain is set up when the class is first loaded and will not change until the class is garbage collected.

    一个与其ProtectionDomain之间映射在类第一次装载时设置的,垃圾收集之前不会改变

    youdao

  • With weak references, you can maintain a reference to the referent without preventing it from being garbage collected.

    使用引用后,可以维持对referent引用而不会阻止垃圾收集

    youdao

  • It would be nice if there was a way to be notified when the referent of a weak reference is garbage collected, and that is what reference queues are for.

    如果一种方法可以在引用referent被垃圾收集发出通知就好了就是引用队列作用。

    youdao

  • ObjectStreamClass is a primordial class and therefore is never garbage collected.

    ObjectStreamClass一个原始所以永远不会被垃圾收集

    youdao

  • This prevents the Socket and User objects from being garbage collected, even though the application is never going to use either of them again.

    这会阻止SocketUser对象垃圾收集即使应用程序不会使用它们

    youdao

  • After the program control exits the subscope, the instance of the MyClass object is garbage collected, because there are no references to that instance of the MyClass object outside that subscope.

    程序控制退出子范围MyClass对象实例作为垃圾被收集因为子范围外面没有 MyClass 对象实例任何引用

    youdao

  • You can plot the amount of garbage collected by selecting amount freed from the GC and Memory Visualizer's VGC Data menu.

    可以绘制收集垃圾数量的图形,方法是从evtkVGC Data菜单中选择amountfreed

    youdao

  • Memory Usage: Shows when objects are created, when they are garbage collected, and their size

    内存使用情况: S可以显示什么时候对象创建,什么时候它们垃圾收集以及它们大小

    youdao

  • Retain Forever: Objects with this lifetime are never garbage collected and are accessible to all threads.

    RetainForever具有此生存期的对象进行垃圾收集并且所有线程可以访问该对象。

    youdao

  • But as a result, the buffer is never released because it is always reachable by the program (unless the LeakyChecksum object is garbage collected).

    但是结果缓冲区永远不会被释放因为程序来说总是(除非leakychecksum对象垃圾收集了)。

    youdao

  • When you add a mapping to a WeakHashMap, remember that it is possible that the mapping could "fall out" later because the key is garbage collected.

    WeakHashMap添加映射时,请记住映射可能以后“脱离”,因为垃圾收集了

    youdao

  • The plot on the Report tab shows statistics about the mean and total amounts of garbage collected during the run.

    Report选项卡图形显示了有关运行期间所收集平均垃圾数量垃圾数量统计信息

    youdao

  • Using WeakHashMap solves the problem of Thread objects not getting garbage collected, at some additional performance cost.

    一些额外的性能开销为代价,使用WeakHashMap解决了无法Thread对象进行垃圾回收的问题

    youdao

  • Most new languages are garbage collected, for example, and I don't understand why people who create languages want to write their own GC.

    例如大多数语言带垃圾回收,理解为什么创建这些新语言的编写自己的GC呢。

    youdao

  • Natives can create global references so that objects are not garbage collected until they are no longer needed.

    本机可以创建一些全局引用保证对象不再需要时垃圾收集器回收。

    youdao

  • So the more memory that you allocate, the more frequently the memory is garbage collected, and thus the worse your code's performance becomes.

    因此分配越多内存内存进行垃圾回收的频率就越频繁,代码性能就会变得越

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定