callback
英 [ˈkɔːlbæk]
美 [ˈkɔːlbæk]
n. 回拨的电话; 打回的电话; 回叫(指计算机或电话系统用户通过连接某台计算机证实自己的身份,然后该系统对之进行回调); (对求职者等的)召回
COCA.29585
牛津词典
noun
- 回拨的电话;打回的电话
a telephone call which you make to sb who has just called you - 回拨的电话;打回的电话
a telephone call which you make to sb who has just called you - 回叫(指计算机或电话系统用户通过连接某台计算机证实自己的身份,然后该系统对之进行回调)
a process by which the user of a computer or telephone system proves their identity by contacting a computer, which then contacts them - (对求职者等的)召回
an occasion when you are asked to return somewhere, for example for a second interview when you are trying to get a job - 商品召回(因有安全隐患等); 回收瑕疵品
an occasion when people are asked to return goods that they have bought, usually because they are not safe
英英释义
noun
- a request by the manufacturer of a defective product to return the product (as for replacement or repair)
双语例句
- This is indicated by the callback parameter on the query.
这由查询中的callback参数指出。 - Like built-in DOM events such as onclick and onmouseover, custom events can have callback handlers applied to them.
与诸如onclick和onmouseover这样的内置DOM事件类似,定制事件也能够让回调处理程序应用于它们。 - This application implements a proprietary callback scheme using two Interfaces defined within VB.
这个程序实现了一个主程序回调模式,它使用了在VB中定义的两个接口。 - However, you can develop a custom callback handler to pass the user ID and password dynamically.
但是,您可以创建一个自定义回调处理器,动态传递用户ID和密码。 - You pass in the URL and a string naming the callback function.
传递一个URL和命名回调函数的字符串。 - This is referred in the handle method of the callback handler.
这在回调处理器的处理方法中被引用。 - You must handle the exception in the callback procedure, not in the main application.
您必须在回调过程中(而不是在主应用程序中)处理异常。 - The callback is how your server code can verify the username-and-password combination supplied by the client on a request.
服务器代码使用回调检验客户机在请求中提供的用户名和密码组合。 - This interface registers a callback method that is called when a publication arrives at the subscribing client.
该接口注册了一种回调方法,当订阅到达订阅客户端时,就会调用该方法。 - This code, which demonstrates server-side DOM, JavaScript code, and callback, is shown in Listing 1.
此代码演示了服务器端DOM、JavaScript代码和回调,如清单1所示。