• 额外好处bean配置接近代码因此继承代码开发人员来说更加透明(甚至对于这样只学了6月的人来说也是如此)。

    As an added benefit, the configuration of this bean is closer to the code and thus more apparent to a new developer inheriting the code base (or perhaps even to you, six months down the road).

    youdao

  • 继承代码快速扫描可以发现各种问题从而避免稍后花费更多时间进行调试。

    When you inherit new code, a quick scan can reveal issues that would take much longer to debug later on.

    youdao

  • 继承允许新的重用自定义现有代码

    Inheritance allows you to reuse and customize existing code inside a new class.

    youdao

  • 工具在探究试图了解(继承的)代码极其有用

    This tool is extremely useful when exploring or trying to understand new (inherited) code.

    youdao

  • 套件目标就是展示代码显露出来的关系(方法调用继承等等)运行出现关系(对接口类的调用)。

    The goal for the suite is to show any relationship that is either explicitly in the code (method calls, inheritance, etc) or done so at runtime (calls to interfaces or base classes).

    youdao

  • 需要编写任何特定安全代码(即使安全环境中),因为这个插件WSRR应用程序内部运行WSRR继承安全凭据

    You don't need to write any specific code for security, even in a secure environment, because this plug-in runs within the WSRR application and inherits security credentials from WSRR.

    youdao

  • 因为用户线程构造中的代码仍然访问线程环境下运行,所以构造用户线程我们还有机会服务线程继承场所对象

    As the code in user thread constructor still runs in the caller thread's context, we have a chance to inherit a locale object from the servlet thread when the user thread is being constructed.

    youdao

  • 需要进行代码重构原因可能以下几个:传说中的第一个原因:需要继承某个古老产品而开发的年代久远代码或者突然碰到这些代码

    There are several reasons that you might want to refactor code. The first is the stuff of legend: the hoary old code base for a venerable product is inherited or otherwise mysteriously appears.

    youdao

  • 通过构建类似一些实用工具得到更多便利,并且继承跨平台代码的优越性。

    By building a few utilities like these, you can get most of the convenience but retain cross-platform code.

    youdao

  • 操作继承抽象已被创建保存所有的操作类实现所需共同代码

    An abstract class that our Action classes extend has also been created, to hold common code needed for all our Action class implementations.

    youdao

  • 类型用户”:继承类型以及使用类型实例代码

    There are two kinds ofusersof a type: derived types and code that works with instances of the type.

    youdao

  • TemplateMethod模式建议应当公共模板代码继承层次结构之上,将算法细节推迟子类

    The Template Method pattern suggests that I should move common boilerplate code up the inheritance hierarchy, deferring algorithmic details to child classes.

    youdao

  • 给定的src对象通过查看整个继承知道需要调用一个代码

    A given SRC object knows what block of code it needs to call by looking through its inheritance tree.

    youdao

  • ThreadClass继承threading . thread,也正因为如此需要定义一个run方法,以此执行您在线程中要运行代码

    The class ThreadClass inherits from threading.Thread and because of this, you need to define a run method that executes the code you run inside of the thread.

    youdao

  • 保留索引借助include使用加载某些地方使用多态关联代替继承可用改进代码的方法。

    Keeping up with your indexes, using eager loading with include, and using polymorphic associations in places instead of inheritance are just three ways you can use to improve your code base.

    youdao

  • 可以编程方案(例如继承)定制挂钩(例如Visualbasic脚本)编写扩展应用程序代码

    You can use programming idioms (such as inheritance) and customization hooks (such as Visual Basic scripts) to write new code extending the application.

    youdao

  • 例中,此段代码声明base dijit . _ Widgetdijit . _ Templated的继承

    In this case, the code declares inheritance from base dijit._Widget and dijit._Templated.

    youdao

  • 文件equation . pm包含Persistentdbi继承所需的所有代码

    The file Equation.pm contains all the code necessary to inherit from a Persistent: : DBI class.

    youdao

  • 因而代码修改相当尽管需要同时nautilus.ColumnProvidernautilus.InfoProvider继承

    The modifications to the code are fairly minor, although you do need to inherit from both nautilus.ColumnProvider and nautilus.InfoProvider.

    youdao

  • 我们讨论了如何使用模板继承来向servlet代码透明添加行为(比如启动提交全局事务)。

    We discussed how template inheritance can be used to add behaviors (like starting and committing a global transaction) transparently to the servlet code.

    youdao

  • 下面一部分代码实际测试(继承上面CustomerManagerContext类),实现了一些辅助方法测试方法。

    The next section of code is where the actual test class (derived from our CustomerManagerContext above) implements the auxiliary and test methods.

    youdao

  • 重用面向对象代码目标代码提取(extract)另一个中,然后再继承访问

    To reuse object-oriented code, you extract the target code into another class, then use inheritance to access it.

    youdao

  • 代码直接继承Release 1.0,体系结构中的某些部分仍然支持 Release 1.0 客户机。

    The Release 5 code was a direct descendent of Release 1.0 and parts of its architecture still supported Release 1.0 clients.

    youdao

  • 清单2显示了这个继承(为了清晰起见删除了实例计数器构造函数代码)。

    Listing 2 shows the inheritance tree (with the instance counter and constructor code removed for clarity).

    youdao

  • 后来到了更新升级继承来的应用程序代码时候这些测试案例也是帮助的。

    These test cases will also be helpful later on when the time comes to update or upgrade the inherited application code.

    youdao

  • 放置每个代码都会扩展超级助手的助手继承

    Any code that you put there will be inherited by every helper class that extends your super helper.

    youdao

  • 遗憾是,彻底放弃私有继承多重继承使我们代码重用方面付出昂贵的代价。

    Unfortunately, tossing out private and multiple inheritance has cost us dearly in terms of code reuse.

    youdao

  • 编写扩展代码涉及继承来自特定基本信息

    Coding a new extension involves inheriting needed information from the specified base classes.

    youdao

  • 这些代码表明div选择器继承一个属性文本居中

    The code says that the div selector inherits a property to center the text.

    youdao

  • 继承有助于代码重用因为可以行为进行定制不用修改基类本身。

    Inheritance can facilitate code reuse, since you can customize the behavior of parent classes without having to modify them.

    youdao

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

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

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