词语站>英语词典>continuations翻译和用法

continuations

英 [kənˌtɪnjʊˈeɪʃənz]

美 [kənˌtɪnjuˈeɪʃənz]

n.  继续; 连续; 持续; 延续部分; 续篇; 附加物; 延续物
continuation的复数

柯林斯词典

  • N-VAR 持续;继续;延续
    Thecontinuation ofsomething is the fact that it continues, rather than stopping.
    1. It's the coalition forces who are to blame for the continuation of the war...
      联合部队应当对战争的延续负责。
    2. What we'll see in the future is, in fact, a continuation of that trend.
      事实上,将来我们看到的是那种趋势的延续。
  • N-COUNT 续;延续部分
    Something that is acontinuation ofsomething else is closely connected with it or forms part of it.
    1. ...since this chapter is a continuation of Chapter 8...
      既然这一章是第8章的延续
    2. It would just be a continuation of previous visits he has made to Israel.
      这不过是他之前对以色列访问的延续。

双语例句

  • In the thread-per-request model ( Continuations in Figure 2), a thread is used to serve the arrived request, and the connection is handled through an NIO selector.
    在每个请求一个线程模型下(图2的续图),要使用一个线程为到达的请求提供服务,而连接是通过NIO选择器进行处理的。
  • But the state machine is a nice approach to continuations.
    但是,状态机(statemachine)是不错的延续方式。
  • Sellitem sample application demonstrates a mix of conditional transitions, conversational scope, flow execution redirects, and continuations.
    Sellitem是展示结合了有条件转移、会话域、流程执行转向和延续性的示例应用。
  • You can store any Ruby object, even procs, lambdas, threads, continuations.
    你可以保存任何Ruby对象,即使是proc、lambda、线程或者continuation。
  • The suspend()/ resume() pair is key to implementing a real Comet-style service using Continuations.
    suspend()/resume()对于实现真正使用Continuations的Comet风格的服务非常关键。
  • You can invalidate continuations based on business rules, so it's easy to prevent a form from being submitted twice.
    可以根据业务规则让延续失效,这样就很容易防止两次提交表单。
  • And remember, thanks to DWR's exploitation of Jetty Continuations, no threads are tied up on the server while the client is waiting for a new event to arrive.
    请记住,正是由于DWR使用了JettyContinuations,当客户机等待新事件到来时不会占用服务器上面的线程。
  • The RIFE framework implements its own continuations, and the WebWork framework uses the RIFE continuations implementation.
    RIFE框架实现它自己的延续,而WebWork框架使用RIFE的延续实现。
  • Similarly, the lexer has to know about the structure of continuations; the parser only knows that it sometimes gets additional text to add on to a header.
    与此类似,lexer必须明白附加部分的结构;解析器只知道有时它需要将附加的文本添加到标题中。
  • Java developers are increasingly seeing the power of the continuation-based approach to building Web frameworks, but the Java language does not support native continuations.
    Java开发人员正在注意到基于延续的方式对构建Web框架的好处,但是Java语言不支持本机延续。