• 垃圾收集器回收程序不再使用内存时,可以停止任何应用程序线程

    When the garbage collector runs to reclaim memory that is no longer used by the program, it can stop all the application threads.

    youdao

  • 但是可以通过使用回收程序集中声明入口来调入本机代码

    However, you can call into native code by using an entry point that is declared in a non-collectible assembly.

    youdao

  • 所有其他方面回收程序创建使用方式其他动态程序相同

    In all other respects, collectible assemblies are created and used in the same way as other dynamic assemblies.

    youdao

  • 释放回收程序关联所有对象之后,公共语言运行时(CLR)会自动卸载程序集。

    The common language runtime (CLR) unloads a collectible assembly automatically when you have released all objects associated with the assembly.

    youdao

  • 回收程序瞬态的(无法保存),受到针对可回收程序限制一节所述限制的约束。

    The assembly is transient (that is, it cannot be saved) and is subject to limitations described in the Restrictions on Collectible Assemblies section.

    youdao

  • 正常不能连接应用程序只有等到垃圾回收释放,在这个连接应用回收程序池中不可用的。

    The application would have to wait for GC to claim it, until then it is not marked as available from pool.

    youdao

  • 未来需要有效清洗技术管理程序以及回收净化技术减少浪费

    In the future, more effective washing techniques, management procedures, and recycling and purification of water will be needed to reduce wastage.

    youdao

  • 洛杉矶地区参议员丽亚·罗梅罗提出的另议案要求高科技制造商开发回收所谓电子垃圾程序

    A separate bill by Los Angeles-area Senator Gloria Romero would require high-tech manufacturers to develop programs to recycle so-called e-waste.

    youdao

  • 尽管如此这样实现无法接受的因为从来不回收不使用空间,它导致程序很快会用光内存

    However, such an implementation is hardly ever acceptable: it will cause a program to run out of memory quickly since it never reclaims unused space.

    youdao

  • 如果对象引用计数,那么就是垃圾(用户程序不可到达它),可以回收

    If an object's reference count is zero, it is garbage (unreachable from the user program) and can be recycled.

    youdao

  • 不仅该类的对象被垃圾回收加载同样程序需要而被重新加载。

    Classes are reloaded not only after class garbage-collection; they can also be reloaded at Java programs' request.

    youdao

  • 应用程序暂停的持续时间称作暂停时间,因为段时间暂停了应用程序进程使GC可以回收自由空间

    The time during which the application is halted is referred to as pause time because application progress is paused for the GC to reclaim free space.

    youdao

  • 内存绝不会应用程序显式释放而是被垃圾收集器定期回收

    Memory is never explicitly freed by the application but is instead reclaimed periodically by the garbage collector.

    youdao

  • 是否决定回收整个应用程序取决于安全运行处理正在运行的应用程序动态角色更新能力

    The decision to recycle the entire application depends on ability of the security runtime to handle dynamic role updates to a running application.

    youdao

  • AIXPCM一个构建功能上路径健康检查程序,用来自动回收失败路径

    AIXPCM has a path health checker built into its functionality to reclaim failed paths automatically.

    youdao

  • 因此并非始终可以回收应用程序更新部分维护应用程序运行完整性

    Therefore, it is not always possible to recycle updated portions of the application and maintain run time integrity of the application.

    youdao

  • 这些应用程序主要是提供信息建议找到回收点,帮助计算个人足迹

    Primarily these apps offer information and advice, identify recycling stations, and help calculate individual carbon footprints.

    youdao

  • 传统GC无法满足这个需求因为应用程序必须暂停以便GC可以回收所有未使用内存

    A traditional GC can't meet this requirement because the application must halt for the GC to reclaim any unused memory.

    youdao

  • 可以消除基于.NET应用程序托管大小常见锯齿模式并且减少了应用程序执行垃圾回收花费时间

    This can get rid of the sawtooth pattern often seen for the managed heap size in.net-based applications, and reduces the time an application spends performing garbage collection.

    youdao

  • 应该分析gc日志了解年老空间回收频率;最的分代应用程序进行年老代空间回收操作频率应该非常低。

    You should also analyze GC logs to understand how frequently the tenured space gets collected; an optimal generational application will have very infrequent collection in the tenured space.

    youdao

  • 引用一样,引用通过利用垃圾收集器作出缓存回收决策方面帮助有助于防止应用程序出现对象游离

    Soft references, like weak references, can help applications prevent object loitering by enlisting the aid of the garbage collector in making cache eviction decisions.

    youdao

  • 此外正在运行应用程序应用更新并不会对整个应用程序进行回收

    Additionally, when updates are applied to a running application, the entire application does not always need to be recycled.

    youdao

  • 标记阶段负责跟踪应用程序可见所有对象它们标记的,以免回收它们的存储

    The mark phase is responsible for tracing through all objects visible to the application and marking them as live to prevent them from having their storage reclaimed.

    youdao

  • 如果运行期间更新应用程序替换应用程序文件,会目标节点回收整个应用程序(停止重新启动)。

    If an application was updated while running, then the entire application is recycled (stopped and restarted) on the target nodes when the application files were replaced.

    youdao

  • 对象池机制可以降低应用程序所需分配数量从而降低应用程序所需的垃圾回收的数量。

    Object pooling reduces the number of allocations, and therefore the number of garbage collections, required by an application.

    youdao

  • 另外对象相关内存直到终止程序执行才会回收这样使程序内存的要求增加

    Additionally, the memory associated with the object is not garbage collected until after the finalizer is executed, which can increase the memory demands on the program.

    youdao

  • 对象创建意味着少的垃圾回收,这会提高你程序用户体验质量。

    Fewer objects created mean less-frequent garbage collection, which has a direct impact on user experience.

    youdao

  • Android系统试图尽可能长时间保持应用程序进程,但为了新建或者运行更加重要进程,总是需要清除过时进程回收内存

    The Android system tries to maintain an application process for as long as possible, but eventually needs to remove old processes to reclaim memory for new or more important processes.

    youdao

  • Android系统试图尽可能长时间保持应用程序进程,但为了新建或者运行更加重要进程,总是需要清除过时进程回收内存

    The Android system tries to maintain an application process for as long as possible, but eventually needs to remove old processes to reclaim memory for new or more important processes.

    youdao

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

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

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