• 本文讨论了编写整洁最优化严格代码背后一些概念尤其强调开发Web站点模板使用这些技术

    This article discusses the concepts behind writing clean, optimized, and strict code with particular attention to using these techniques in the development of templates for Web sites.

    youdao

  • 某些实践例如严格代码所有权瀑布过程可能会与重构背道而驰

    Some practices, like strict code ownership or a waterfall process, can play against refactoring.

    youdao

  • 然而除非维护一个非常严格规程,否则不久出现模型代码之间缺口断路

    However, unless a very strict discipline is maintained, there will very soon be a gap, or disconnect, between the models and the code.

    youdao

  • 由于采用严格遗留代码,花费了大量资源(时间资金)进行功能开发——每个版本开发时间花费六个月时间,占用超过8,000小时开发时间。

    With rigid legacy code, considerable amount of resources (both time and money) was spent on new functionality development - each version took six months to develop and more than 8,000 developer hours.

    youdao

  • 举例来说,一些使用全面的MDD以及完全代码生成组织已经成功地开发了具有非常严格实时需求导弹控制系统

    For example, some organizations using full-scale MDD with complete code generation have successfully developed missile control systems with very strict real-time requirements.

    youdao

  • 为了实现过滤可以严格定义使用规则或者一些限定应用特定一些规则进行代码复查

    To filter, you can either restrict the list of rules that are applied, or instruct Code Review to apply the rules to a limited set of classes.

    youdao

  • 虽然大部分J2EE代码可以作任何修改运行,但是那些严格符合规范代码将不能正常工作

    While most J2EE code should run without modification, code that does not strictly conform to the specification may not work as well.

    youdao

  • 工具必须严格合同生成代码必须能够和以前一样工作

    The tool must adhere to a strict contract: the resulting code must still work just as it did before.

    youdao

  • 归根结底我们所描述就是一般所代码检查尽管需要名称暗示的那样严格

    When you boil it all down, what we have described is something that might commonly be called a code review, although it does not need to be as rigid as the name implies.

    youdao

  • 应用程序经过严格QA测试确信代码可以完全适合业务需求

    Your apps have gone through rigorous QA testing, and you're confident that your code is going to fulfill the business requirements.

    youdao

  • 具有严格企业安全指南得以严格执行确保这些指南得到了遵从包括应用程序体系结构代码检查

    There are strict corporate security guidelines that are rigorously enforced,, including application architecture and code inspections, to ensure compliance.

    youdao

  • 模型中,移动分解变化会产生严重的影响这是因为命名空间容纳和在代码相比更加严格指定

    In models, move-refactoring changes have high impact, because Package and namespace containment is specified more rigorously than in code.

    youdao

  • 因此,必须对假设的条件仔细证明并且这些模式严格地封装了起来,因为即使非常更改损坏代码

    It is critical that your assumptions be carefully documented and these patterns strongly encapsulated because very small changes can break your code!

    youdao

  • 在讲解代码之前,介绍一些基本概念很重要。严格jaxpapi但是称为抽象准确。

    Strictly speaking, JAXP is an API, but it is more accurately called an abstraction layer.

    youdao

  • 使得开发员可以一种更加灵活方式使模型代码保持同步化同时适应Ada严格排序需求

    This enables developers to work in a more flexible fashion that keeps the model and code synchronized, while also accommodating the strict ordering requirements of Ada.

    youdao

  • 其中所具有的选项使用户可以控制生成代码文件是否是只读的,以及是否严格验证schema描述

    Options also allow the user to control whether generated code files are read-only, and whether the Schema description is strictly validated.

    youdao

  • Django严格遵循Don ' tRepeat Yourself (DRY)原则因此每个不同代码片段数据一个位置上出现

    Django strictly observes the Don't Repeat Yourself (DRY) principle, whereby every distinct piece of code or data lives in only one place.

    youdao

  • 通过使用这个RealTimeSystemAPI可以降低具有严格时间要求的代码区域发生锁定初始化的机率。

    By using this RealTimeSystem API, you can reduce the chance that lock initialization happens within a time-critical code region.

    youdao

  • 一些过程例如代码发布其他过程,例如软件编码需要严格治理

    Some processes, such as code release, require stricter governance than other processes, such as software coding.

    youdao

  • 可能需要一些不会推广生产环境中的额外代码基础设施,这些代码或基础设施严格用于性能测试目的

    This might require some additional code or infrastructure that would not be promoted to production, but rather would exist strictly for performance testing purposes.

    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

  • 历史上共识严格保护所有代码严谨地支配如何管理

    Historically, the consensus was to rigidly guard all source code and strictly govern how it was managed.

    youdao

  • 代码所有权中,严格区分代码代码不能改动你的代码

    In strong code ownership, there's my code and your code. I can't change your code.

    youdao

  • 一个结合剩余数据进行代码验证真正严格模式也许不会留下可操纵空间

    A really restrictive schema combined with code-level verification of the remaining data may leave you with no room to maneuver.

    youdao

  • 大部分员工工作企业网络之外,掌管秘密专利信息代码系统受到严格保护

    Most employees work outside the corporate network, and systems that house secret proprietary information, such as source code, are strictly guarded.

    youdao

  • 即使涉及几个开发人员项目,也需要代码更改进行严格控制。

    Even small projects that involve only a few developers require tight control over changes in source code.

    youdao

  • 原因有三,第一个原因,出于质量控制考虑:严格说来,彩蛋未经测试的程序理论上来讲,可能会对整个程序中其他重要功能代码产生影响

    Part of the reason was quality control: by definition, an Easter egg is an untested feature. It's a loose cannon that could, in theory, interfere with other, more important parts of the program.

    youdao

  • 严格说来AST(抽象语法)也是一种IR——因为不是代码不是目标语言

    Strictly speaking, the AST (abstract syntax tree) is also an IR (intermediate representation) - since it is not quite the source, and not quite the target language.

    youdao

  • 对于某些底层任务来说无价的,例如代码进行分析或者设备驱动程序其他严格时间要求的代码进行精确延时

    This can be invaluable for lower-level tasks such as code profiling or precise delays in device drivers and other time-critical code.

    youdao

  • 对于某些底层任务来说无价的,例如代码进行分析或者设备驱动程序其他严格时间要求的代码进行精确延时

    This can be invaluable for lower-level tasks such as code profiling or precise delays in device drivers and other time-critical code.

    youdao

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

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

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