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.- Gunmen intercepted him on his way to the airport...
持枪歹徒在他去机场的路上截击了他。 - Dodd intercepted a ball intended for Smith...
多德拦截了给史密斯的球。 - His letter was intercepted by the Secret Service.
他的信被特工处截获了。
- Gunmen intercepted him on his way to the airport...
双语例句
- 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协议内容。 - 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 type of virus intercepts entered data and transmits it to a remote server.
这种类型的病毒截取输入的数据传送到一台远程服务器。 - RRD intercepts the response contents and checks whether the response can be cached locally before sending the result back to the client.
RRD会截取响应内容,并检查是否可以在将结果发送回客户端之前进行本地缓存响应。 - The LEC also intercepts broadcast packets and sends them to the BUS's ATM addresses.
LEC也能截获广播包,并把它们发送给BUS的ATM地址。 - This module literally intercepts the incoming Web ( HTTP) request and performs a login, similar to what a login module would do.
这个模块完全截获传入的Web(HTTP)请求并执行登录,完成与登录模块类似的工作。 - The program, which he called Mail Goggles, intercepts e-mails sent using Google's e-mail service, Gmail, after a certain time in the evening.
他把这个程序称为“邮件眼镜”,在晚上某个时间段后,它可以拦截通过谷歌电子邮件服务系统(即Gmail)发送的邮件。 - The Intercepting Filter pattern wraps existing application resources with a filter that intercepts the reception of a request and the transmission of a response.
拦截过滤器模式用一个过滤器封装了已有应用资源,这个过滤器拦截了请求的接收及响应的传递。 - It intercepts the messages and the logger reformats them and stores them for later analysis into a message log.
它将截取消息而记录器对这些消息重新定义格式并将它们存储到一个消息日志中以便以后进行分析。 - The interceptor above intercepts the call to the target EJB method, then calls the proceed() method on the InvocationContext.
上面的拦截器拦截对目标EJB方法的调用,然后调用InvocationContext上的proceed()方法。