• 依据复用建立过程所遵循复用原则原则标准化原则给出了可复用的基本模型建立方法

    According to reuse principles, classify principles, standardization principles in the course of establishing the reusable class, a model of reusable class and methods of establishment are given.

    youdao

  • 如果遇到根据类原则调整WebLogic缓存大小应用程序,则调整WebSphereEJB缓存小时应该这些缓存大小考虑在内。

    If you encounter an application where there has been tuning of the WebLogic cache sizes on a class-by-class basis, you should consider those cache sizes in tuning the WebSphere EJB cache size.

    youdao

  • 也许一些关乎生死最高原则事情可以证明这种冒险是合情合理的,属于别的事情并不

    There may be some matters of life and death or highest principle, which might justify such a risk, but there aren't many things that fall in this category.

    youdao

  • 测试驱动的开发总体原则之一就是测试一个已发布所有接口

    A general principle of test-driven development is that you should test all published interfaces to a class.

    youdao

  • 遵循原则的过程中,期望能够写出一个或者方法,在以后回过头读的时候,会很舒服地看到能完成它的工作并且我也不需要修改它。

    In following the Open Closed Principle, I want to be able to write a class or a method and then turn my back on it, comfortable that it does its job and I won't have to go back and change it.

    youdao

  • 如果前面所说使用开原则通常做法就是使用多态一个全新替换程序现存的一部分

    As I said earlier, the most common manifestation of the Open Closed Principle is using polymorphism to substitute an existing part of the application with a brand new class.

    youdao

  • 单一责任原则要点不仅仅一些更小方法

    The point of the Single Responsibility Principle isn't just to write smaller classes and methods.

    youdao

  • 假定读者了解php中的对象相关知识因为文中采用的PHP组件遵照OOP原则编写

    I also assume that you know the basics of working with classes and objects in PHP, as the PHP components used in this article are written in compliance with OOP principles.

    youdao

  • 永远达不到真正天堂但是通过严格地遵循相关的单一责任原则应该并且只有更改理由,你可以非常靠近地接近它

    You'll never reach true Open Closed nirvana, but you can inch much closer by rigorously following the related Single Responsibility Principle: a class should have one, and only one, reason to change

    youdao

  • 可能就是ducktyping一个例子,duck typing代表原则无论对象属于什么或者模块,关系都不大,关键在于些什么。

    Perhaps it's a case for duck typing, the principle that it doesn't really matter what an object is, in terms of class and module, but only what it does.

    youdao

  • 违反开发闭合原则结构

    Class hierarchy showing violation of Open Closed principle.

    youdao

  • 违反Liskov替换原则结构图。

    Corrected class hierarchy of Liskov Substitution principle.

    youdao

  • 使用六个通用原则指导simplelinearregression开发

    I used six general principles to guide the development of the SimpleLinearRegression class.

    youdao

  • 这个原则指出如果原因修改一个我们必须拆分它功能中。

    This principle states that if we have 2 reasons to change for a class, we have to split the functionality in two classes.

    youdao

  • 清单1两个KerberosTGTKerberosSecretKey定义说明了这些原则

    Listing 1 illustrates these principles with the definition of two classes: KerberosTGT and KerberosSecretKey.

    youdao

  • 如果可以通过实现IDataSource对这个系统进行扩展并且不对BusinessProcess任何修改,那么这个设计就遵循原则

    The design follows the Open Closed Principle if you can extend the system by swapping out implementations of IDataSource without making any change to the BusinessProcess class.

    youdao

  • RestTemplate执行RESTful原则客户端HTTP访问中心

    RestTemplate implements RESTful principles and is the central class for client-side HTTP access.

    youdao

  • 提及打开关闭原则,它可以通过抽象实体实现行为方式来确保

    When referring to the classes Open Close Principle can be ensured by use of Abstract classes and concrete classes for implementing their behavior.

    youdao

  • 同样原则可以应用模块库上

    The same principle can be applied for modules, packages, libraries.

    youdao

  • 遵循单一责任原则最简单办法就是不断自己是不是这个方法操作都与这个名称直接相关

    An easy way to follow the Single Responsibility Principle is to constantly ask yourself whether every method and operation of a class is directly related to the name of that class.

    youdao

  • 依赖倒置原则声明我们应该高层模块低层模块解偶,在高层低层之间引入一个抽象

    Dependency Inversion Principle states that we should decouple high level modules from low level modules, introducing an abstraction layer between the high level classes and low level classes.

    youdao

  • 如果一部分中,一个抽象了的必须向下转换为特定,那么没有遵循原则

    If a class that uses an abstraction has to downcast to a specific subclass in one section, you're not following the Open Closed Principle.

    youdao

  • 原则技巧适用老式并且应该容易编写一个实现来使老式保持老的样式

    In principle, the trick also works for old style classes, and it would be easy to write an implementation keeping old style classes old style.

    youdao

  • 记住这个原则:“使程序尽量简单复杂业务作为放到中”。它帮助你解决测试GUI应用程序问题

    The idea of keeping the main program very simple and putting the business complexity into classes contained in a library can also help solve the problem of testing GUI applications.

    youdao

  • 不幸的是,同时也意味着属性能够相同包下面其他直接访问违反了标准面向对象的使所有属性私有原则

    Unfortunately this means the fields can be accessed directly by other classes in the same package, so you shouldn't use this in public API.

    youdao

  • 设计方法原则

    This is similar to the principle for designing methods and classes.

    youdao

  • 意味着CSS中我们应该一个原则而且只有一个理由改变

    The principle implies that A class should have one, and only one, reason to change. In CSS we have.

    youdao

  • 这个原则意味着复杂对象应该小的对象组合起来比较大的继承这种行为更好。

    This principle implies that complex objects should be composed from much smaller, rather than inheriting behaviour from a much larger, monolithic object.

    youdao

  • 我们从讨论一些通用原则开始这些原则指导开发这个simplelinearregression

    Let's begin by discussing some general principles that guided my development of this SimpleLinearRegression class.

    youdao

  • 我们从讨论一些通用原则开始这些原则指导开发这个simplelinearregression

    Let's begin by discussing some general principles that guided my development of this SimpleLinearRegression class.

    youdao

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

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

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