Download for Windows Premium
Publiciteit
mutable object

Vertaling van "mutable object" in Japans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
変更可能なオブジェクト
可変オブジェクト
Default values are calculated, once, when the function is defined; thus, a mutable object such as a list or dictionary used as default value will be shared by all calls that don't specify an argument value for the corresponding slot; this should usually be avoided.
(デフォルト値は、関数が定義されたときに一度だけ計算されます; 従って、リストや辞書のような変更可能なオブジェクトがデフォルト値として使われると、対応するスロットに引数を指定しない限り、このオブジェクトが全ての呼び出しから共有されます; このような状況は通常避けるべきです。
Objects whose value can change are said to be mutable; objects whose value is unchangeable once they are created are called immutable.(The value of an immutable container object that contains a reference to a mutable object can change when the latter's value is changed;however the container is still considered immutable, because the collection of objects it contains cannot be changed.
値を変えることができるオブジェクトは 変更可能 (mutable) であるといいます; 値を一度設定すると、その後は変えることができないオブジェクトは変更不能 (immutable) であると呼びます。 (変更不能なコンテナオブジェクトが変更可能なオブジェクトへの参照を含んでいる場合、その値は後者のオブジェクトの変更によって変わる場合があります; その場合でも、コンテナの含んでいるオブジェクトの集まりは変わらないため、コンテナは変更不能と考えます。
So, if an immutable container (like a tuple) contains a reference to a mutable object, its value changes if that mutable object is changed.
したがって、 (タプルのように) 変更不能なオブジェクトが変更可能なオブジェクトへの参照を含む場合、その値が変化するのは変更可能なオブジェクトが変更された時、ということになります。
When a target is part of a mutable object (an attribute reference, subscription or slicing), the mutable object must ultimately perform the assignment and decide about its validity, and may raise an exception if the assignment is unacceptable.
ターゲットが変更可能なオブジェクト (属性参照、添字表記、またはスライス)の一部である場合、この変更可能なオブジェクトは最終的に代入を実行して、その代入が有効な操作であるか判断しなければなりません。 代入が不可能な場合には例外を発行することもできます。
A mutable object is an object whose state can be modified after it is created.
) ミュータブルオブジェクトは、オブジェクトを作成した後に状態を変更できるオブジェクトです。
This is especially important to understand when a default parameter is a mutable object, such as a list or a dictionary: if the function modifies the object(e.g. by appending an item to a list), the default value is in effect modified.
デフォルトパラメタ値がリストや辞書のような変更可能なオブジェクトである場合、この使用を理解しておくことは特に重要です: 関数でこのオブジェクトを (例えばリストに要素を追加して) 変更する と、実際のデフォルト値が変更されてしまいます。
This problem isn't even unique to React - you can reproduce it in any UI library that puts data into a mutable object like this.
この問題はReactに特有の問題ではありません。 - this のようなミュータブルなオブジェクトにデータを置くあらゆるUIライブラリでも再現できる問題です。
SV.EXPOSE.STORE | Rogue Wave - Documentation This error is detected when a public method stores a reference to a mutable object. Vulnerability and riskMalicious applet can modify internal state of object by modifying result that returned.
SV.EXPOSE.STORE | Rogue Wave - Documentation 脆弱性とリスク 悪意のあるアプレットは、返された結果を変更することにより、オブジェクトの内部状態を変更できます。
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor mutable object in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
nail: metal fastener with a pointed end and flat head
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 8. Exact: 8. Verstreken tijd: 18 ms.