您要查找的是不是:
- concurrent access permission 允许并行存取
- Checks to see if the user has access permission. 将检查用户是否有访问权限。
- In the Access Permission box, select Allow for each user you added. 在“访问权限”中,为您添加的每个用户选择“允许”。
- The Limited Access permission level cannot be customized or deleted. 无法自定义或删除“受限访问”权限级别。
- It is often useful to allow a limited number of threads concurrent access to a resource. 允许有限数目的线程并发访问某个资源通常十分有用。
- During the time that it is held, the Sch-M lock prevents concurrent access to the table. 保持该锁期间,Sch-M锁将阻止对表进行并发访问。
- Applications characterized by real time highly concurrent access, with short duration transactions. 以实时高并发访问为特征且具有持续时间较短的事务的应用程序。
- Your applications must be prepared to support multiple concurrent access by users with differing locale requirements. 应用程式必须做好准备,支援具有不同地区需求的用户的多个并发存取。
- The CD-ROM network provides concurrent access to the CD-ROM databases in the City Hall Reference Library from the Kowloon Central Library, Arts Library and all district libraries. 唯读光碟网络让九龙中央图书馆、艺术图书馆和所有分区图书馆可同时接通设于大会堂参考图书馆的唯读光碟数据库。
- Locking is a mechanism that prevents concurrent access to a particular item of data. 锁是用来防止并发访问同一数据的机制。
- "Revoke Remote Access permissions of all %1 users? "撤消所有 %251 个用户的远程访问权限?
- The servlet specification does not suggest any mechanism for coordinating concurrent access to shared attributes. servlet的详细说明没有建议任何并发获取共享属性的机制。
- Grant Remote Access permissions to all %1 users? 是否授予全部的%251个用户远程访问权限?
- Revoke Remote Access permissions of all %1 users? 撤消所有%251个用户的远程访问权限?
- Check your access permissions on this resource. 检查您对该资源的访问权限。
- If you deal with concurrent access of functions, either by threads or processes, you can face problems caused by non-reentrancy of the functions. 如果要对函数进行并发访问,不管是通过线程还是通过进程,您都可能会遇到函数不可重入所导致的问题。
- Given a scenario, write code that makes appropriate use of object locking to protect static or instance variables from concurrent access problems. 在给定的条件下;写出正确使用对象锁保护静态或实例变量不会产生并发访问问题的代码.
- The CD-ROM network provides concurrent access to the CD-ROM databases in the City Hall Reference Library from the Kowloon Central Library,Arts Library and all district libraries. 唯读光碟网络让九龙中央图书馆、艺术图书馆和所有分区图书馆可同时接通设于大会堂参考图书馆的唯读光碟数据库。
- In particular, nearly every modern processor has instructions for updating shared variables in a way that can either detect or prevent concurrent access from other processors. 特别是,几乎每个现代处理器都有通过可以检测或阻止其他处理器的并发访问的方式来更新共享变量的指令。
- In the early days of programming, non-reentrancy was not a threat to programmers; functions did not have concurrent access and there were no interrupts. 在早期的编程中,不可重入性对程序员并不构成威胁;函数不会有并发访问,也没有中断。