词语屋>英语词典>intercepts翻译和用法

intercepts

英 [ˌɪntəˈsepts]

美 [ˌɪntərˈsepts]

v.  拦截; 拦阻; 截住
intercept的第三人称单数和复数

柯林斯词典

  • VERB 拦截;截住;截击
    If youinterceptsomeone or something that is travelling from one place to another, you stop them before they get to their destination.
    1. Gunmen intercepted him on his way to the airport...
      持枪歹徒在他去机场的路上截击了他。
    2. Dodd intercepted a ball intended for Smith...
      多德拦截了给史密斯的球。
    3. His letter was intercepted by the Secret Service.
      他的信被特工处截获了。

双语例句

  • Get me intercepts on their cell phones.
    给我截取他们的手机。
  • The Intercepting Filter pattern wraps existing application resources with a filter that intercepts the reception of a request and the transmission of a response.
    拦截过滤器模式用一个过滤器封装了已有应用资源,这个过滤器拦截了请求的接收及响应的传递。
  • When it intercepts the event, the plug-in retrieves the file name and changes its label.
    当它拦截事件时,插件检索文件名并更改其标号。
  • When a user makes a request for an application URL, the routing system intercepts that request and decides, based on the URL pattern, which Action should be invoked to fulfill the request.
    当用户发出获取应用程序URL的请求时,路由系统将拦截该请求,并根据URL模式决定应该调用哪个操作来响应请求。
  • This layer intercepts requests from the user and in the background, communicates with the server quietly and asynchronously to get the desired content of an HTTP protocol.
    该层拦截来自用户的请求,然后在后台与服务器通信并异步获得所需的HTTP协议内容。
  • The LEC also intercepts broadcast packets and sends them to the BUS's ATM addresses.
    LEC也能截获广播包,并把它们发送给BUS的ATM地址。
  • An iRule uses an easy-to-learn scripting syntax that enables the BIG-IP LTM to customize how it intercepts, inspects, transforms, and directs inbound or outbound application traffic.
    每个iRule使用一个容易学习的脚本语法,来定制BIG-IPLTM如何截获、检查、转换和指示入站或出站应用传输。
  • When a user clicks inside of the Action Bar, the applet intercepts that click and figures out which button the user's mouse is over, given its boundaries.
    当用户在ActionBar中点击时,applet拦截此响应并指出用户点击了哪个按钮,给出它的边界。
  • This file is an XML document that contains the configuration options that tell the monitor what it needs to monitor and where it needs to log the messages it intercepts.
    此文件是一个包含配置选项的XML文档,这些配置选项告知监视器它需要监视什么和它需要在哪里记录它拦截的消息。
  • The interceptor above intercepts the call to the target EJB method, then calls the proceed() method on the InvocationContext.
    上面的拦截器拦截对目标EJB方法的调用,然后调用InvocationContext上的proceed()方法。