• 我们内存溢出的编程经历

    We've all experienced applications with memory leaks.

    youdao

  • 注意生成任务原因内存溢出这一条件

    Notice that the reason the task was generated is a memory leak condition.

    youdao

  • 尝试解决内存溢出问题

    Try to solve the problem of memory overflow.

    youdao

  • 文件句柄泄漏内存溢出可能黑暗

    File Handle leaks or Memory Overflow perhaps, to take a stab in the dark.

    youdao

  • 13eurekaj显示内存溢出错误一种可能情形

    Figure 13: EurekaJ Heap chart showing one possible scenario for Out Of Memory error.

    youdao

  • 就算没有内存溢出内存消耗很高GC的开销也会很大

    Even when it didn't actually run out of memory, the GC overhead was just too high when memory consumption was high.

    youdao

  • 过去内存溢出没有前端开发工程师造成很大的麻烦

    In the past, memory leaks haven't posed huge problems for Web developers.

    youdao

  • 这个例子程序内存占用快速上升直到产生程序内存溢出

    In this example the applications memory usage increased rapidly, to a point where the application simply ran out of memory.

    youdao

  • 这种内存溢出完全的,只要发生了跳转溢出内存收回

    This script leak is entirely within a page and when you navigate away then you get your memory back.

    youdao

  • 预览进程可能因消耗大量资源表现不佳很可能最终导致内存溢出异常

    The preview process would likely consume very large resources resulting in poor performance and is likely to end up with out-of-memory exception.

    youdao

  • 分割批量更新调用保持生成XML足够不会出现内存溢出异常

    Split up batch update calls to keep the generated XML small enough to not run into out of memory exceptions.

    youdao

  • 2011年1月2日更新添加高亮颜色选项修复内存溢出故障

    2nd January 2011: added option to pick row highlight color. Also fixed the memory leak problem.

    youdao

  • 关于为什么发生内存溢出异常更多深入讨论,可以参看先前帖子

    For a more indepth discussion on why you get Out of Memory exceptions see my earlier post.

    youdao

  • 每个前端开发工程师都会建立一个自己那些可能会内存溢出代码示例列表

    Every Web developer builds a personal list of code examples that they know leak and learns to work around those leaks when they see them in code.

    youdao

  • 3显示运行上述示例代码结果,其中显示内存条件内存溢出”条件的结果。

    Figure 3 shows the results of running the example code above, showing the results of a "memory condition: memory leak" condition.

    youdao

  • 一漏洞程序内存溢出情况出现,以不安全方式载入可执行文件引起的。

    The vulnerability is caused due to the application loading an executable file in an insecure manner when an out of memory condition occurs.

    youdao

  • 执行上述包含了50000个批量更新例子的时候,就遇到了OOM(内存溢出)。

    I ran into an OOM when executing the above example with 50000 batch updates.

    youdao

  • 发生内存溢出大多数情况下设计问题引起太多内存存储缓存Session中

    Most of the time when an Out Of Memory exception occurrs it is caused by a design problem, where either too much memory is stored in cache or session scope.

    youdao

  • 如果程序出现不正常内存负载频繁无响应内存溢出通常最好的分析切入点是查看内存对象

    If your application is experiencing unusually high memory load, frequent freezes or OOME, its often most useful to start by understanding just what kind of objects are present in memory.

    youdao

  • 如果应用服务系统可以指出上面运行程序是否内存溢出,在需要自动重启岂不是一件酷的事?

    Wouldn't it be cool if the application server could figure out if an application running on it had a memory leak and could restart itself when necessary?

    youdao

  • B使用清晰度图像时,打印预览消耗大量资源某些情况下甚至因为性能太低内存溢出而无法使用。

    B: When using high resolution images, the Print Preview will consume large resources and in some cases it will not even be usable because of low performance and memory overflow.

    youdao

  • 方法有效地避免了一般复用距离分析可能导致内存溢出问题同时使得复用距离分析达到线性时间复杂度

    This method avoids possible memory overflow problem in normal reuse distance analysis, at the same time this method makes complexity of reuse distance analysis decrease to linear.

    youdao

  • 我们测试机上在测试进度中允许默认记录时,超过五个用户参与的短期(10分钟)测试导致内存溢出错误

    On our test machine, short-term (10-minute) tests with more than five users caused out-of-memory errors when default logging was enabled in the test schedule.

    youdao

  • 增加特性目的在于解决版本ActiveMQ一个常见问题使用持久化消息时会导致内存溢出

    This feature was added to address a common problem in previous versions of ActiveMQ with running out of RAM buffer when using non-persistent messaging.

    youdao

  • 然后,服务器管理员必须处理由此导致内存溢出错误,集群环境中的服务器相似性以及服务器重启时串行化异常

    Server administrators then have to deal with the fallout in the form of "out of memory" errors, server affinity in clustered environments, and serialization exceptions on server restarts.

    youdao

  • 如果我们运行上述代码并用任务管理器加以观察,这个页面跳转一个空白页面的时候,我们并不能发现内存溢出

    If you run the above code and use the Task Manager trick again, while navigating between the "leaking" page and a blank page, you won't notice a script leak.

    youdao

  • 根据veracodeWysopal所说,搜索gets函数——一个臭名昭著不安全字符串操作——可以揭示可能内存溢出攻击的程序

    And, searching for the function "gets" — a notoriously insecure string operationcan reveal programs that are likely vulnerable to a memory overflow, said Veracode's Wysopal.

    youdao

  • 模糊测试导致许多故障都是内存分配错误缓冲器溢出直接结果

    Many of the crashes resulting from fuzz testing are direct results of memory allocation mistakes and buffer overflows.

    youdao

  • 如果无法排序数据整个放入排序中(排序堆每次执行排序时分配内存),就会溢出数据库所有临时中。

    If the sorted data cannot fit entirely into the sort heap, which is a block of memory that is allocated each time a sort is performed, it overflows into a temporary table owned by the database.

    youdao

  • 额外的数据溢出预期存储附近内存中,并且覆盖区域原始用途无关的数据。

    The extra data spills over into memory near the intended storage area and overwrites data that may have nothing to do with that area's original purpose.

    youdao

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

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

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