closures
英 [ˈkləʊʒəz]
美 [ˈkloʊʒərz]
n. (永久的)停业,关闭; 倒闭; (路或桥的)暂时封闭; (因困境结束或事情得到妥善处理等的)宽慰; 如释重负
closure的第三人称单数和复数
柯林斯词典
- N-VAR (企业、工厂等的)永久性关闭,停业
Theclosureof a place such as a business or factory is the permanent ending of the work or activity there.- ...the closure of the Ravenscraig steelworks...
雷文斯克拉格钢铁厂的关闭 - ...British Coal's proposed pit closures...
英国煤炭公司建议关闭的矿井 - Almost three in four clinics say they face closure by the end of the year.
几乎有3/4的诊所说年底前要面临歇业。
- ...the closure of the Ravenscraig steelworks...
- (道路或边界的)封闭,封锁
Theclosureof a road or border is the blocking of it in order to prevent people from using it. - N-UNCOUNT 解脱
If someone achievesclosure, they succeed in accepting something bad that has happened to them.- I asked McKeown if the reunion was meant to achieve closure.
我问麦基翁重聚是不是为了寻求解脱。
- I asked McKeown if the reunion was meant to achieve closure.
双语例句
- The main impact of the financial crisis has not been factory closures but shrinking orders and manufacturing capacity.
金融危机的主要冲击并不是工厂关门,而是订单和制造产能的缩水。 - This illustrates why the use of closures exemplifies functional thinking: allow the runtime to manage state.
以上演示了为什么闭包体现了函数思想:让运行时管理状态。 - In Groovy, closures can be invoked with the call method.
在Groovy中,可以使用call方法来调用闭包。 - Using composition, two or more simple closures can be combined to produce a more elaborate one.
使用复合,两个或多个简单的闭包可以组合起来构成一个更复杂的闭包。 - Here other techniques such as compiling an abstract syntax tree and resolving variables in closures are discussed.
在这里,对其它技术(如:编译一个抽象语法树和解析闭包中的变量)也进行了讨论。 - Closures provide a compact, natural way to create and manipulate parameterized computations.
闭包为创建和操纵参数化的计算提供了一种紧凑、自然的方式。 - They are arguing against hospital closures
他们据理反对关闭医院。 - Sometimes visibility drops to less than 1 kilometer, causing serious traffic jams, flight delays and highway closures.
有时,能见度下降到1千米以下,引发了严重的交通阻塞,航班延误和公路关闭。 - We discussed lambda functions and the advantages that closures have over them.
我们讨论了lambda函数及闭包与这些函数相比的优点。 - Earlier, I mentioned that closures were implemented internally with a class called Closure.
早些时候,我提到过closures和称为Closure的类一起在内部实施。