continuations

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

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



柯林斯词典

  1. N-VAR 持续;继续;延续
    The continuation of something 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.
      事实上,将来我们看到的是那种趋势的延续。
  2. N-COUNT 续;延续部分
    Something that is a continuation of something 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.
      这不过是他之前对以色列访问的延续。

双语例句

  1. The RIFE framework implements its own continuations, and the WebWork framework uses the RIFE continuations implementation.
    RIFE框架实现它自己的延续,而WebWork框架使用RIFE的延续实现。
  2. You can invalidate continuations based on business rules, so it's easy to prevent a form from being submitted twice.
    可以根据业务规则让延续失效,这样就很容易防止两次提交表单。
  3. But the state machine is a nice approach to continuations.
    但是,状态机(statemachine)是不错的延续方式。
  4. Or, also for Comet, it will fall back to a "managed" asynchronous mode ( but not as scalable as Jetty Continuations).
    或者将退回到“托管”异步模式(但不具有JettyContinuations的可伸缩性),这也适用于Comet。
  5. Jetty supports the programming construct known as continuations.
    Jetty支持被称作continuations的编程结构。
  6. 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开发框架可以在处理每个请求之后捕获一个延续,并用一个标识符将它存储在会话中。
  7. 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语言不支持本机延续。
  8. You can see that continuations represent a real advancement in Web development frameworks.
    您可以看到,延续是Web开发框架中一项真正的技术进步。
  9. In the near future, hardware improvements will make the added resource consumption of continuations less critical.
    在不远的将来,硬件的改进会使延续所增加的资源消耗变得无足轻重。
  10. In two years, most new Web development will use some continuation server or some simulation of continuations.
    在两年内,大多数新的Web开发将会使用某种延续服务器或延续的模拟。
  11. The suspend()/ resume() pair is key to implementing a real Comet-style service using Continuations.
    suspend()/resume()对于实现真正使用Continuations的Comet风格的服务非常关键。
  12. 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必须明白附加部分的结构;解析器只知道有时它需要将附加的文本添加到标题中。
  13. With continuations, you can keep the state in a continuation and restore the state on demand.
    有了延续,就可以在延续中保存状态并根据需要恢复状态。
  14. You don't have to use continuations to capture execution state.
    不一定非使用延续来捕获执行状态。
  15. 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选择器进行处理的。
  16. And best of all, DWR can auto-detect when it's running under Jetty and switch to using Continuations for nonblocking Comet.
    最妙的是,当运行在Jetty下时,DWR能够自动检测并切换为使用Contiuations,实现非阻塞Comet。
  17. 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,当客户机等待新事件到来时不会占用服务器上面的线程。
  18. The headerline non-terminal, in turn, requires a header name, a header body, and optional continuations.
    headerline是非终极符(non-terminal),它依次需要有一个标题名称、标题主体以及可选的附加部分。
  19. 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)的方法来降低开销,按照这种方法,框架只保存延续中应用程序特有的部分。
  20. 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框架,它具有延续服务器的许多特征,但是没有使用本机语言延续。
  21. The framework can identify individual continuations within a URL and store that continuation in the session.
    框架可以识别一个URL中的各个延续并将延续存储在会话中。
  22. Like many higher-order abstractions, continuations have drawbacks.
    与许多高阶抽象相似,延续也有缺点。
  23. RIFE makes continuations simple and accessible to the everyday Web developer.
    RIFE使延续变得很简单,一般的Web开发人员也能够使用延续。
  24. RIFE: RIFE is an innovative framework that uses continuations and many other techniques popular in dynamic languages.
    RIFE:RIFE是一种创新性的框架,它使用延续和在动态语言中流行的许多其他技术。
  25. Continuations can be expensive.
    延续是昂贵的。
  26. 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这样一个不凡应用框架遇到的挑战。
  27. You can store any Ruby object, even procs, lambdas, threads, continuations.
    你可以保存任何Ruby对象,即使是proc、lambda、线程或者continuation。
  28. JPDL integrates very closely with standard Java and it leverages the job executor from the Process Virtual Machine to deliver asynchronous continuations and timers.
    jPDL和标准Java平台结合得非常紧密,它利用了来自过程虚拟机的工作执行器(jobexecutor)来提供异步延拓(continuation)和定时器。
  29. Sellitem sample application demonstrates a mix of conditional transitions, conversational scope, flow execution redirects, and continuations.
    Sellitem是展示结合了有条件转移、会话域、流程执行转向和延续性的示例应用。