CALLBACKS in Chinese translation

回调
callback
correction
pullback
calling back
pull back
retracement
回叫

Examples of using Callbacks in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Js developer, properly understanding the difference between Promises and Callbacks and how they work together, is crucial.
Js开发人员,正确理解Promises和Callbacks之间的区别以及它们如何协同工作至关重要。
Because without closures, it would be hard to implement common structures like callbacks or event handlers.
因为没有闭包的话,实现像回调函数或者事件句柄这样的公共结构就会很困难。
We have also created new real-time callbacks, which inform our clients when users choose to be forgotten.
同时,我们还创建了实时回传,可在用户选择被遗忘时通知我们的客户。
Real-time callbacks can also be used to inform our clients when users choose to be forgotten.
同时,我们还创建了实时回传,可在用户选择被遗忘时通知我们的客户。
To keep the callbacks and error handling clean, we use Step for flow control.
为了保持回调函数和错误处理整洁清楚,我们使用了Step来进行流程控制。
Chubby clients can also register callbacks on Chubby files and directories for notification of changes or session expiration.
Chubby客户端还可以在Chubby文件和目录上注册回调函数,当文件/目录有变化或者session过期时,就会收到通知。
Typically behavior is defined through callbacks at the beginning of a script and at the end starts a server through a blocking call like EventMachine::run().
通常,行为是通过脚本开头的回调来定义的,最后通过阻塞调用来启动服务器,如EventMachine::run()。
In the next topic, we will see an example of promises and how they benefit from callbacks.
在下一个主题中,我们将看到一个承诺的例子以及它们如何从回调中受益。
The file includes malicious thread local storage(TLS) callbacks as an anti-analysis trick.
该文件包含恶意线程本地存储(TLS)回调函数作为反分析技巧。
Sadly, many developers when they hear the word"C async" immediately think"I have callbacks in my language already".
可悲的是,很多开发者一听到“Casync”就立马想到了“我的编程语言有callback”。
Async functions more or less let you write sequenced JavaScript code, without wrapping all your logic in callbacks, generators, or promises.
异步函数或多或少会让你编写一些顺序的JavaScript代码,但是却不需要在callbacks、generators或promise中包含你的逻辑。
Note: Currently, if you comment out the first call to scheduleMicrotask(), then the callbacks for futures 2 and 3 execute before microtask 2.
注意:目前,如果您注释掉第一次调用scheduleMicrotask(),那么futures2和3的回调将在微任务2之前执行。
This is why you will see a lot of callbacks and promises in Node. js code.
这就是为什么我们会在Node.js的代码中看到大量的callbacks和promises。
Depending on the library that uses asynchronous operations, you might pass in a set of callbacks(e.g. for success or failure).
根据库对异步操作的实现,你可以传入一组回调函数(例如success或failure)。
Event-driven programming: User interactions are represented by event objects that are dispatched to callbacks registered with event handlers.
事件驱动编程(event-drivenprogramming):用户的交互操作被包装成事件对象,这些对象发送给被各个eventhandler注册的回调方法
There are three techniques currently implemented to achieve this goal: notification-style client callbacks, policy-style client callbacks, and policy settings.
目前,有三种技术可以帮助实现这一目标,消息式客户Callback,策略式客户Callback以及客户策略设置。
This run() function can run any generator that uses yield to achieve asynchronous code without exposing promises(or callbacks) to the developer.
Run()函数可以运行任何使用yield操作异步代码的生成器,同时也没有向开发者暴露promise(或回调函数)。
Then() method with which you can pass additional callbacks as arguments to the$. when() method.
When()中参数的解读方法,你可以对$.when()进行额外参数回调
Using asynchronous JavaScript(such as callbacks, promises, and async/await), you can perform long network requests without blocking the main thread.
使用异步JavaScript(例如像回调,promises,和async/await),你就可以在不锁住主线程的情况下执行长时间的网络请求。
Instead, the SAX parser informs clients of the XML document structure by invoking callbacks, that is, by invoking methods on an org. xml. sax. helpers. DefaultHandler instance provided to the parser.
而是,SAX解析器通过调用回调方法将XML文档结构告知客户端,也就是说,通过调用提供给解析器的org.xml.sax.helpers.DefaultHandler实例上的方法。
Results: 86, Time: 0.0296

Top dictionary queries

English - Chinese