Examples of using Writable in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Prior to ECMAScript 5, all properties in objects created by your code are writable, enumerable, and configurable.
By default LXD will make an attached storage volume writable by the container it is attached to.
Writable- true if and only if the value associated with the property may be changed by an assignment operator.
Requests without a security policy are considered anonymous and will succeed only on a publicly writable bucket.
The key and the value classes should be in serialized manner by the framework and hence, need to implement the Writable interface.
The key and the value classes should be in serialized manner by the framework and hence, need to implement the Writable interface.
Whether the value of the property can be changed or not is decided by the writable characteristic.
As we discussed earlier, even if the configurable is false, the writable can be changed from true to false but not vice versa.
The four attributes of a data property are value, writable, enumerable, and configurable.
All writable domain controllers in a domain participate in replication and contain a complete copy of all directory information for their domain.
For file transfer, a writable optical disk(CD or DVD) is safer than a USB stick.
Some manufacturers chose to make microprogramming available by letting select customers add custom features they called"writable control store"(WCS).
NET configuration settings are stored in XML-based files, which are human readable and writable.
A data descriptor is a property that has a value, which may or may not be writable.
When you as a developer have checked out a local directory tree, all the files are writable.
Seal(…) on it, but it also marks all"data accessor" properties as writable: false, so that their values cannot be changed.
Otherwise, the property can't be deleted or changed to an accessor property, and attributes other than[[Value]] and[[Writable]] can't be changed.
Specifically, when usage is distinguished, a future is a read-only placeholder view of a variable, while a promise is a writable, single assignment container which sets the value of the future.
For example, if you say etex paper and the current directory is not writable, if TEXMFOUTPUT has the value/tmp, e-TeX attempts to create/tmp/paper.
By combining writable: false and configurable: false, you can essentially create a constant(cannot be changed, redefined or deleted) as an object property, like.