首页 / 词典 / good

readonly

  • 网络只读的;只读字段;只读属性;设置为只读
readonlyreadonly
  1. A static readonly field cannot be assigned to ( except in a static constructor or a variable initializer )

    无法对静态只读字段赋值(静态构造函数或变量初始值设定项中除外)

  2. Can 't bind property ' { 0 } ' since it is ReadOnly .

    不能绑定属性{0},因为它是只读的。

  3. Readonly section cannot be modified by the child process .

    段不能被子进程修改。

  4. ' { 0 } ' property is readonly and cannot be set

    {0}属性是只读的,不能进行设置

  5. Do nothing because the readOnly flag is set to true

    什么也不做,因为readOnly标志被设置为true

  6. Cannot update Performance Counter , this object has been initialized as ReadOnly .

    无法更新性能计数器,此对象已初始化为只读。

  7. The database has been put into ' readonly ' mode and therefore permissions cannot be changed .

    该数据库已置为只读模式,因此无法更改权限。

  8. ReadOnly concurrency strategy is used for read-only entity beans .

    ReadOnly并发策略用于只读的实体bean。

  9. Cannot Modify / Delete Readonly / Protected device .

    无法修改/删除只读或受保护的设备。

  10. Just set readOnly = false to wherever @ Transactional applies .

    只需向所有应用@Transactional的地方设置readOnly=false即可。

  11. Save failed because it 's a readonly file !

    这是一个只读文件,您不能保存!

  12. It only applies to those beans with a ReadOnly concurrency strategy .

    它只适用于采用ReadOnly并发策略的bean。

  13. Logic says one should be able to do things like mark the property ReadOnly and set its value in the constructor .

    逻辑上来说,开发人员可以把该属性标志为ReadOnly并在构造函数中设置它的值。

  14. Can not change the name of the default file group , drop the default file group , or set it to readonly .

    不能更改默认文件组的名称、除去默认文件组或将它设置为readonly。

  15. Other modifiers , such as static and readonly are available in the general properties section of a UML property .

    其他的修饰符,例如static和readonly是在UML属性的一般的属性区中是可用的。

  16. With respect to an ( integrated circuit ) readonly memory ; to write ( permanent ) bit patterns to it .

    对某个(集成电路)只读存储器而言,(永久性地)写入位模式。

  17. Electrically alterable avalanche injection type readonly memory

    电改写雪崩注入型只读存储器

  18. Cannot add , remove , or modify file ' % . ls ' because it is readonly .

    无法添加、删除或修改文件''%1!'',因为该文件只读。

  19. Spring Web Flow handles this in a simple but elegant way : it ignores the readOnly attribute value on the second method .

    SpringWebFlow用一种简单而聪明的方式处理了这个问题:它忽略了第二个方法上的readOnly属性值。

  20. The important thing is that the keyword is short ; if you use something long like " readonly ", developers will tend to avoid it .

    重要的是关键字足够简短;如果使用“readonly”这样较长的关键字,开发人员可能拒绝使用。

  21. Tell GDB that readonly sections in your object file really are read-only ( i.e.that their contents will not change ) .

    告诉GDB对象文件中的只读段确实是只读的(他们的内容将不会被改变)。

  22. When the readonly property is set to false , the field will be editable when the user clicks the edit command button .

    如果readonly属性设置为false,则在用户单击“编辑”命令按钮时,该字段将变为可编辑的。

  23. For example , to capture a read only scenario , use @ ReadOnly as the annotation name and not @ TakeReadLock .

    举例来说,为了捕获一个只读场景,用@ReadOnly作为注解名,而不要用@TakeReadLock。

  24. The CRUD operations implemented in GenericDao are transactional by default ( with readOnly set to true for read-only operations ) .

    在GenericDao中的CRUD操作具备默认的事务性(对只读操作来说就是把readOnly设置为true)。

  25. Therefore , if the entity uses the ReadOnly or Database concurrency strategy , the cache-between-tansactions elements is actually ignored by the EJB container for those beans .

    因此,如果实体使用ReadOnly或Database并发策略,则对于那些bean,EJB容器实际上会忽略cache-between-tansactions元素。

  26. 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类的名字。

  27. ReadOnly : Setting up a read / write transaction by specifying @ Transactional ( readOnly = false ) will make the FlushMode of the persistence context AUTO .

    readOnly:通过指定@Transactional(readOnly=false)建立读/写事务,这样会使持久化上下文的FlushMode变为AUTO。