What is the translation of " SINGLETON PATTERN " in English?

the singleton pattern
singleton pattern
mô hình singleton
mẫu singleton

Examples of using Singleton pattern in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Singleton Pattern là gì?
What is singleton pattern?
Đó là cơ chế của Singleton Pattern.
Singleton pattern là một trong những Design Pattern dễ nhất của Java.
Singleton Pattern is one of the simplest design patterns in Java.
Khi nào nên sử dụng Singleton Pattern?
When should the Singleton pattern NOT be used?
Singleton Pattern giới hạn số lượng instance của 1 object cụ thể chỉ là 1.
The Singleton Pattern limits the number of instances of a particular object to just one.
Combinations with other parts of speech
Làm thế nào để implement Singleton Pattern.
How will you implement the Singleton pattern?
Class Singleton Pattern phải cung cấp 1 điểm truy cập global để lấy ra được thể hiện của class.
The singleton class must provide a global access point to get the instance of the class.
Chúng ta lại quay lại ví dụ với singleton pattern.
Now we're back to the singleton pattern.
Singleton Pattern còn được sử dụng kèm với các Pattern khác như: Abstract Factory, Builder, Prototype, Facade….
Singleton is used by other patterns like: Abstract Factory, Builder, Prototype, Facade.
Có rất nhiều cách implement Singleton Pattern.
There are many advantages of using the Singleton pattern.
Trên thực tế, Singleton pattern rất hữu ích chỉ khi cần chính xác một object để kết hợp với các object khác trong hệ thống.
In practice, the Singleton pattern is useful when exactly one object is needed to coordinate others across a system.
Làm thế nào để implement Singleton Pattern.
What are the ways to implement the singleton pattern?
Singleton pattern có thể che giấu những bad design, khi các components của program biết quá nhiều về nhau.
The Singleton pattern can mask bad design, for instance, whenthe components of the program know too much about each other.
Có rất nhiều cách implement Singleton Pattern.
There are several ways you can implement the singleton pattern.
Thay vì tạo các global static object,hãy chuyển sang singleton pattern, khi đó ứng dụng khởi tạo đối tượng lần đầu tiên nó truy cập vào chúng.
Rather than creating global static objects, instead,move to a singleton pattern, where the app initalizes objects only the first time it accesses them.
Có những cách nào để implement Singleton Pattern.
There are several ways you can implement the singleton pattern.
Ngoài việc cho phép chúng ta chỉ có một SuperHero,vậy tại sao chúng ta lại sử dụng Singleton Pattern?
Apart from allowing us to only have one superhero ever(which wouldobviously be Batman), why would we ever use the singleton pattern?
Hôm nay mình sẽ nói về design pattern Singleton Pattern.
Today, I learned about the singleton design pattern.
Pattern Singleton là gì?
What is a Singleton pattern?
Pattern Singleton là gì?
What is the singleton pattern?
Trong bài trước chúng ta đã tìm hiểu về Singleton Design Pattern.
I learned about the singleton design pattern.
Hôm nay chúng ta cùng tìm hiểu về mẫu: Singleton Design Pattern.
Today, I learned about the singleton design pattern.
Vậy Singleton trong Design Pattern C là gì?
What is Singleton Design Pattern in C?
Một constructor được tạoprivate trong trường hợp chúng ta thực hiện singleton design pattern.
We will declare constructor as private to implement a singleton design pattern.
Ví dụ như, có một patternSingleton trong đó constructor được đặt chế độ private.
For example, there is a pattern called Singleton where the constructor is kept private.
Bạn cũng sẽ tìm hiểu làm thế nào để làm việc với một loạt các thiết kếmẫu bao gồm abstract factory, singleton, strategy pattern tất cả đều sẽ giúp làm cho lập trình với Python hiệu quả hơn nhiều.
You will also find out how to work with a range ofdesign patterns including abstract factory, singleton, strategy pattern, all of which will help make programming with Pyt….
Pattern yêu cầu treatment đặc biệt trong môi trường multithreaded vì thế multiple threads tạo ra singleton object nhiều lần.
The pattern requires special treatment in a multithreaded environment so that multiple threads won't create a singleton object several times.
Singleton là một anti- pattern..
Singleton as an Anti-Pattern.
Singleton là một anti- pattern..
Singleton is an anti-pattern.
Singleton là một anti- pattern..
Singleton is an evil anti-pattern.
Results: 33, Time: 0.0221

Word-for-word translation

Top dictionary queries

Vietnamese - English