火范文>英语词典>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.
      这不过是他之前对以色列访问的延续。

双语例句

  • The Wee framework is another Ruby framework that has many of the characteristics of a continuation server but doesn't use native language continuations.
    Wee框架是另一种Ruby框架,它具有延续服务器的许多特征,但是没有使用本机语言延续。
  • So a Web development framework that uses continuations can capture a continuation after processing each request and store it in the session with an identifier.
    所以,使用延续的Web开发框架可以在处理每个请求之后捕获一个延续,并用一个标识符将它存储在会话中。
  • But the state machine is a nice approach to continuations.
    但是,状态机(statemachine)是不错的延续方式。
  • With continuations, you can keep the state in a continuation and restore the state on demand.
    有了延续,就可以在延续中保存状态并根据需要恢复状态。
  • Continuations can be expensive.
    延续是昂贵的。
  • The article provides valuable insight into RIFE's continuations implementation as well as some of the challenges in clustering a non-trivial application like RIFE.
    这篇文章提供了RIFEContinuations实现的颇有价值的深入见解和集群RIFE这样一个不凡应用框架遇到的挑战。
  • Jetty supports the programming construct known as continuations.
    Jetty支持被称作continuations的编程结构。
  • The headerline non-terminal, in turn, requires a header name, a header body, and optional continuations.
    headerline是非终极符(non-terminal),它依次需要有一个标题名称、标题主体以及可选的附加部分。
  • You can store any Ruby object, even procs, lambdas, threads, continuations.
    你可以保存任何Ruby对象,即使是proc、lambda、线程或者continuation。
  • A framework designer can lessen the expense by using an approach called partial continuations, where the framework saves only the application-specific portion of the continuation.
    框架设计者可以利用一种称为部分延续(partialcontinuations)的方法来降低开销,按照这种方法,框架只保存延续中应用程序特有的部分。