|
immutable
|
|
不可变的
|
分类:
|
详细解释:
|
|
以下为句子列表:
英文: All literals correspond to immutable data types, and hence the object's identity is less important than its value.
中文: 所有字面值都属于不可变的数据类型,因此对象的标识比起它们的值来说显得次要一些。
更详细...
英文: An object of an immutable sequence type cannot change once it is created. (If the object contains references to other objects, these other objects may be mutable and may be changed; however, the collection of objects directly referenced by an immutable ob
中文: 一个不可变对象一旦建立其值不可能再改变(如果这个对象包括其它对象的引用,这个被引用的对象可以是可变对象并且其值可以变化;但为该不可变对象所直接引用的对象集合是不能变的.
更详细...
英文: Because of this, immutable messages frequently contain de-normalized information.
中文: 因此,不可变消息一般都包含非规格化信息。
更详细...
英文: But by retelling her rather extraordinary experience and drawing lessons from the confused reactions of her Chinese friends to their changing country, she shows a society that is both immutable and developing at warp speed.
中文: 但是通过讲述她的非凡经历,并且从她的中国朋友对自己的变革的国家的困惑反应中提炼出寓意来,她展示了一个既永恒不变、又在时刻更新的社会.
更详细...
英文: Caching data that is not immutable is risky because it can lead to anomalies.
中文: 缓存不是不可变的数据是危险的,因为这可能导致异常。
更详细...
|
|
|
|