• During a development cycle, you spend most of your time making code changes.

    开发周期中,更改代码占用大部分时间

    youdao

  • Properties can be used to change the behavior of a component at run time without making code changes.

    属性用于运行更改组件行为不用更改代码

    youdao

  • One of the benefits of this approach is the ability to tune queries at deployment time without making code changes.

    方法优点之一能够部署优化查询无需更改代码

    youdao

  • I usually work by making small changes to the code and then testing the new code before I move on.

    工作通常向前进展之前,在核心组件做一个小变化然后测试新的代码

    youdao

  • The process of taking a well-designed piece of code and,through a series of small, reversible changes, making it completelyunmaintainable by anyone except yourself.

    优秀设计代码错一些微小的、可逆改变使得完全不能除了你自己之外的任何人维护,这样一个处理过程

    youdao

  • Currently, business rules are closely coupled with the main code, necessitating the need for care while making changes and also increasing testing requirements.

    目前业务规则代码紧密耦合使得做出更改必须小心谨慎,同时还增加测试需求。

    youdao

  • It's important to note that the JSON support described above was activated simply by making changes in the various views, with the action code remaining untouched.

    一定注意上面描述JSON支持很容易激活,只需在各个视图更改操作代码保持不变。

    youdao

  • Use the following code listing to build your method, making required changes according to your project.

    使用以下代码清单中的代码,构建方法根据项目来做出需要更改

    youdao

  • These refactorings is quite enough to keep the project code in a good shape by making project-wide changes.

    这些重构功能已经足够项目代码通过一些项目级的改动来保持一个优雅的风格。

    youdao

  • We'll be making changes to the sample scenario code using Application Developer.

    我们使用Application Developer示例场景代码做一些更改

    youdao

  • After making changes in your code, you can just refresh the application's page to verify whether the error still occurs or is fixed.

    在对代码做出更改之后只需刷新应用程序页面,就可以验证错误是否仍然存在还是已经修复。

    youdao

  • Before making changes to the internal billing package, you could analyze a code coverage report to determine if any tests actually tested the package.

    内部记帐作出变更可以分析代码覆盖率报告确定是否有任何测试真正测试这个包。

    youdao

  • Making massive changes to code is always a drudgery and an error-prone process.

    代码进行重大更改总是苦差事而且易出错过程

    youdao

  • The power of refactoring lies in its ability to reduce the danger inherent in making changes to working code.

    重构力量在于能够减少因为改变正在工作代码所带来的危险

    youdao

  • Not all tests need to be run at all times, particularly if you are making changes in the code that affect only specific modules.

    并不需要每次运行所有测试尤其是修改代码影响某几个模块的情况下。

    youdao

  • Confidence: When making changes to code, having the ability to verify that the application behaves and performs without any errors provides you confidence.

    信心修改代码的时候,拥有验证程序能够没有任何错误运转执行的能力将你提供良好的信心。

    youdao

  • We also saw how making these changes to your code not only made the code more testable, but also improved the code quality in general and promoted code reuse in the refactored code sections.

    我们了解这些代码修改不仅能够提高代码的测试性,能够普遍改进代码的质量以及提高重构代码的可重用性

    youdao

  • Developers check out source code from the central repository into a local sandbox and, after making changes, commit it back to the central repository.

    开发人员从中心存储库源代码本地沙箱内,进行变更,将提交中心存储库

    youdao

  • And you'll be better informed about the riskier parts of the code base prior to making changes.

    这样可以更好地了解代码危险部分,然后再做出更改。

    youdao

  • Note: I'm going to assume you're already familiar with the code we developed last time, and will focus on the changes we're making to it.

    假定已经熟悉上次开发代码所以集中讨论正在对该代码所进行更改

    youdao

  • Many changes in system requirements would cause far too many changes to the OrderProcessingModule code, making the system risky and expensive to change.

    许多系统需求变化造成OrderProcessingModule代码产生非常变更,让系统变得岌岌可危使变更花费很大代价

    youdao

  • Gdb allows you to run shell commands without exiting the debugging environment with the shell command, invoked as' shell [commandline] ', useful for making changes to source code whilst debugging.

    gdb可以让通过使用shell命令退出调试环境情况下运行shell命令调用形式' shell [commandline] ',这有助于在调试时更改源代码

    youdao

  • It's especially important after making changes suggested by Traceview data to ensure that the resulting code actually runs faster when run without Traceview.

    特别重要,根据Taceview数据作出更改,请确保代码没有Traceview确实了。

    youdao

  • It took me awhile to build up a rapport with folks and to feel confident in making changes to the Dojo code.

    一段时间才学会如何里面的人们相处,同时获得了修改Dojo代码自信

    youdao

  • You can take advantage of the benefits provided by the Integration Module without making changes to your application code.

    可以利用IntegrationModule提供优势,而无需更改应用程序代码

    youdao

  • One of the primary design goals of WebSphere MQ Advanced Message Security was to avoid any requirement for making application code changes.

    WebSphereMQAdvancedMessageSecurity一个主要设计目标避免应用程序代码进行任何更改

    youdao

  • The Rails migration feature helps application developers manage this schema evolution, making it easy to synchronize changes between the application code and the database objects.

    Rails迁移特性可以帮助应用程序开发人员管理这种模式演变便于应用程序代码数据库对象之间同步更改

    youdao

  • Martin Fowler: Refactoring is making changes to a body of code in order to improve its internal structure, without changing its external behavior.

    马丁重构就是代码本身修改改善内部结构但又不改变它的外部表现

    youdao

  • After creating the root object and making changes to the properties of any object accessed through it, your code should not impersonate a different user.

    创建对象改变一些配置属性代码不能扮演不同用户

    youdao

  • But if we have the tests, we can be reasonably sure that the code is not broken, or that we'll detect the breakage immediately. If we have the tests we become fearless about making changes.

    但是如果我们拥有测试,我们可以合理肯定代码没有破坏,因为测试可以即时地破坏地方检测出来

    youdao

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

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

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