Examples of using Asynchronously in English and their translations into Vietnamese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Observe() method was used for asynchronously observing the changes to an object.
In 1996, the iframe tag was introduced by Internet Explorer to load orto fetch content asynchronously.
Async Specifies that the script is executed asynchronously(only for external scripts).
Loading files asynchronously can speed up your pages because when a browser loads a page, it moves from top to bottom.
Async” is a Boolean attribute which, when specified, indicates that a script should unblock the rest of the page,and execute asynchronously.
Js runs single-threaded, non-blocking, asynchronously programming, which is very memory efficient.
We are building upon this mechanism, and will separate the call and the response of a smart contract,so they can take place asynchronously.
It allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes.
The main tracking script(downloaded from the Finteza server)is inserted into the page asynchronously- independently of other elements.
When you load your files asynchronously, the user's browser will load them at the same time as it continues loading other elements on the page.
In UART, the data transmission from Tx UART toRx UART can be done asynchronously(there is no CLK signal for synchronizing the o/p bits).
With an endlessly growing body of research surrounding the idea, confusion about what the underlying technology actually is has pushed companies andresearch teams to behave asynchronously.
Carolina is coded in a new way, where she loads everything asynchronously and has carefully queued the scripts for it to load as quickly as possible.
However, exercises such as wikis(collaboratively built websites) and forums,where students contribute to a topic asynchronously, that is, at different times.
The important thing here is that because it is running asynchronously I can wait for user verifcation that they want to perform the action(or not).
Gini transactions are nearly instantaneous because each stakeholder has their own private blockchain within the Gini BlockGrid,which is updated asynchronously with deterministic confirmations.
A singleton can be initialized lazily or asynchronously while a static class is generally initialized when it is first loaded, leading to potential class loader issues.
Only an account-chain's user can modify his/her individual chain,and this allows each account-chain to be updated asynchronously of the rest of the block-lattice network.
Scalia Law offers its classes asynchronously, allowing students to complete coursework and participate at times that best fit their schedule, regardless of professional obligations or time zones.
In computing, an event is an action or occurrence recognized by software,often originating asynchronously from the external environment, that may be handled by the software.
For example, a tag in your page's would be loaded in Chrome at a High priority(below CSS, at Highest), but that priority would change to Low if it has the async attribute(meaning it can be loaded andrun asynchronously).
DLP policies are synced to sites andcontented is evaluated against them periodically and asynchronously(see the next section), so there may be a short delay between the time you create the DLP policy and the time you begin to see policy tips.
All the user requests to your web application will be handled by a single thread and all the I/O work orlong running job is performed asynchronously for a particular request.
Questions meanwhile, so that you have opportunities to ask questions asynchronously, 24/7, realize you're not limited to sections and office hours, but rather this tool here, CS50 Discuss at that URL will be the course's online bulletin board software, via which you can ask questions of classmates and also staff.
Experienced programmers who are new to Android application development often try to use sockets, named pipes,or shared files to asynchronously communicate with other apps installed on an Android device.
The Facebook SDK for JavaScript doesn't have any standalone files that need to be downloaded or installed, instead, you simply need to include a shortpiece of regular JavaScript in your HTML that will asynchronously load the SDK into your pages.
It was originally implemented as part of web browsers so that client-side scripts could interact with the user, control the browser,communicate asynchronously, and alter the document content that was displayed.
If there is any CSS you want to be loaded above the fold, you can enter specific CSS rules in thetext area to ensure loading your files asynchronously doesn't impact how your site is displayed to the user.
Basically, what Ajax does is make use of the JavaScript-based XMLHttpRequest object to send and receive information to andfrom a web server asynchronously, in the background, without interfering with the user's experience.
Interrupts and signals are low-level mechanisms that can alter the flow of control in a way similar to a subroutine, but usually occur as a response to some external stimulus orevent(that can occur asynchronously), rather than execution of an in-line control flow statement.