52歌赋>英语词典>callback翻译和用法

callback

英 [ˈkɔːlbæk]

美 [ˈkɔːlbæk]

n.  回拨的电话; 打回的电话; 回叫(指计算机或电话系统用户通过连接某台计算机证实自己的身份,然后该系统对之进行回调); (对求职者等的)召回

COCA.29585

牛津词典

    noun

    • 回拨的电话;打回的电话
      a telephone call which you make to sb who has just called you
      1. 回拨的电话;打回的电话
        a telephone call which you make to sb who has just called you
        1. 回叫(指计算机或电话系统用户通过连接某台计算机证实自己的身份,然后该系统对之进行回调)
          a process by which the user of a computer or telephone system proves their identity by contacting a computer, which then contacts them
          1. (对求职者等的)召回
            an occasion when you are asked to return somewhere, for example for a second interview when you are trying to get a job
            1. 商品召回(因有安全隐患等); 回收瑕疵品
              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)
                  Synonym:recall

                双语例句

                • Within the callback function, we compare the newly returned value and the previous value.
                  在回调函数中,我们将新返回的值与以前一个值进行了比较。
                • There is an asynchronous callback model and an asynchronous polling model.
                  其中包含异步回调模型和异步轮询模型。
                • This is a callback example.
                  这是一个回调的例子。
                • However, you can develop a custom callback handler to pass the user ID and password dynamically.
                  但是,您可以创建一个自定义回调处理器,动态传递用户ID和密码。
                • This application implements a proprietary callback scheme using two Interfaces defined within VB.
                  这个程序实现了一个主程序回调模式,它使用了在VB中定义的两个接口。
                • In this case both a mouse click handler and a timer callback are waiting.
                  在这时,一个“鼠标点击事件处理函数”和一个“计时器回调函数”都在等待执行。
                • I've also attached a callback function.
                  同时我也附加了一个回调函数。
                • Finally, in the call to get_request(), we submit the callback information.
                  最后,在对getrequest()的调用中,我们提交了回调信息。
                • Each method provides a callback object so that you are notified asynchronously when the remote procedure call is complete.
                  每个方法都提供了一个回调对象,这样就可以在完成远程过程调用后收到异步通知。
                • In this code fragment, updatePage() is the callback, and request is the XMLHttpRequest object.
                  在这个代码片段中,updatePage()是回调方法,request是XMLHttpRequest对象。