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...
双语例句
- 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语言不支持本机延续。 - 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必须明白附加部分的结构;解析器只知道有时它需要将附加的文本添加到标题中。 - 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)的方法来降低开销,按照这种方法,框架只保存延续中应用程序特有的部分。 - 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开发框架可以在处理每个请求之后捕获一个延续,并用一个标识符将它存储在会话中。 - Like many higher-order abstractions, continuations have drawbacks.
与许多高阶抽象相似,延续也有缺点。 - The RIFE framework implements its own continuations, and the WebWork framework uses the RIFE continuations implementation.
RIFE框架实现它自己的延续,而WebWork框架使用RIFE的延续实现。 - RIFE: RIFE is an innovative framework that uses continuations and many other techniques popular in dynamic languages.
RIFE:RIFE是一种创新性的框架,它使用延续和在动态语言中流行的许多其他技术。 - Sellitem sample application demonstrates a mix of conditional transitions, conversational scope, flow execution redirects, and continuations.
Sellitem是展示结合了有条件转移、会话域、流程执行转向和延续性的示例应用。 - RIFE makes continuations simple and accessible to the everyday Web developer.
RIFE使延续变得很简单,一般的Web开发人员也能够使用延续。 - 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框架,它具有延续服务器的许多特征,但是没有使用本机语言延续。