• 模式可能常用OOP设计模式之一了;限制了一个的对象只能1

    The singleton pattern is probably one of the most often used OOP design patterns; it restricts the number of object instances of a class to one.

    youdao

  • 例模式非常有用设计模式,它允许对外提供但是犯的错误在于不止一个实创建

    The singleton is a useful design pattern for allowing only one instance of your class, but common mistakes can inadvertently allow more than one instance to be created.

    youdao

  • 单例模式有用的控制访问途径他能保证只有存在

    Singletons are a useful way to control access to a class, making sure that only one instance can exist.

    youdao

  • 比如数据库连接就是单例设计模式一个子:我们一般不想让应用程序具有连接池多个资源密集型

    An example use case for a singleton would be a database connection pool: you don't want your application to have multiple resource-intensive instances of a connection pool class.

    youdao

  • 单例模式确实能够轻而易举解决无须对每个引用进行存储问题

    They easily solve the problem of not having to store references to every class.

    youdao

  • 最后,在例模式一些实现方式中,单例的子能够动态地重载方法,这是静态方法不能办到的。

    With some implementations of the singleton, you allow writers of subclasses to override methods polymorphically, something not possible with static methods.

    youdao

  • 一个可用创建需要每个特定的重写单例模式代码可重用的

    This is a class that can be used repeatedly to instantiate a class as a singleton without having to re-write the singleton pattern code for that specific class.

    youdao

  • 这样分离结构代码有利于保持按单例模式使用或不按单例模式使用的灵活性。

    This has the added benefit of separating singleton code from the class code leaving the flexibility to use several instances of the class or using the class as a singleton.

    youdao

  • 尽管实现使用是子其他模式比如稍后介绍的活动记录模式需要引用其他的静态属性

    Whereas the singleton implementation uses the subclass's class name, other patterns (such as active record, covered later) need to reference other static properties.

    youdao

  • 同时如果使用创建方法实现单例模式还具有创建多个变通能力。

    Likewise, with a singleton implemented as single instance, you leave open the possibility of altering the class to create more instances in the future.

    youdao

  • 模式确保只有一个提供一个全局访问

    The Singleton Pattern:ensures a class has only on instance, and provides a global point of access to it.

    youdao

  • 使用来实现单例模式可以确保在任何时间只有一个对象

    Classes implementing Singleton pattern will ensure that only one instance of the object ever exists at any one time.

    youdao

  • 使用来实现单例模式可以确保在任何时间只有一个对象

    Classes implementing Singleton pattern will ensure that only one instance of the object ever exists at any one time.

    youdao

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

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

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