词语吧>英语词典>mutable翻译和用法

mutable

英 [ˈmjuːtəbl]

美 [ˈmjuːtəbl]

adj.  可变的; 会变的

BNC.42039 / COCA.28523

牛津词典

    adj.

    • 可变的;会变的
      that can change; likely to change

      英英释义

      adj

      • capable of or tending to change in form or quality or nature
        1. a mutable substance
        2. the mutable ways of fortune
        3. mutable weather patterns
        4. a mutable foreign policy
        Synonym:changeable

      双语例句

      • Mutable state and locks are problematic for many reasons.
        出于多种原因,可变状态和锁容易出问题。
      • Because a list is mutable, it can't be used as the key in a dictionary.
        因为list是易变的,所以它不能作为dictionary中的键。
      • If the programmer wants a mutable value, he should say so explicitly.
        如果程序员需要一个可变的值,可以显式地指定。
      • Having this method available can be helpful in the application in general because now the singleton becomes easily mutable.
        总之,在应用程序中增加这个方法是很有用的,因为我们现在可以轻松地修改单一实例。
      • Partially mutable types in VB are created by marking some, but not all, fields as Key.
        若是匿名类型中的某些(但不是全部)字段被标记为Key,那么我们就创建了一个部分可变的匿名类型。
      • It is also possible to create tuples which contain mutable objects, such as lists.
        也可以通过包含可变对象来创建元组,例如链表。
      • One approach to this issue is to minimize mutable state in the database.
        此问题的一种解决方法是要最大限度地减少数据库中的可变状态。
      • VB allows both mutable and immutable anonymous types, with subtly different rules for each.
        而VB却同时支持可变和不可变的匿名类型,对于这两种匿名类型,实现和使用的规则也略有不同。
      • After all, XSLT is missing some features that are important to a lot of algorithms, including loops and mutable variables.
        毕竟XSLT缺少对很多算法来说极其重要的特性,其中包括循环和可变的变量。
      • Pass-by-copy semantics for mutable serializable objects when running in a single address space.
        在单一地址空间中运行时,易变的可序列化对象的Pass-by-copy语义。