• 步骤4 .对于其他重复步骤2,生成ddl命令附加到之前保存的DDL命令后面。

    Step 4. Repeat Step 2 for all other classes and append the newly generated DDL commands to the previously saved ones.

    youdao

  • 重复第4创建第二

    Repeat step 4 to create a second class.

    youdao

  • 所有声明这些构造函数可能乏味的,但是我们《第4- Traits》中探索技巧可以帮助我们减少这样重复

    Declaring all these constructors in each class could get tedious after a while, but we explored techniques in Chapter 4, Traits that can eliminate repetition.

    youdao

  • BPMN重复活动称作循环(DoWhile)多实例(ForEach)。

    BPMN has two types of repeating activities, called looping (DoWhile) and multi-instance (ForEach).

    youdao

  • 这些重复使应用易于出错(例如拼写错误可能运行时显示难于调试错误)。

    Those repetitions make the application prone to minor errors (e.g., a mis-spelled class name would show up as an hard-to-debug error at runtime).

    youdao

  • 提取通用行为把它们包含DAO 中,所有用户通过泛型 DAO访问这些功能,这样就可以减少代码重复

    You can reduce code duplication by abstracting the common behavior and including it in the generic DAO, where all users of the class will have access to the functionality.

    youdao

  • 喜欢编写新的代码喜欢采用一些现有的代码,某种方法将其简化重复的代码提取一个公共中。

    I'd rather write new code, but I enjoy taking some existing code and reducing complexity in a method or extracting duplicate code into a common class.

    youdao

  • 由于ID对于特定相同的,因此需要查找一次然后便重复使用。

    Because the IDs are the same for a given class, you should look them up once and then reuse them.

    youdao

  • 生命周期特别重要用于应用程序组件转移活动重复当前活动之前检查活动完成情况

    The life cycle category is particularly important; it is used to check the completion status of an activity before the application or component moves to the next activity or repeats itself.

    youdao

  • 这个构建工程过程不是非常精确的,一些文件多个JAR文件里面重复,一些内容在多个JAR文件里面扩展了

    The build process here is not very particular; some class files are repeated in multiple JAR files, and the contents of some packages are spread across multiple JARs.

    youdao

  • 职责描述这个系统中所提供的服务而且其它不会重复提供这些服务。

    A responsibility of a class describes the services that this class will provide in our system, and that no other class will provide.

    youdao

  • 一旦创建了一个带有部件与接口那么接下来就可以多种背景下重复使用了。

    Once you’ve created a class with ports and interfaces, it follows that you can re-use them in multiple contexts.

    youdao

  • 查找重复代码度量方法代码中的内部其他之间搜索代码重复

    The measure for finding duplicated code is to search for code duplication within classes and among other classes in the code base.

    youdao

  • 软件开发项目而言浪费一般属于:(1)等待时间,(2)重复工作(3)缺陷生成

    Waste in terms of a software development project generally falls into three categories: (1) wait time, (2) rework, and (3) defect generation.

    youdao

  • 这种称呼的重复总是出现陈述之后。

    That refrain always comes after those kinds of statements.

    youdao

  • UML术语中,原型只不过一个定型”的,它可以进一步将实际实体抽象真正重复利用轻松扩展分析/设计实施构件

    In UML terms, an archetype is nothing but a "stereo-typed" class that further abstract real world entities into truly reusable and easily extensible analysis/design and implementation artifacts.

    youdao

  • 重复结构总有些碍手碍脚,所以如果频繁使用BCEL那么可能需要编写一个包装器可以隐藏其中一些不同之处

    The duplicate class structures tend to get in the way, so if you're doing much with BCEL, it may be worthwhile to write wrapper classes that can hide some of these differences.

    youdao

  • 利用这些比较绑定编译器可以确定中发现的已经存在的方法是否仍然需要避免创建重复或方法。

    The binding compiler USES these comparisons both to make sure that pre-existing binding methods it finds in classes are still needed, and to avoid creating duplicate classes or methods.

    youdao

  • 例如设计师可以创建重复利用的缓存性能需要一个简单缓存一东西时就可以应用程序使用

    For example, the architect could create a reusable in-memory cache, to be used in the application when performance needs dictate the need for something like a simple cache.

    youdao

  • 对于该其他部件重复情况更应如此了

    This is good in case this class name is used for other widgets as well.

    youdao

  • 知道页面几个时,这些开始重复时,会发生什么呢?

    What happens when you aren't sure how many classes are on the page, or they start to overlap themselves?

    youdao

  • 没有工具的话重复更难评估

    Duplication among classes is more difficult to assess without the help of a tool.

    youdao

  • 这里我们使用应用程序作为加载器名称避免重复

    Each EAR application should have a unique string name for the class loader. Here, we use the application name in the class loader name to avoid repetition.

    youdao

  • 此外,这文件系统支持数据重复删除内部数据保护(raid保护)、数据元数据校验和以及其他存储功能(快照)。

    In addition, both file systems support data de-duplication, internal data protection (RAID-like protection), data and metadata checksums, and other storage features (like snapshots).

    youdao

  • 正如命令式版本中所一样,我将重复代码提取factors中,并且便于阅读factors方法的名称改为of如清单8

    Just as I did with the imperative versions, I extract the duplicated code into its own factors class, changing the name of the factors method to of for readability, as shown in Listing 8.

    youdao

  • 清单6中,清单4中的重复代码使用了PullUpMethod重构来降低重复度—将行为较大方法提取一个抽象方法中。

    In Listing 6, I take the duplicated code in Listing 4 and reduce the duplication by using the Pull up method refactoring - extracting behavior from a larger method into an abstract class method.

    youdao

  • 如果一个现有的CodeSource装载那么重复使用已经建立ProtectionDomain

    If you load a class from an existing CodeSource then its already established ProtectionDomain will be reused.

    youdao

  • 剩下 portlet 可以重复以上安装步骤

    Repeat these installation steps for the remaining two portlets.

    youdao

  • person一些重复代码留给稍后重构练习

    There's a bit of code duplication in the Person class, but I'll leave that for a later refactoring exercise.

    youdao

  • 比如很多方法常量首先作为JUnit断言写入如果自动触发异常这些常量,则可以产品诊断重复使用它们

    For example, many class or method invariants are first written as JUnit assertions; these invariant checks could be reused for production diagnostics if it did not automatically trigger exceptions.

    youdao

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

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

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