What is the translation of " ASYNCHRONOUS " in Vietnamese? S

Noun
không đồng bộ
asynchronous
not sync
synchronous gearless
is not synchronized
geosynchronous
non-synchronized
out-of-sync
asynchronism
async
asynchronous
bộ
ministry
department
set
kit
suite
series
unit
internal
foot
walk

Examples of using Asynchronous in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Asynchronous Card PCC80.
Thẻ không đồng bộ PCC80.
At the technical level, Nginx uses an asynchronous sub-process architecture.
Về mặt kỹ thuật,Nginx sử dụng kiến trúc asynchronous sub- process.
Use the asynchronous version of act to apply resolved promises.
Sử dụng một phiên bản async để áp dụng resolved promise.
This implementation uses JS generators, which allows us to write asynchronous code that reads like synchronous code.
Bằng việc sử dụng tối đa tính năng Generators( function*) của ES6, nó cho phép ta viết async code nhìn giống như là synchronos.
When dealing with asynchronous operations, synchronous try/catch can no longer be used.
Khi thực hiện với các tác vụ bất đồng bộ, try/ catch block ko thể sử dụng được nữa.
People also translate
An example of such a boundary is amodule that only communicates with the rest of the application via asynchronous messages.
Một ví dụ về ranh giới như vậy là mộtmô- đun chỉ giao tiếp với phần còn lại của ứng dụng thông qua các synchronous messages.
The answer is called Asynchronous Module Definition, or AMD for short.
Câu trả lời là thứ gọi là Asynchronous Module Definition, hay ngắn gọn là AMD.
Asynchronous means that other functions or lines of code can run while the async script is running.
Asynchronous có nghĩa là các chức năng khác hoặc các dòng code khác có thể chạy trong khi async script đang chạy.
You have a good understanding of asynchronous request handling, partial page updates, and AJAX.
Hiểu sâu về asynchronous request handling, partial page updates, và AJAX.
Asynchronous operations let your program complete other work while waiting for an operation to finish.
Các Asynchronous operations giúp chương trình của bạn hoàn thành công việc khác trong khi chờ đợi một operation kết thúc.
One option is to use an asynchronous, message-based mechanism like JMS or AMQP.
Một là sử dụng cơ chế dựa trên asynchronous messaging- based sử dụng các message broker như JMS hoặc AMQP.
Three of the four component types- activities,services, and broadcast receivers- are activated by an asynchronous message called an intent.
Ba trong 4 loại component: activities, services vàbroadcast receiver được kích hoạt bởi thông điệp bất đồng bộ gọi là Intent.
Js runs single-threaded, non-blocking, asynchronous programming, which is very memory efficient.
Js chạy single- threaded, non- blocking, asynchronously programming, nên kiểm soát bộ nhớ rất hiệu quả.
For a"progressively improving" implementation, an Infinite Scroll has toload the required JavaScript elements necessary for asynchronous operation.
Với việc“ cải tiến dần dần”, Infinite Scroll đòi hỏi bạn phải tải các yếu tốJavaScript cần thiết cho hoạt động bất đồng bộ.
NET Framework or the Windows Runtime to create an asynchronous method almost as easily as you create a synchronous method.
Net hoặc Windows Runtime để tạo một phương thức bất đồng bộ một cách dễ dàng.
As for render-blocking CSS, WP Rocket allows you to fix this with the Optimize CSS Delivery option,which handles asynchronous CSS and critical CSS.
Đối với render- blocking CSS, WP Rocket cho phép bạn khắc phục bằng tùy chọn Optimize CSS Delivery,xử lý asynchronous CSS và critical CSS.
The circuit is based on asynchronous decade counter 7490(IC2), a 7 segment display(D1), and a seven segment decoder/driver IC 7446(IC1).
Mạch dựa trên bộ đếm thập phân 7490( IC2), LEd 7 đoạn hiển thị( D1) và bộ giải mã bảy đoạn IC 7446( IC1).
If you have CSS and JavaScript on your web page that's not asynchronous, it's best to make it asynchronous or defer it.
Nếu bạn có CSS và JavaScript trên trang web của bạn không đồng bộ,tốt nhất là làm chokhông đồng bộ hoặc trì hoãn nó.
UART(Universal asynchronous receiver/transmitter) are the serial pins used to communicate with other devices.
UART( Universal asynchronous receiver/ transmitter): là những pin tuần tự( Serial) thường dùng để giao tiếp với các thiết bị ngoại vi.
For the synchronous controller,it needs a professional engineer to operate, while the asynchronous controller is no need to operate all the time, and it is much easier to handle.
Cho Bộ điều khiển đồng bộ, nó cần một kỹ sư chuyên nghiệp để vận hành, trong khi bộ điều khiển không đồng bộ không cần phải hoạt động mọi lúc, và nó dễ xử lý hơn nhiều.
While working with Asynchronous JavaScript, people often write multiple statements one after the other and slap an await before a function call.
Trong lúc làm việc với Asynchronous JavaScript, nhiều người thường xuyên viết rất nhiều statements liên tiếp và quăng await ở mỗi lần gọi function.
Web workers are great for doing asynchronous tasks that don't block the UI JavaScript, something very important for Single Page Apps.
Web workers để làm các nhiệm vụ bất đồng bộ mà không block UI JavaScript, một vài thứ rất quan trọng với Single Page Apps.
Asynchronous tasks on the other hand, are those that may be started from a normal web request, but require a longer time to complete than the normal request.
Asynchronous tasks theo một cách khác, nó có thể được bắt đầu từ một request web bình thường, nhưng đòi hỏi thời gian lâu hơn để hoàn thành so với request bình thường.
However what if you need to make multiple asynchronous queries, and you can't render the page until all the operations have completed?
Tuy nhiên, nếu bạn cần thực hiện nhiều truy vấn bất đồng bộ và bạn không thể hiển thị trang cho đến khi tất cả các thao tác đã hoàn tất?
An asynchronous iterator differs from a conventional iterator in that, instead of returning a plain object in the form of{value, done}, it returns a promise that fulfills to{value, done}.
Iterator không đồng bộ khác với iterator thông thường ở chỗ, thay vì trả về một đối tượng đơn giản ở dạng{ value, done}, nó trả về một Promise tương ứng{ value, done}.
Waterfall() is used to run multiple asynchronous operations in sequence when each operation is dependent on the result of the previous operation.
Waterfall() này được sửdụng để chạy nhiều hoạt động bất đồng bộ theo thứ tự khi mỗi hoạt động phụ thuộc vào kết quả của hoạt động trước đó.
The name is shorthand for Asynchronous JavaScript+ XML, and it represents a fundamental shift in what's possible on the Web.
Tên này là viết tắt cho Asynchronous JavaScript+ XML, và nó tiêu biểu cho bước chuyển căn bản những gì có thể trên web.
Series() is used to run multiple asynchronous operations in sequence, when subsequent functions do not depend on the output of earlier functions.
Series() này được sửdụng để chạy nhiều hoạt động bất đồng bộ theo thứ tự, khi các hàm tiếp theo không phụ thuộc vào đầu ra của các hàm trước đó.
Note: There are a number of other ways to manage asynchronous behaviour and flow control in JavaScript, including relatively recent JavaScript language features like Promises.
Lưu ý: Có một số cách khác để quản lý hành vi bất đồng bộ và kiểm soát luồng trong JavaScript, bao gồm các tính năng ngôn ngữ JavaScript tương đối gần đây như Promises.
The UART full form is“Universal Asynchronous Receiver/Transmitter”, and it is an inbuilt IC within a microcontroller but not like a communication protocol(I2C& SPI).
Các tên đầy đủ UART là“ Universal Asynchronous Receiver/ Transmitter”, và nó là một vi mạch sẵn có trong một vi điều khiển nhưng không giống như một giao thức truyền thông( I2C& SPI).
Results: 383, Time: 0.0626
S

Synonyms for Asynchronous

async asynch metachronous

Top dictionary queries

English - Vietnamese