网站首页  词典首页

请输入您要查询的英文单词:

 

单词 readonly
释义

read-only

美 [re?'d?nl?]
英 [re?'d?nl?]
  • n.只读
  • 网络只读属性;是否只读;是否为只读
n.
1.
只读

例句

释义:
1.
READONLY Section cannot be modified by the child process.
段不能被子进程修改。
blog.csdn.net
2.
Logic says one should be able to do things like mark the property ReadOnly and set its value in the constructor.
逻辑上来说,开发人员可以把该属性标志为ReadOnly并在构造函数中设置它的值。
www.infoq.com
3.
Thedownloading program receives the new application program and loads it into a readonly memory external to the microcontroller.
装载程序接收新的应用程序并存储到单片机的外部ROM中。
www.doc88.com
4.
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时,绑定的字段将会显示,但用户不能编辑该字段。
msdn2.microsoft.com
5.
Gets or sets the label of the drive. It might be set only on drives that are not readonly.
获取或设置驱动器标签。它可能为驱动器设置,并且驱动器不能为只读。
dictsearch.appspot.com
6.
The code also takes care of any readonly attributes set on the file to be deleted.
代码也考虑了要删除文件的只读属性。
cosoft.net.cn
7.
The ReadOnly property indicates whether the data displayed by the cell can be edited.
ReadOnly属性指示是否可以编辑单元格显示的数据。
msdn2.microsoft.com
8.
Other modifiers, such as static and readonly are available in the general properties section of a UML property.
其他的修饰符,例如static和readonly是在UML属性的一般的属性区中是可用的。
www.ibm.com
9.
ReadOnly only affects whether a cell is editable; it does not affect whether the user can delete rows.
ReadOnly仅影响单元格是否可编辑;它并不影响用户是否可以删除行。
msdn2.microsoft.com
10.
Avoid using const on read-only variables. For that, use the readonly directive.
只读的变量不要定义为const,使用readonly关键字。
www.cnblogs.com
1.
A Dim statement can include only the Friend, Private, Protected, Public, ReadOnly, Shadows, Shared, or Static keywords.
Dim语句只能包含Friend、Private、Protected、Public、ReadOnly、Shadows、Shared或Static关键字。
msdn2.microsoft.com
2.
The budgeting XForms form demonstrates the "readonly" property as a configurable property.
预算Xforms表单展示了“readonly”属性是可配置的。
www.ibm.com
3.
The control attempts to gain write access to the file and keep it locked for editing unless you pass True for the ReadOnly parameter.
控件尝试获得对文件并保持锁定用于编辑除非对ReadOnly参数传递True写访问。
support.microsoft.com
4.
If the concurrency strategy is ReadOnly, then the persistent state will always be cached between transactions.
如果并发策略是ReadOnly,则始终会在事务间缓存持久状态。
www.ibm.com
5.
ReadOnly concurrency strategy is used for read-only entity beans.
ReadOnly并发策略用于只读的实体bean。
www.ibm.com
6.
It only applies to those beans with a ReadOnly concurrency strategy.
它只适用于采用ReadOnly并发策略的bean。
www.ibm.com
7.
Tell GDB that readonly sections in your object file really are read-only (i. e. that their contents will not change).
告诉GDB对象文件中的只读段确实是只读的(他们的内容将不会被改变)。
codex.wordpress.org.cn
8.
As a ReadOnly member, InstanceID can be set only in the constructor.
作为ReadOnly成员,InstanceID只能在构造函数中设置。
msdn2.microsoft.com
9.
You can use the ReadOnly property to set a custom counter to writable mode.
您可以使用ReadOnly属性将自定义计数器设置为可写模式。
msdn2.microsoft.com
10.
The CRUD operations implemented in GenericDao are transactional by default (with readOnly set to true for read-only operations).
在GenericDao中的CRUD操作具备默认的事务性(对只读操作来说就是把readOnly设置为true)。
www.infoq.com
1.
A tester reads the area of memory occupied by code and readonly data, building up a checksum result based on the data read.
检测码会读取装有代码和只读数据的内存区域,根据读得的数据计算其校验和。
bbs.pediy.com
2.
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。
www.ibm.com
3.
You can override this default behavior by setting ReadOnly for individual cells.
通过为单个单元格设置ReadOnly,您可以重写此默认行为。
msdn2.microsoft.com
4.
Just set readOnly=false to wherever @Transactional applies.
只需向所有应用@Transactional的地方设置readOnly=false即可。
www.ibm.com
5.
Note that no lock is set on a session-store item if the EnableSessionState attribute is marked as ReadOnly.
请注意,如果EnableSessionState属性标记为ReadOnly,则不会对会话存储项设置锁定。
msdn2.microsoft.com
6.
Other than the isolation level, a CMP bean never specifies the ReadOnly, TypeMap, and Catalog properties on a connection.
除了隔离级别,CMPBean从不在连接中指定ReadOnly、TypeMap和Catalog特性。
www.ibm.com
7.
By default, all modules are read only; set read only = no to allow Write operations.
在默认情况下,所有模块都是只读的;设置readonly=no允许写操作。
www.ibm.com
8.
Decide whether to mark the group as "Read only" and click Add to confirm and add the group.
决定是否把此组标为“Readonly”并单击Add以确认添加此组。
www.ibm.com
9.
The important thing is that the keyword is short; if you use something long like "readonly" , developers will tend to avoid it.
重要的是关键字足够简短;如果使用“readonly”这样较长的关键字,开发人员可能拒绝使用。
www.infoq.com
10.
Every property must have a Set property procedure unless the property is marked ReadOnly.
每个属性均必须具有一个Set属性过程(除非该属性标记为ReadOnly)。
msdn2.microsoft.com
1.
Click the Displaying data (read only) radio button.
点击Displayingdata(readonly)单选按钮。
www.ibm.com
2.
For example, in most cases onclick represents a JavaScript event, readonly is a Boolean, and styleClass specifies the name of a CSS class.
例如,在大多数情况下,onclick代表一次JavaScript事件,readonly是一种Boolean值,而styleClass指定了CSS类的名字。
www.ibm.com
3.
The following example creates a DataColumn and sets its ReadOnly property true.
下面的示例创建DataColumn并将其ReadOnly属性设置为true。
msdn2.microsoft.com
4.
However, it is easier to simply mark an attribute as Read Only in order to generate a const attribute.
但是,生成一个常量属性的更简单的方法是将属性标明为ReadOnly。
www.ibm.com
5.
In addition, in order to create and modify Phar files, the php. ini setting phar. readonly must be set to 0.
此外,要创建和修改Phar文件,php.ini设置phar.readonly必须被设置为0。
www.ibm.com
6.
Visual Basic 2005 requires the ReadOnly keyword to explicitly declare this behavior.
VisualBasic2005要求ReadOnly关键字显式声明此行为。
msdn2.microsoft.com
7.
Recovering from the loss of a datafile that belongs to a readonly tablespace
从属于只读表空间的数据文件的丢失中恢复。
www.ibm.com
8.
Do nothing because the readOnly flag is set to true
什么也不做,因为readOnly标志被设置为true
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/9 9:49:54