mutable
美 [ˈmjutəb(ə)l]
英 [ˈmjuːtəb(ə)l] 
- adj.可变的;会变的
- 网络易变的;性情不定的;变动
反义词
同义词
英汉双解
1. | 可变的;会变的that can change; likely to change |
英汉解释
adj. | 1. 可变的;易变的,不定的,无常的;没准性的,三心二意的 |
英英解释
例句
The last but not the least, the existence of various thoughts, behaviors and values is the tone of a mutable society.
多样化的思维、行为模式与价值观,这便是多元社会的色彩交织。
The reason is simple: since the transient is mutable, using it from different threads would be dangerous and require synchronization.
原因很简单:因为transient是可变的,在不同的线程中使用它将会非常危险的,所以需要同步。
A list can be changed after it is constructed (we say that it is mutable), whereas a tuple cannot be changed (immutable).
一个列表创建之后可以被改变(我们说它是不定的),然而一个元组不能被改变(固定的)。
Methods you call shouldn't depend on the mutable state of any object and should return fully reproducible and predictable results.
您所调用的方法不应依赖于任何对象的易变状态,而应返回可再生产、可预测的结果。
In hindsight, the decision to make Point mutable turned out to be costly to program clarity and performance.
依后见之明,使Point成为可变的这个决定被证明对于程序清晰性和性能是昂贵的代价。
Thus it has no loops and no mutable variables .
因此这种语言没有循环,也没有可变的变量。
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一样,是一个存储类关键字。
In FP, functions have no side effects and variables are immutable, while in OOP, mutable state and side effects are common, even encouraged.
在FP里,函数没有副作用,变量都是不易变的。而在OOP中,可变状态和副作用都十分常见,甚至是被鼓励的。
Gemini: The Air element of Gemini brings communication, intellect and speed, Study tips: Your mutable motivation brings adaptability.
双子星座:双子星座的空气元素带来通信、智力和速度,研究技巧:您可变的刺激带来伸缩性。
My penance, constant in degree, is mutable in kind: one of its variants is tranquillity.
我的赎罪,程度不变,但种类一直在变:其中一种便是平静。
Agents provide a layer of indirection between the holder of a variable and the mutable state itself.
Agents在变量持有者与可变状态本身之间提供一层间接关系。
For mutable objects, the answer is not always so clear.
对于可修改对象来说,答案并不总是如此清楚。
Systems designed with physical level technologies usually rely on mutable objects residing at various levels of an architecture.
采用物理层技术设计的系统通常依赖于驻留在架构不同层次上的可变对象。
The Air element of Gemini brings communication, intellect and speed. Your mutable motivation brings adaptability.
风向星座的特质让双子座具有出色的沟通能力、智慧和速度。同时,你的多变让你更善于适应。
Do not assign instances of mutable types to read- only fields .
不要将可变类型的实例指定给只读字段。
Also, minimize mutable state in your applications and consider NoSQL data stores to improve the scalability of your applications.
此外,应最大限度地减少应用程序中的可变状态,并考虑使用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版本使用起来更安全。
Field, the object to which it refers may still be mutable.
字段,而它所引用的对象仍可能是可变的。
While mutable containers are very flexible, their dynamic nature can result in a performance hit.
虽然可变容器非常灵活,但它们的动态特性会对性能造成影响。
Extremely mutable sites are called "hot spots" .
极端可突变的位置称为“热点”。
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.
它可以从两个方向遍历序列,可以是可写的(所指数据可以改变)或不可写的。
puts forward the genetic-evolutionary theorem of metal materials, genetic evolutionary-genetic mutable principle of metal materials.
提出金属材料的遗传-进化定理,金属材料的遗传进化-遗传变异原理。
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,这个类只是一个安全舱口。
The extension module array provides an additional example of a mutable sequence type.
扩展模块array提供了另一个可变有序类型的例子。
However, if named parameters are given mutable default values, the parameters can act as persistent memories of previous invocations.
然而,如果赋予了命名参数可变的缺省值,那么参数就可以,用作以前调用的持久存储器。
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开发者不必过多关心全局状态变化带来的负面影响。
When more than one thread accesses a mutable variable, all threads must use synchronization, or else some very bad things can happen.
在不只一个线程访问一个互斥的变量时,所有线程都必须使用同步,否则就可能会发生一些非常糟糕的事情。
Functional programming avoids state and mutable data, and instead emphasizes the application of functions.
函数编程可以避免使用状态和可变数据,并改为强调函数的应用。
The discovery that relativism is true can help each of us individually by revealing that our values are mutable and parochial.
通过揭示价值观的易变性和局限性,我们发现相对主义是正确的,这一发现的确可以帮助到我们每一个人。
When used as constructor parameters, the mutable or immutable variables specified will be initialized when an object is instantiated.
当作为构造函数参数时,这些可变或者不可变的变量会在一个对象被实例化的时候被初始化。
Meanwhile, we proposed some relevant theorems or regulations to solve the security problems of mutable attribute range.
同时提出相应的一些定理或规则,从而初步解决可变属性的值域安全问题。
Do be aware that mutable arguments passed may have changed after they were validated .
应注意传递的可变参数在经过验证后可能已发生了更改。
My own past is mutable , rewritten however I wish it.
只要我愿意,连我自己的过去也是可以改变的。
So it is difficult to write concurrent systems built on mutable state and locks that continue to be reliable as a system grows.
因此编写构建于可变状态和锁之上、且该状态和锁随系统增长仍然可靠的并发系统很难。
Is a heterogeneous mutable container, which means it can hold different types of objects and can be modified after it has been created.
是异构可变容器,这意味着它可以存放不同类型的对象且创建后可以修改。
There's a loophole when synchronizing on a mutable field, however, which can break down mutual exclusion.
然而,易变域的同步中会有一个漏洞,它可能破坏互斥。