In this case, we open a pipe in write mode to lp.
在此情况下,我们以写方式打开到lp的管道。
Tries to enter the lock in write mode, with an optional time-out.
尝试进入写入模式锁定状态,可以选择超时时间。
Also, VGA's programming of write mode and some designing thoughts is introduced.
同时介绍了VGA的写模式的编程和主要的设计思想。
The example first opens a TIFF image in write mode and then places the image into that file.
该示例先以写方式打开一个TIFF图像,然后将该图像放到该文件中。
Figure 6 demonstrates how a write mode time queue for file access can improve data consistency
图6显示了文件访问的写模式时间队列如何改善数据一致性
As you see whenever we open the file in write mode the previous contents are getting truncated.
正如你所看到,每当我们写模式中打开以前的内容越来越截断文件。
Both a and B try to access the same VM instance through Elastic Fox concurrently (at the same time) in write mode.
a和b想要通过ElasticFox以写模式并发(同时)访问VM实例。
If the file already exists, opening it in write mode clears out the old data and starts fresh, so be careful!
如果文件已经存在了,这样用写入的模式来打开,会把旧的文件都清除掉,然后重新写入文件,所以一定要小心!
When the first user with write access releases the file, the top-most user from the queue is then given the write mode access.
当第一个以写模式访问的用户释放文件后,队列顶部的用户就能以写模式访问。
If two or more users access the file in write mode concurrently and modify the file, the last saved content is updated in the file.
如果两个或多个用户同时以写模式访问文件或修改文件,文件将更新为最后保存的内容。
The current thread has entered read mode, so trying to enter the lock in write mode would create the possibility of a deadlock.
目前执行绪已进入读取模式,因此尝试进入写入模式锁定可能会造成死结。
When user1 wants to access any file in write mode, the corresponding object will be locked so that other users can't access it until it is released by user1.
当user 1想要以写模式访问任一文件,相应的对象将被锁定,这样其他用户无法访问,直到它被user1释放。
In general, if any request is made by the user for accessing the file in write mode, each request is placed in the order by using the time at which the request is made.
一般来说,如果用户以写模式请求访问任何文件,请求都是按照其生成时间的顺序放置。
For example, if a thread enters a lock in upgradeable mode and then enters the lock in write mode, the order in which the thread exits the two modes does not matter.
例如,如果一个线程先进入可升级模式锁定状态,然后再进入写入模式锁定状态,则线程可以任何顺序退出这两种模式。
From the write access queue, user B is at the top of the queue since user B requests first to access the file in write mode compared with user C. user B is provided the write access.
在写访问队列中,用户B在队列顶部,这是因为b先于c以写模式请求访问文件。
In general, if two or more users access the file in write mode concurrently, the first user is granted write mode access to the file and the remaining users write mode access requests are queued.
一般来说,如果两个或多个用户以写模式并发访问文件,第一个用户保证能以写模式访问文件,其他用户的写模式访问请求将排队。
If a thread is in upgradeable mode, and there are no threads waiting to enter write mode, any number of other threads can enter read mode, even if there are threads waiting to enter upgradeable mode.
如果有一个线程处于可升级读模式,并且没有任何线程等待进入写模式,那么任意数量的线程可以进入读模式,即使有线程在等待进入可升级读模式。
While Religion-write mode shows the author's attention to the anxiety of life and the difficulty in spirit, it brings the negative influences on meaning and expression in his writing at the same time.
神性书写“模式在表现北村关注生命焦虑和精神困顿意识的同时,又带给了北村小说创作思想意义和表现形式的双重负面性。
In this mode, the Write operation is acknowledged after the data is stored on the local disk and mirrored to the peer node's memory.
在这种模式下,写操作是在数据存储到本地磁盘并镜像到对等节点内存后被确认的。
In blocking mode, a thread will block on a read or a write until the operation is completely finished.
在阻塞模式中,线程将在读或写时阻塞,一直到读或写操作彻底完成。
You can write HTML fragment code for each mode in the definition XML file directly.
您可以在定义XML文件上为每模种模式接编写HTML片段代码。
Code operating in this mode has read and write access to the global kernel address space and kernel data in the process region when executing within the context of a process.
当在某个进程的上下文中执行以此模式运行的代码时,它不仅对全局内核地址空间具有读写访问权限,还将对该进程中的内核数据也具有读写访问权限。
In fully synchronous mode, write operations must be safely on both nodes' storage before the write transaction is acknowledged to the writer.
在完全同步模式下,在写事务被认可之前两个节点存储中的写操作必须是安全的。
In asynchronous mode, the write transaction is acknowledged after the write data is stored on the local node's storage; the replication of the data to the peer node occurs in the background.
在异步模式下,写数据被存储到本地节点存储中之后,写事务被认可;对等节点中的数据的副本出现在后台中。
In Figure 7, we've added a field in addition to the time frame a user accesses the file to represent in which mode the file access is provided - whether the user is accessing for write or for read.
图7中,我们在时间框架中额外添加了一个用户访问文件来表示所提供的文件访问模式—用户以读模式还是以写模式访问。
The Connector.open method also accepts the access mode (values READ, WRITE, and READ_WRITE), and a flag to indicate that the caller wants a timeout notification.
open方法还可以接受访问模式(值为READ、WRITE和READ _ WRITE)以及一个用来表示调用者想要得到超时通知的标志。
If necessary, create the named directory and change its mode to grant the Web server user write access.
如果需要的话,创建命名的目标并更改其模式以允许用户对Web服务器进行写访问。
HADR log write synchronization mode.
HADR日志写入同步模式。
Whenever we need to use one of the variables, you pop back into PHP mode and issue an echo statement to write the variable's value directly into the Web page text.
当需要使用某个变量时,就退回php模式,并发出一条echo语句将该变量的值直接写入网页正文中。
Whenever we need to use one of the variables, you pop back into PHP mode and issue an echo statement to write the variable's value directly into the Web page text.
当需要使用某个变量时,就退回php模式,并发出一条echo语句将该变量的值直接写入网页正文中。
应用推荐