What is the translation of " THE SINGLETON PATTERN " in Vietnamese?

[ðə 'siŋgltən 'pætn]
[ðə 'siŋgltən 'pætn]
singleton pattern
the singleton pattern
mô hình singleton
singleton pattern
mẫu singleton
singleton pattern

Examples of using The singleton pattern in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
What is the singleton pattern?
Pattern Singleton là gì?
There are many advantages of using the Singleton pattern.
Có rất nhiều cách implement Singleton Pattern.
This is the Singleton pattern.
Đó là cơ chế của Singleton Pattern.
What are the ways to implement the singleton pattern?
Làm thế nào để implement Singleton Pattern.
When should the Singleton pattern NOT be used?
Khi nào nên sử dụng Singleton Pattern?
People also translate
There are several ways you can implement the singleton pattern.
Có rất nhiều cách implement Singleton Pattern.
The Singleton Pattern limits the number of instances of a particular object to just one.
Singleton Pattern giới hạn số lượng instance của 1 object cụ thể chỉ là 1.
How will you implement the Singleton pattern?
Làm thế nào để implement Singleton Pattern.
In practice the Singleton pattern is just a programming technique that is a useful part of your toolkit of concepts.
Trong thực tế Singleton mô hình chỉ là một kỹ thuật lập trình là một phần hữu ích trong bộ công cụ của các khái niệm.
Now we're back to the singleton pattern.
Chúng ta lại quay lại ví dụ với singleton pattern.
If used for the purpose it was intended for,you will gain extreme benefits from the Singleton pattern.
Nếu được sử dụng cho mục đích nó đã được dự định cho,bạn sẽ đạt được lợi ích cực đoan từ mô hình Singleton.
Unlike global variables, the Singleton pattern guarantees that there's just one instance of a class.
Không giống như các biến toàn cục, Singleton đảm bảo rằng chỉ có một cá thể của một lớp.
There are various ways to implement the Singleton Pattern in C.
Có khá nhiều cách để thiết kế Singleton trong C.
In practice, the Singleton pattern is useful when exactly one object is needed to coordinate others across a system.
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.
There are several ways you can implement the singleton pattern.
Có những cách nào để implement Singleton Pattern.
The Singleton pattern can mask bad design, for instance, whenthe components of the program know too much about each other.
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 government is an excellent example of the Singleton pattern.
The government làmột ví dụ tuyệt vời về mẫu Singleton.
In software engineering, the singleton pattern is a software design pattern that restrictsthe instantiation of a class to one object.
Trong công nghiệp phần mềm, mô hình Singleton là một mẫu thiết kế phần mềm để hạn chế sự khởi tạo của lớp đối tượng.
Apart from allowing us to only have one superhero ever(which wouldobviously be Batman), why would we ever use 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?
Many developers misuse the singleton pattern and use it to conveniently access an object from anywhere in the project.
Rất nhiều các nhà phát triển phần mềm lạm dụng sự tiện lợi của singleton để có thể truy cập đến các object từ bất cứu đâu trong dự án của họ.
I think the confusion is caused by the fact thatpeople don't know the real application of the Singleton pattern.
Tôi nghĩ sự nhầm lẫn là do thực tế là mọi người khôngbiết ứng dụng thực sự của mẫu Singleton.
The singleton pattern is a fully paid up member of the GoF's patterns book, but it lately seems rather orphaned by the developer world.
Các mẫu đơn là thành viên được thanh toán đầy đủ của GoF' S mẫu cuốn sách, nhưng gần đây nó dường như bị mồ côi bởi thế giới nhà phát triển.
Once you outlaw calls to getInstance(),you have effectively tossed out the one useful difference between the Singleton pattern and an ordinary reference.
Khi bạn gọi điện ngoài vòng phápluật getInstance(), bạn đã ném ra một sự khác biệt hữu ích giữa mẫu Singleton và một tham chiếu thông thường.
To understand the problem that the singleton pattern solves, let's consider the following class that has no mechanism to check if a connection already exists before it establishes a new connection.
Để hiểu được vấn đề mà mẫu singleton giải quyết, hãy xem xét lớp sau không có cơ chế để kiểm tra xem kết nối đã tồn tại chưa trước khi nó thiết lập kết nối mới.
As mentioned in the above definition, when we want to make sure that one and only one object needs to be created for any class,then we should implement the Singleton pattern for that class.
Như đã đề cập trong định nghĩa ở trên, khi chúng tôi muốn đảm bảo rằng một và chỉ có một đối tượng cần được tạo ra cho bất kỳ lớp học,sau đó chúng ta nên thực hiện các mô hình Singleton cho lớp đó.
If you compare the output of both sections then you will see,in the output of the Singleton pattern, the resource ID for the object is the same for all different objects.
Nếu bạn so sánh sản lượng của cả hai phần sau đó bạn sẽ thấy,ở đầu ra của các mô hình Singleton, các ID tài nguyên cho các đối tượng là giống nhau cho tất cả các đối tượng khác nhau.
For example, the singleton design pattern means that a single object is used so that all developers familiar with the singleton design pattern can use a single object andcan tell each other in this way that the program uses the singleton pattern.
Ví dụ, một mẫu thiết kế Singleton tức là sử dụng các đối tượng duy nhất để tất cả các nhà phát triển quen thuộc với mẫu thiết kế Singleton sẽ sử dụng các đối tượng duynhất và họ có thể nói với nhau rằng chương trình đang theo đuổi một mô hình Singleton.
I learned about the singleton design pattern.
Trong bài trước chúng ta đã tìm hiểu về Singleton Design Pattern.
Today, 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.
Hôm nay mình sẽ nói về design pattern Singleton Pattern.
Results: 74, Time: 0.0366

Word-for-word translation

Top dictionary queries

English - Vietnamese