• In addition to the complexity of the Enigma machine itself, its operating procedures became increasingly complex, as the German military wanted to make Enigma communications harder to code break.

    为了使盟军无法破译恩尼格玛密电,德军还专门制定了一套极为复杂密码使用规则,尽管恩尼格码本身就是极端复杂的。

    youdao

  • But they couldn't break the code.

    但是他们一直不能破译这些密码

    youdao

  • If you ignore the tests forever, the code they're expected to test may break and the breakage may not be detected.

    如果永远忽略这些测试,那么它们期望测试代码可能中断,并且这样的中断可能不能检测到

    youdao

  • If calling code ignored the API and manipulated data structures in the library code, this independence would be lost since a change in the library's implementation might break the misbehaving client.

    如果调用代码忽略api处理代码中的数据结构,那么丧失这种独立性因为实现中的改变可能破坏行为失常客户端

    youdao

  • If we were to take the strict position of "never break existing code," we would be forced to reject this useful new feature.

    如果我们严格地立场,“从不破坏现有代码”,那么我们被迫拒绝这项有用的功能

    youdao

  • Changing these values would change the hash code, which would in turn break any hash table or dictionary that the object happened to be stored in.

    改变那些的同时改变然后会破坏一些哈希或者恰好储存对象字典

    youdao

  • If you break something, it's your responsibility to fix it, no matter where it is in the code.

    如果破坏了某些事物负责进行修补无论位于代码一部分。

    youdao

  • When you modify old code you have to both test your changes and then perform a set of regression tests to make sure you didn't break any of the existing code.

    而当修改旧有代码时,你不得不测试更改部分,还要进行一系列兼容测试保证没有破坏任何旧有代码。

    youdao

  • In addition to promoting code reuse, it can also break complex transforms into chunks that are easy to understand.

    除了促进代码重用可以复杂转换分成易于理解的程序块。

    youdao

  • Worse, even important modifications, such as upgrades to existing components, can cause things to break throughout the code base.

    糟糕的是,即使现有组件升级这样重要修改导致整个代码中断的事情出现。

    youdao

  • Because when you change the code, you break things and introduce many bugs.

    因为改变代码时,有可能破坏了一些东西造成许多漏洞

    youdao

  • This way, code won't break when new sub-elements are added to provide more granular markup.

    通过这种方式添加新的元素以提供细粒度标记代码不会发生崩溃

    youdao

  • If you don't think about serialization while changing code, it's virtually guaranteed that you will break the legacy objects.

    如果更改代码考虑串行化几乎可以肯定必将破坏原有对象

    youdao

  • Will new versions of the code generator (or its plug-ins or add-ons) potentially break my project?

    版本代码生成工具或是插件)不会搞乱我的项目吧?

    youdao

  • For example, when you make a change in the code, make sure you do regression testing to be sure you did not break any other code in the program.

    例如代码进行更改时,确保进行回归测试,从而确保不会破坏程序中的任何代码。

    youdao

  • It also should not break existing code that interacts with the data.

    不会破坏数据交互已有代码

    youdao

  • It is a good idea to already have your break point set in the agent code.

    最好代理代码已经设置断点

    youdao

  • But the real problem with unit tests as I've discovered is that the type of changes that you tend to make as code evolves tend to break a constant percentage of your unit tests.

    认为单元测试真正问题在于人们改进代码同时也会破坏同等数量的单元测试。

    youdao

  • Because people using version 1 of your JAR file have references to com.A in their code, simply upgrading to the new version of the library will break their existing code.

    由于使用JAR文件版本1代码中还存在com . A的引用如果只是简单地升级版本的,无疑破坏他们现有的代码。

    youdao

  • For example, the semantics of return, break, and this are different in a block of code than they are in a Runnable (or other inner class instance) that represents the same block of code.

    比如returnbreakthis代码中的语义与其在Runnable(其他内部实例)中同一代码块中的语义不同

    youdao

  • Moving the Web code may cause dependency cycles to break when the code is removed from BankingCommon.

    移动Web代码可能会导致代码BankingCommon删除时候,循环依赖关系中断

    youdao

  • Some concurrency bugs won't break your code, but they can lead to poor application performance. Consider the synchronized block in Listing 5

    有一些并发缺陷有时不会使代码出错但是它们可能会降低应用程序性能

    youdao

  • Once you've tested the basic functionality of an application, it becomes important to consider alternate pathways through the code. In most languages, you can break up your tests as follows.

    已经测试了应用程序基本功能考虑代码中的替代路径就变得非常重要了。

    youdao

  • The changes I make on the server break the code on your development machine. Remote development is slow and difficult.

    开发人员相互覆盖彼此修改服务器所做的改变让的开发机器上的代码中断运行,这些都让远程开发速度很慢而且非常困难。

    youdao

  • To use it, set a breakpoint by clicking to the left of the line of code you'd like to break on within the Python editor.

    使用调试器,可Python编辑器中断代码行的左侧点击设置断点

    youdao

  • I mean, they'd have some improved quality, and they'd have the ability to change things in their code with the confidence that they don't break anything, but that's it.

    意思是说他们改善质量并且他们能力破坏任意功能的情况下更改代码仅此而已

    youdao

  • Unless quality becomes the responsibility of all team members, you won't break the code-test cycle that is at the root of the problem.

    除非质量成为所有团队成员职责否则就很难打破“编码-测试”这样循环,而这正是问题的根源所在。

    youdao

  • You can break this down structure even further, marking the punctuation (the period, comma, and hyphen) or breaking the zip code into two pieces.

    可以进一步细化这个结构标记标点(句点逗号短横线)邮政编码分为部分

    youdao

  • Often, code that works in a local workspace turns out to break (or break some other code) at build timean everyday cause of delays on most projects.

    常常本地工作区可以工作代码构建时刻出现失败(或者破坏其他代码)——这是大多数项目每天延迟原因

    youdao

  • Such code is not part of the build, so checking in a broken experiment does not, by definition, break the build.

    这样代码属于构建所以就算提交了残缺试验性代码也不能破坏构建本身。

    youdao

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

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

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