青年中文青年中文

asynchronously的意思

asynchronously中文翻譯:

adv.異步地;不同時地

相似詞語短語

asynchronous communication───n.[通信][計]異步通信;非同步通訊

asynchronous task───異步任務

雙語使用場景

Otherwise, it will work asynchronously.───否則,它以異步方式工作。

this asynchronously.───該操作是異步完成的。

asynchronously processed jobs?───異步處理作業呢?

Placing a TQ operator directly above such a SHIP operator in a plan enables the SHIP to be processed asynchronously.───將一個TQ操作符直接放在計劃中的一個SHIP操作符之上,可以使該SHIP操作符被異步地處理。

Often the user interface does not seem to support making calls asynchronously, since the UI is blocking on a call that may take a while.───通常用戶接口不能支持異步調用,因為UI阻礙了調用,可能需等候一段時間。

Of course these tasks were always possible with HTML forms, but Ajax makes it easy to send data asynchronously in the background.───當然,這些任務總是能夠通過HTML形式實現,但是Ajax能更加便捷地在后臺異步發送數據。

Messages can be sent asynchronously and placed in a message queue or pile until you are ready to "process" them.───可將消息異步發送并放置在一個消息隊列或堆上,直至您準備“處理”它們。

In Flex all calls to the server are performed asynchronously, so none of these channels affect the performance of the client.───在Flex中,所有對服務器的調用都是異步執行的,因此這些管道都不會對客戶端性能造成任何影響。

The interaction we built in this example was "one-way, " meaning the request message was sent asynchronously without any response.───我們在此示例中構建的交互是“單向的”,即請求消息以異步方式發出,沒有任何響應。

英語使用場景

When overridden in a derived class, asynchronously passes a message from a source block to this target block.

I/O servers asynchronously read data pages from the disk into the buffer pool anticipating their need by an application: this is called "prefetching."

This includes reading messages synchronously or asynchronously.

Invokes the specified method asynchronously while maintaining an associated state.

PartII: How do I process form data asynchronously?

Upon receiving the result, the client asynchronously creates, updates, or deletes part of the Web page, such as a list element, div tag, or image.

The actual rendering work is done asynchronously and later.

Asynchronously attempts to send an Internet Control Message Protocol (ICMP) echo message to the specified computer, and receive a corresponding ICMP echo reply message from that computer.

The caller puts a request message on the request queue for the service and then (asynchronously) listens for the result on the reply queue.