• But the results are almost always more correct: fewer deadlocks and more production-safe code.

    结果几乎总是正确的:更少死锁更加适合生产的代码

    youdao

  • To determine whether the language compiler you use generates verifiably type-safe code, consult the compiler's documentation.

    确定使用语言编译是否生成验证类型安全代码请参见编译器文档

    youdao

  • They remembered that when they moved in they found a safe code in the back of a medicine cabinet and after half a dozen attempts the safe opened.

    他们记得搬进这个住处药柜后面发现保险箱密码了好几次,保险箱终于打开了。

    youdao

  • Given that a safer (and possibly faster) idiom exists for this - map-reduce - there's no excuse for writing such unsafe code, even if it seems safe "in this case."

    如果存在一种针对情形安全(可能更快)的语言风格(映射-减法),则没有借口编写这样的不安全代码即使此情形下”看起来是安全的。

    youdao

  • On the surface it looks as though lock elision allows us to write thread safe code without any synchronization penalty for using in cases where it really wasn't needed.

    表面上省略似乎可以允许我们不必忍受同步带来的负担,就可以编写线程安全代码了,前提同步的确是多余的情况下。

    youdao

  • Because type-safe code cannot cause memory faults, using application domains ensures that code running in one domain cannot affect other applications in the process.

    因为类型安全的代码不会导致内存错误,所以使用应用程序可以确保一个域中运行的代码不会影响进程中的其他应用程序。

    youdao

  • If you have two operations that require synchronization separated by a small block of thread-safe code, you are generally better just using a single synchronized block.

    要是一小线程安全代码要求同步两个操作隔开那么使用一个同步一般更好些

    youdao

  • Note that this code is fully thread safe.

    注意这样代码完全线程安全的。

    youdao

  • Finally, DOM implementations generally include a lot of synchronization code to make multithreaded access safe.

    最后DOM实现通常包括许多同步代码使多线程化访问安全

    youdao

  • As you can see in Listing 6, generics are once again leveraged to make all of this code type safe.

    清单6可以看出,我们再次利用泛型来使所有这些代码类型安全。

    youdao

  • The purpose of this feature is to assist the developer in running a complete set of tests which would show if the code change is safe to be checked-in.

    功能目的帮助开发人员通过运行一个完整测试检查在签入代码时候所更改的代码是否安全

    youdao

  • A NOT FENCED stored procedure is recommended only if you consider the code safe to execute.

    只有认为代码能够安全执行的情况下,才应该使用NOT FENCED存储过程

    youdao

  • If you let this code go to production, you had better find a safe hiding spot where the DBA can't find you!

    如果这些代码投入生产,最好找到一个DBA不到安全隐藏

    youdao

  • Now the UI is safe and the code is simpler, because it separates the work into the part that should be done on a worker thread and the part that should be done on the UI thread.

    现在UI安全的,代码得到简化因为任务分解成了工作线程完成部分UI线程内完成的部分。

    youdao

  • Collisions are less likely to happen at all if a code determines what counts as a safe passage.

    如果有一套决定何种行为属于安全通行准则的话,那么根本就连发生碰撞可能性都会降低。

    youdao

  • People don't generally live beyond 32,000 years, after alland I think it's safe to suggest that if that does ever become a concern, you'll be able to refactor the code back to an integer field.

    毕竟通常没有过32,000——而且相信即使真的有那么长寿的人,仍然可以重构代码字段型。

    youdao

  • Acting as a bridge is code marked as "Safe Critical" ACTS as a bridge between the two.

    标识SafeCritical”的代码两者间起到桥梁作用

    youdao

  • What this means is that the following code is not thread safe!

    表示下面代码不是线程安全的。

    youdao

  • Boogie is used to verify the assembly language against a specification and guarantees safe interaction with the TAL code and hardware.

    它还使用Boogie根据规范验证汇编语言确保它可以TAL代码硬件安全地交互

    youdao

  • Anders counters that developers do not necessarily know if their code, or the code it USES, are actually safe.

    Anders反驳开发人员没有必要一定知道他们代码或者使用代码是否安全

    youdao

  • This is simple (but difficult. makes buggy code easy) work to make them thread-safe (but many efforts are needed).

    转换为线程安全一件简单(其实很困难,编写充满bug代码倒是很简单)的工作但是需要更多努力)。

    youdao

  • Developers resist constraints on their tools and process; therefore, whoever is managing the source code needs to keep the developers at a safe distance from it.

    开发人员抵抗他们的工具过程约束因此不论是谁管理源代码需要开发人员与之保持安全距离。

    youdao

  • To be safe, namespace all ID attributes, even though doing this can make your code difficult to read, as you can see in Listing 5.

    为了安全起见,请对所有ID属性设置名称空间,即使操作使代码清单5中看到的一样难于阅读

    youdao

  • Five years after the earthquake, more than 90% of the 400,000 houses rebuilt comply with safe construction guidelines - not a code mandated by law.

    地震之后,在重建400,000所住房超过90%的住房都符合安全建筑指南,而后者并不是一个法定法规。

    youdao

  • So either you need to convert everything in XML-safe encodings, or you need to put large areas of text, code or whatever, into CDATA blocks.

    所以或者需要 XML 支持编码对它们进行转换或者需要一大段的文本代码其他内容放到 CDATA 块中。

    youdao

  • There is no straightforward way to make the code in Listing 1 thread-safe, making this idiom an accident waiting to happen.

    没有直观途径来使清单1中的代码线程安全的,这使这种语言风格成为了一种等待时机发生的事故

    youdao

  • Once the class has been resolved, the original code location is modified in a thread-safe way to access the static field's address directly because that address is then known.

    一旦解析,就会一种线程安全的方式修改原始代码位置以便直接访问静态字段地址因为此时已获知该地址。

    youdao

  • Batch application developers write code that is thread-safe and executes on a single thread.

    批处理应用程序开发人员可以编写线程安全的、单个线程中执行的代码

    youdao

  • There is no straightforward way to make the code in Listing 1 thread-safe, making this idiom an accident waiting to happen.

    没有什么简单的办法可用清单1中的代码变成线程安全的,这使得惯用技法变成了一个在等待时机发生的事故

    youdao

  • If a caller wants to increment the foo property, the following code to do so is not thread-safe.

    如果一个调用者增加foo属性值,以下完成功能的代码就不是线程安全的。

    youdao

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

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

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