ReadOnly
英音[ reɪˈdɒnli ] 美音[ ˌriːdˈoʊnli ]

只读的

常用释义

词性释义

adj.

只读的
例句
  • 全部
READONLY Section cannot be modified by the child process.
段不能被子进程修改。
Logic says one should be able to do things like mark the property ReadOnly and set its value in the constructor.
逻辑上来说,开发人员可以把该属性标志为ReadOnly并在构造函数中设置它的值。
Thedownloading program receives the new application program and loads it into a readonly memory external to the microcontroller.
装载程序接收新的应用程序并存储到单片机的外部ROM中。
When the ReadOnly property is true, the bound field will be displayed, but the user will not be able to edit the field.
当ReadOnly属性为true时,绑定的字段将会显示,但用户不能编辑该字段。
Gets or sets the label of the drive. It might be set only on drives that are not readonly.
获取或设置驱动器标签。它可能为驱动器设置,并且驱动器不能为只读。
The code also takes care of any readonly attributes set on the file to be deleted.
代码也考虑了要删除文件的只读属性。
ReadOnly属性指示是否可以编辑单元格显示的数据。
其他的修饰符,例如static和readonly是在UML属性的一般的属性区中是可用的。
ReadOnly only affects whether a cell is editable; it does not affect whether the user can delete rows.
ReadOnly仅影响单元格是否可编辑;它并不影响用户是否可以删除行。
只读的变量不要定义为const,使用readonly关键字。
Dim语句只能包含Friend、Private、Protected、Public、ReadOnly、Shadows、Shared或Static关键字。
The budgeting XForms form demonstrates the "readonly" property as a configurable property.
预算Xforms表单展示了“readonly”属性是可配置的。
控件尝试获得对文件并保持锁定用于编辑除非对ReadOnly参数传递True写访问。
如果并发策略是ReadOnly,则始终会在事务间缓存持久状态。
ReadOnly并发策略用于只读的实体bean。
它只适用于采用ReadOnly并发策略的bean。
Tell GDB that readonly sections in your object file really are read-only (i. e. that their contents will not change).
告诉GDB对象文件中的只读段确实是只读的(他们的内容将不会被改变)。
As a ReadOnly member, InstanceID can be set only in the constructor.
作为ReadOnly成员,InstanceID只能在构造函数中设置。
您可以使用ReadOnly属性将自定义计数器设置为可写模式。
The CRUD operations implemented in GenericDao are transactional by default (with readOnly set to true for read-only operations).
在GenericDao中的CRUD操作具备默认的事务性(对只读操作来说就是把readOnly设置为true)。
A tester reads the area of memory occupied by code and readonly data, building up a checksum result based on the data read.
检测码会读取装有代码和只读数据的内存区域,根据读得的数据计算其校验和。
Some of the attributes used in XUL tags are shared with HTML, such as id, class, value, accesskey, readonly, and selectedIndex.
XUL标签中用到的某些属性与HTML中是一样的,比如id、class、value、accesskey、readonly和selectedIndex。
通过为单个单元格设置ReadOnly,您可以重写此默认行为。
Just set readOnly=false to wherever @Transactional applies.
只需向所有应用@Transactional的地方设置readOnly=false即可。
Note that no lock is set on a session-store item if the EnableSessionState attribute is marked as ReadOnly.
请注意,如果EnableSessionState属性标记为ReadOnly,则不会对会话存储项设置锁定。
Other than the isolation level, a CMP bean never specifies the ReadOnly, TypeMap, and Catalog properties on a connection.
除了隔离级别,CMPBean从不在连接中指定ReadOnly、TypeMap和Catalog特性。
在默认情况下,所有模块都是只读的;设置readonly=no允许写操作。
Decide whether to mark the group as "Read only" and click Add to confirm and add the group.
决定是否把此组标为“Readonly”并单击Add以确认添加此组。
The important thing is that the keyword is short; if you use something long like "readonly" , developers will tend to avoid it.
重要的是关键字足够简短;如果使用“readonly”这样较长的关键字,开发人员可能拒绝使用。
每个属性均必须具有一个Set属性过程(除非该属性标记为ReadOnly)。