词语吧>英语词典>handlers翻译和用法

handlers

英 [ˈhændləz]

美 [ˈhændlərz]

n.  驯兽员; (尤指)驯犬员; 搬运工; 操作者; 组织者; 顾问
handler的复数

柯林斯词典

  • N-COUNT 驯兽员
    Ahandleris someone whose job is to be in charge of and control an animal.
    1. Fifty officers, including frogmen and dog handlers, are searching for her.
      包括蛙人和警犬训练员在内的50名警官正展开对她的搜寻。
  • N-COUNT 搬运工;操作者;处理者
    Ahandleris someone whose job is to deal with a particular type of object.
    1. ...baggage handlers at Gatwick airport.
      盖特威克机场的行李搬运工

双语例句

  • WS-BPEL defines several restrictions that apply to event handlers.
    WS-BPEL定义了若干应用到事件处理程序的限制。
  • Typically, those handlers specify a URL, and the JSF implementation forwards the request to that URL.
    典型的情况是处理器声明了一个URL,JSF实现将这个请求前转到这个URL中。
  • Event handlers and other delegates are created by passing in a Lisp closure to the delegate's constructor.
    事件处理器和其它的委托(delegate)可以通过向委托的构造方法传入一个Lisp闭包的方式创建。
  • Catch and handle package errors by using event handlers.
    使用事件处理程序捕获和处理包错误。
  • It means that your exception handlers in the Java code works, and it caught an exception.
    它意味着Java代码中的异常处理程序工作正常,并且捕获到了一个异常。
  • To use this and other result handlers, the pureQuery API provides the query() method.
    为了使用这个和其他结果处理程序,pureQueryAPI提供了query()方法。
  • These may be handled using JAX-RPC handlers and service context propagation.
    这些可以用JAX-RPC处理程序和服务传播来处理。
  • Like built-in DOM events such as onclick and onmouseover, custom events can have callback handlers applied to them.
    与诸如onclick和onmouseover这样的内置DOM事件类似,定制事件也能够让回调处理程序应用于它们。
  • This fault will terminate the scope together with all running event handlers.
    此错误将终止该范围和所有正在运行的事件处理程序。
  • The drag handler for a drag-and-drop operation uses all three mouse handlers: onmousedown, onmouseup, and onmousemove.
    针对拖放操作的拖动处理程序使用了这三个鼠标处理程序:onmousedown、onmouseup和onmousemove。