mutable
英音[ ˈmjuːtəb(ə)l ] 美音[ ˈmjuːtəb(ə)l ]

可变的

常用释义

词性释义

adj.

可变的,易变的;反复无常的,用情不专的
例句
  • 全部
  • 可变的
  • 易变的
The last but not the least, the existence of various thoughts, behaviors and values is the tone of a mutable society.
多样化的思维、行为模式与价值观,这便是多元社会的色彩交织。
原因很简单:因为transient是可变的,在不同的线程中使用它将会非常危险的,所以需要同步。
A list can be changed after it is constructed (we say that it is mutable), whereas a tuple cannot be changed (immutable).
一个列表创建之后可以被改变(我们说它是不定的),然而一个元组不能被改变(固定的)。
您所调用的方法不应依赖于任何对象的易变状态,而应返回可再生产、可预测的结果。
依后见之明,使Point成为可变的这个决定被证明对于程序清晰性和性能是昂贵的代价。
因此这种语言没有循环,也没有可变的变量。
Surprising as it may sound, typedef is a storage class specifier, just like auto, extern, mutable, static and register.
这种说法是不是有点令人惊讶,typedef就像auto,extern,mutable,static,和register一样,是一个存储类关键字。
在FP里,函数没有副作用,变量都是不易变的。而在OOP中,可变状态和副作用都十分常见,甚至是被鼓励的。
双子星座:双子星座的空气元素带来通信、智力和速度,研究技巧:您可变的刺激带来伸缩性。
My penance, constant in degree, is mutable in kind: one of its variants is tranquillity.
我的赎罪,程度不变,但种类一直在变:其中一种便是平静。
Agents在变量持有者与可变状态本身之间提供一层间接关系。
For mutable objects, the answer is not always so clear.
对于可修改对象来说,答案并不总是如此清楚。
采用物理层技术设计的系统通常依赖于驻留在架构不同层次上的可变对象。
风向星座的特质让双子座具有出色的沟通能力、智慧和速度。同时,你的多变让你更善于适应。
不要将可变类型的实例指定给只读字段。
此外,应最大限度地减少应用程序中的可变状态,并考虑使用NoSQL数据存储,以提高应用程序的可伸缩性。
If the member is security- sensitive , make a private copy of the mutable object and use the copy for validation and processing .
如果成员是安全敏感的,则制作可变对象的私有副本并使用该副本进行验证和处理。
But considering the original Person also had no synchronization code around those mutable setters, the Scala version is safer to use.
但是,由于原始的Person没有与这些可变setter相关的同步代码,所以Scala版本使用起来更安全。
字段,而它所引用的对象仍可能是可变的。
虽然可变容器非常灵活,但它们的动态特性会对性能造成影响。
Having this method available can be helpful in the application in general because now the singleton becomes easily mutable.
总之,在应用程序中增加这个方法是很有用的,因为我们现在可以轻松地修改单一实例。
It can move in either direction through the sequence, and can be either mutable (data pointed to by it can be changed) or not mutable.
它可以从两个方向遍历序列,可以是可写的(所指数据可以改变)或不可写的。
提出金属材料的遗传-进化定理,金属材料的遗传进化-遗传变异原理。
You can use the changeset command to view the attributes of a changeset and modify its mutable properties.
您可以使用changeset命令查看变更集的属性并修改其可变属性。
The only way to share mutable state is via the Unsafe class which exists only as an escape hatch.
要共享可变状态只能通过Unsafeclass,这个类只是一个安全舱口。
扩展模块array提供了另一个可变有序类型的例子。
然而,如果赋予了命名参数可变的缺省值,那么参数就可以,用作以前调用的持久存储器。
We could have defined those attributes as vars (mutable variables), then setters would have also been generated for us.
也可以将那些属性定义为vars(可变变量),然后也会生成setter方法。
You're not content with the status quo. Things can always be better expressed, more elegant and simple, more mutable, higher quality, etc.
让你不满足于现状,认为事情总会更便捷、更优雅、更简单、更易变、更高质量;
Fortunately JavaScript developers have to care less about side effects of global mutable state.
值得庆幸的是,JavaScript开发者不必过多关心全局状态变化带来的负面影响。
1·This all can be done with no mutable state in the client code.
所有这些都可以在客户端代码中没有可变状态的情况下完成。
2·And this all can be done with no mutable state in the client code.
在客户代码中,这些都可以在不使用可变状态的情况下就能做到。
3·When mutable state goes away, almost all concurrency problems go away with it.
可变状态消失时,差不多所有的并发性问题也随之消失。
4·If you are creating a mutable class m, you should be prepared to write a lot more documentation about the treatment of references to m than if m were immutable.
如果您要创建一个可变类m,那么您应该准备编写比m是不可变的情况下多得多的文档说明,以说明怎样处理m的引用。
5·Out of this, we'll see if we can assemble a more dynamic and mutable requirements gathering procedure.
除此之外,我们还会看看是否能够组织起一个更动态更可变的需求收集过程。
1·More often than not, they involve mutable object state.
而它们时常也会涉及易变的对象状态。
2·Methods you call shouldn't depend on the mutable state of any object and should return fully reproducible and predictable results.
您所调用的方法不应依赖于任何对象的易变状态,而应返回可再生产、可预测的结果。
3·There's a loophole when synchronizing on a mutable field, however, which can break down mutual exclusion.
然而,易变域的同步中会有一个漏洞,它可能破坏互斥。
4·The dictionary is a heterogeneous, mutable container that relies on a key-to-data value mapping, rather than a particular numerical order to access items from the container.
dictionary 是一种异构的、易变的容器,依赖键到数据值的映射(而不是特定的数字次序)来访问容器中的元素。
5·The dictionary container in Python is also a mutable data type, which means you can change it after it has been created.
Python 中的 dictionary 容器也是易变的数据类型,这意味着在创建它之后可以修改它。
常用短语
adj.
同义词
adj.
易变的,不定的;性情不定的
同根词 (词根mutable)
mutability n 易变性;性情不定;突变性