A NEW INSTANCE Tiếng việt là gì - trong Tiếng việt Dịch

[ə njuː 'instəns]
[ə njuː 'instəns]
instance mới
new instance
một instance

Ví dụ về việc sử dụng A new instance trong Tiếng anh và bản dịch của chúng sang Tiếng việt

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
A new instance won't launch.
Một instance mới sẽ không khởi chạy.
Next we can create a new instance of the Car class.
Chúng ta có thể tạo một instance mới của Car.
A new instance of the bean will be created for each HTTP request.
Một instance mới của bean sẽ được tạo cho mỗi HTTP request.
Each time you start Access, you open a new instance of it.
Mỗi lần bạn khởi động Access, bạn mở một phiên bản mới của nó.
Creating a new instance of a class.
Tạo ra một instance của một lớp.
There may be times when you want to open the second orthird workbook in a new instance of Excel.
Có thể có những lúc bạn muốn mở sổ làm việc thứ hai hoặcthứ ba trong phiên bản mới của Excel.
Create a new instance whenever you need to perform a new task.
Mắc phải mỗi khi bạn thực hiện một nhiệm vụ mới.
Instead of mutating state, always return a new instance with the changed state.
Thay vì thay đổi state, bạn luôn trả về một state mới.
Creates a new instance of the class and assigns this object to the local variable x.
Tạo một trường hợp mới của lớp và gán đối tượng này vào biến nội bộ x.
On the View tab, choose New Window,or use Ctrl+M, to open a new instance of OneNote.
Trên tab Xem, chọn Cửa sổ Mới hoặcsử dụng Ctrl+ M để mở phiên bản mới của OneNote.
This code simply creates a new instance of the controlling class.
File này chỉ đơn giản là tạo ra một instance từ lớp Controller.
A new instance of this class is created using the JavaScript new operator.
Ta có tạo một trường hợp của lớp này bằng cách sử dụng toán tử new của javascript.
This is the namethat users will see when they create a new instance of a Document Set.
Đây là tên mànhững người dùng sẽ nhìn thấy khi tạo một phiên bản của một Tập Tài liệu.
Create a new instance of your Dog class by adding the following.
Tạo một thể hiện mới của lớp Dog của bạn bằng cách thêm vào như sau.
String is slow andconsumes more memory when one concat too many strings because it creates a new instance every time.
Lớp String là chậm vàtiêu thụ nhiều bộ nhớ hơn khi bạn nối nhiều chuỗi bởi vì mỗi khi nối chuỗi, nó tạo instance mới.
Prototype- A new instance will be created every time the bean is requested from the spring container.
Prototype- Một instance mới sẽ được tạo mỗi lần bean được request.
The method__init__() is a class constructor or initialization method thatPython calls when you create a new instance of this class.
Phương thức đầu tiên init() là một phương thức đặc biệt, là constructor của lớp hoặc phương thức khởi tạo màPython gọi khi bạn tạo một instance mới của lớp này.
Creates a new instance of the actor and proceeds processing of the next message enqueued in its mailbox.
Tạo một instance mới của actor và xử lý tiếp tục message tiếp nằm trong mailbox.
Just stop your instance and choose a new instance type and you're running with more power.
Chỉ cần dừng instance lại, chọn một loại instance mới là hệ thống bạn chạy với một sức mạnh mới..
Every time a new instance of a class is created, ARC allocates a chunk of memory to store information about that instance..
Mỗi lần mà bạn tạo 1 instance mới của một class, ARC cấp phát một vùng nhớ để lưu trữ thông tin về cái instance đó.
However, if an instance of the activity already exists in a separate task, the system routes the intent to the existing instance through a call to its onNewIntent() method,rather than creating a new instance.
Tuy nhiên, nếu một instance của activity đã tồn tại trong một tác vụ riêng biệt, thì hệ thống sẽ định hướng Intent đến instance hiện tại thông qua một cuộc gọi đến phương thức onNewIntent(),thay vì tạo một instance mới.
That's because a new instance is always created for a new intent when the launch mode is"standard".
Đó là bởi một thực thể mới luôn được tạo cho ý định mới khi chế độ khởi chạy là" standard".
If D has the default"standard" launch mode, a new instance of the class is launched and the stack becomes A-B-C-D-D.
Nếu D có launch modes là“ standard”, một instance mới của lớp được khởi chạy và ngăn xếp trở thành A- B- C- D- D.
Standard: It creates a new instance of an activity in the task from which it was started.
Standard( default mode): Hệ thống tạo ra một instance mới của activity trong Task vụ mà nó được started thông qua intent.
Launch modes allow you to define how a new instance of an activity is associated with the current task.
Launch modes cho phép bạn xác định cách mà một instance mới của một activity được liên kết với task hiện tại.
AWS Lambda spins up a new instance if a function has been inactive for a period of time(usually around 10 minutes).
AWS Lambda bật một instance mới nếu một function đã không được kích hoạt trong một khoảng thời gian nhất định( thông thường là 10 phút).
Shift+ Click, or Middle click starts a new instance of the application, regardless of whether it's already running.
Shift+ Nhấp hoặc Nhấp chuột giữa bắt đầu phiên bản mới của ứng dụng, bất kể ứng dụng đã chạy chưa.
Every time you create a new instance of a class, ARC allocates a chunk of memory to store information about that instance..
Mỗi lần mà bạn tạo 1 instance mới của một class, ARC cấp phát một vùng nhớ để lưu trữ thông tin về cái instance đó.
To avoid this, you can create a new instance of the array to be sorted and modify that instead.
Để tránh trường hợp này xảy ra, bạn có thể tạo instance array mới để được sắp xếp, và thay vào đó chỉnh sửa lên instance này.
In this instance, we created a new instance of the Scanner object by writing new Scanner(System. in).
Trong trường hợp này, ta đã tạo thực thể mới của đối tượng Scanner bằng cách viết new Scanner( System. in).
Kết quả: 1547, Thời gian: 0.0386

Từng chữ dịch

Truy vấn từ điển hàng đầu

Tiếng anh - Tiếng việt