closures

英 [ˈkləʊʒəz] 美 [ˈkloʊʒərz]

n.  (永久的)停业,关闭; 倒闭; (路或桥的)暂时封闭; (因困境结束或事情得到妥善处理等的)宽慰; 如释重负
closure的第三人称单数和复数



柯林斯词典

  1. N-VAR (企业、工厂等的)永久性关闭,停业
    The closure of a place such as a business or factory is the permanent ending of the work or activity there.
    1. ...the closure of the Ravenscraig steelworks...
      雷文斯克拉格钢铁厂的关闭
    2. ...British Coal's proposed pit closures...
      英国煤炭公司建议关闭的矿井
    3. Almost three in four clinics say they face closure by the end of the year.
      几乎有3/4的诊所说年底前要面临歇业。
  2. (道路或边界的)封闭,封锁
    The closure of a road or border is the blocking of it in order to prevent people from using it.
    1. N-UNCOUNT 解脱
      If someone achieves closure, they succeed in accepting something bad that has happened to them.
      1. I asked McKeown if the reunion was meant to achieve closure.
        我问麦基翁重聚是不是为了寻求解脱。

    双语例句

    1. They are arguing against hospital closures
      他们据理反对关闭医院。
    2. Other areas are to lose aid so that money can be reallocated to towns devastated by pit closures.
      将不再资助其他地区,以便资金可以重新分配给饱受矿井关闭影响的城镇。
    3. We discussed lambda functions and the advantages that closures have over them.
      我们讨论了lambda函数及闭包与这些函数相比的优点。
    4. These are just two more of the many ways that you can use closures to iterate.
      这些仅仅是众多使用闭包进行迭代的方法中的两种。
    5. Ruby also lets you write methods that use your own closures.
      Ruby让您也可以编写使用自己的闭包的方法。
    6. In Groovy, closures can be invoked with the call method.
      在Groovy中,可以使用call方法来调用闭包。
    7. I'll use Ruby to show how closures work.
      我将使用Ruby来展示闭包的运行原理。
    8. Note that you can use closures and reference variables later too.
      注意,稍后您也可以使用闭包和引用变量。
    9. In that article, I had you call the service in the save and update closures in the AirportController.
      在那篇文章中,我让您在AirportController中调用save和update闭包中的服务。
    10. The except list contains the closures that should be exempted from the auth call.
      except列表包含了应当从auth调用中移除的闭包。
    11. With closures, you can also refactor from the outside in.
      有了闭包,您也可以从外到里进行重构。
    12. Earlier, I mentioned that closures were implemented internally with a class called Closure.
      早些时候,我提到过closures和称为Closure的类一起在内部实施。
    13. EMCs require the use of closures, which means that you can only implement them in Groovy.
      EMC需要使用闭包,这意味着您只能在Groovy中实现它们。
    14. The current JPA specification provides some elementary facilities for the customization of closures.
      当前的JPA规范提供了一些基本的自定义闭包工具。
    15. Closures provide a compact, natural way to create and manipulate parameterized computations.
      闭包为创建和操纵参数化的计算提供了一种紧凑、自然的方式。
    16. The syntax for closures has changed, but mostly only with regard to parameters.
      闭包的语法发生了变化,但是大多数变化只与参数有关。
    17. This illustrates why the use of closures exemplifies functional thinking: allow the runtime to manage state.
      以上演示了为什么闭包体现了函数思想:让运行时管理状态。
    18. Groovy project page: Download Groovy and learn more about closures and closure composition.
      Groovy项目页面:下载Groovy并学习更多有关闭包和闭包复合的内容。
    19. This kind of pattern can also dovetail with issues caused by closures and console logs.
      这种类型的模式也可能与闭包和控制台日志导致的问题相关联。
    20. Using composition, two or more simple closures can be combined to produce a more elaborate one.
      使用复合,两个或多个简单的闭包可以组合起来构成一个更复杂的闭包。
    21. Sometimes visibility drops to less than 1 kilometer, causing serious traffic jams, flight delays and highway closures.
      有时,能见度下降到1千米以下,引发了严重的交通阻塞,航班延误和公路关闭。
    22. Closures, and the related concept lambda expressions, are used throughout the LINQ query design.
      闭包,和lambda表达式相关的一个概念,贯穿整个LINQ查询的设计。
    23. By February, wholesale bank closures were being ordered across Michigan, New Jersey and New York.
      到2月为止,在密歇根、新泽西和纽约,一些批发银行被勒令关闭。
    24. The main impact of the financial crisis has not been factory closures but shrinking orders and manufacturing capacity.
      金融危机的主要冲击并不是工厂关门,而是订单和制造产能的缩水。
    25. The worsening trade situation has already led to a spate of factory closures and layoffs in China.
      贸易状况的恶化已经导致了一系列关闭工厂和裁员中。
    26. The recent factory closures and job losses are just a foretaste of the recession that is to come.
      最近的工厂关闭和失业现象正是将要来临的经济衰退的预兆。
    27. Here other techniques such as compiling an abstract syntax tree and resolving variables in closures are discussed.
      在这里,对其它技术(如:编译一个抽象语法树和解析闭包中的变量)也进行了讨论。
    28. A drop in global demand for Chinese goods has hit exporters hard, prompting layoffs and factory closures.
      全球对中国产品的需求减少严重损害了出口企业,导致很多人员下岗和工厂关闭。
    29. However, it uses closures and thread local storage to distinguish between shared and isolated variables.
      然而,它使用了闭包和线程本地存储来区分共享和隔离的变量。