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.- It's the coalition forces who are to blame for the continuation of the war...
联合部队应当对战争的延续负责。 - What we'll see in the future is, in fact, a continuation of that trend.
事实上,将来我们看到的是那种趋势的延续。
- It's the coalition forces who are to blame for the continuation of the war...
- N-COUNT 续;延续部分
Something that is acontinuation ofsomething else is closely connected with it or forms part of it.- ...since this chapter is a continuation of Chapter 8...
既然这一章是第8章的延续 - It would just be a continuation of previous visits he has made to Israel.
这不过是他之前对以色列访问的延续。
- ...since this chapter is a continuation of Chapter 8...
双语例句
- With continuations, you can keep the state in a continuation and restore the state on demand.
有了延续,就可以在延续中保存状态并根据需要恢复状态。 - 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开发框架可以在处理每个请求之后捕获一个延续,并用一个标识符将它存储在会话中。 - Continuations can be expensive.
延续是昂贵的。 - The suspend()/ resume() pair is key to implementing a real Comet-style service using Continuations.
suspend()/resume()对于实现真正使用Continuations的Comet风格的服务非常关键。 - Jetty supports the programming construct known as continuations.
Jetty支持被称作continuations的编程结构。 - 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。 - Or, also for Comet, it will fall back to a "managed" asynchronous mode ( but not as scalable as Jetty Continuations).
或者将退回到“托管”异步模式(但不具有JettyContinuations的可伸缩性),这也适用于Comet。 - 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框架,它具有延续服务器的许多特征,但是没有使用本机语言延续。 - The RIFE framework implements its own continuations, and the WebWork framework uses the RIFE continuations implementation.
RIFE框架实现它自己的延续,而WebWork框架使用RIFE的延续实现。 - You don't have to use continuations to capture execution state.
不一定非使用延续来捕获执行状态。