添加清单10中的代码将数据读回并更改呈现的信息。
Add the code shown below in Listing 10 to read the data back in and change the presented information.
框架同步信号检测,存储,并插以确保稳定的数据读回。
The frame synchronizing signal is detected, stored, and interpolated to insure stable data read back.
最常见的错误是做出这样的假设:因为程序将该数据写出,该程序就能不用验证再一次将该数据读回去。
The most common mistake is to assume that because an instance of your program wrote the data out, it can read that data back in again without verifying it.
如果你的数据读很多或者很少有并发缓存访问和更新,那么可以使用“nonstrict - read - write”策略。
Use the "nonstrict-read-write" strategy if your data is read-mostly or concurrent cache access and update is rare.
Informix:如果数据格式指定为Informix,从(到)文件的数据读(或写)将采用只能通过Informix解码的二进制格式。
Informix: if the data format is specified as Informix, the data read (or written) from (or to) the file is in the binary format that can be decoded only by Informix.
当从套接字读取数据时,如果EWOULDBLOCK返回。有可能,只有部分数据读取?或者是当ewouldblock返回的数据读是0吗?
When reading from socket, if EWOULDBLOCK is returned... is it possible that only partial data is read? Or is it that when EWOULDBLOCK is returned data read is 0?
对数据进行加密之后,清单6中的代码读回加密后的事件文本。
After encrypting the data, the code in Listing 6, below, reads the encrypted event text back in.
与前面其他优化一样,这个优化在磁盘上收集相关的数据,以实现相邻读优化。
Like the previous optimizations, this optimization collects related data on the disk to optimize for sequential Read optimization.
在大多数情况下,由于写访问非常复杂,因此数据联合模式主要用于进行读访问。
In most cases, the data federation pattern is used for read access because of the complexity of write access.
注意其中的差别,方法,也就是指令序列,其实是需要读的,被当做数据来对待。
Notice the difference. The recipe, the sequence of instructions, is actually getting read in, and it's treated just like data.
对于关系数据是如此,对于XML的读和写访问更是如此。
This is true for relational data, and even more so for XML read and write access.
由于只需复制被更改的数据,所以读事务不受HADR实现的影响。
Only data changes are required to be replicated, so read transaction are unaffected by the implementation of HADR.
因此,请求存储在内存中的数据的读事件不会访问硬盘。
Therefore, read events that request data already stored in memory don't generate a trip to the hard disk.
DB 2直接从磁盘读(写)lob数据。
该方法要求确保数据在被读或是被更新时没有改变。
This method requires a way to ensure that the data has not been altered between the time it was read it and when it was updated.
脏读:A 1检索a 2未提交的数据。
在读事务中,没有变更需要提交,但是事务会防止对正在被读取的数据的修改,直到所有的读操作全部结束。
In a read transaction, there are no changes to commit, but the transaction prevents the data being read from changing until all of the reads are complete.
信道数是等待被读取的数据量(对于读信道而言)或仍能被写入的数据量(对于写信道而言)。
The channel count is the amount of data waiting to be read (for read channels), or the amount of data which can still be written (for write channels).
将分割镜像初始化为快照时,将执行崩溃恢复,回滚所有未提交的事务,并使数据库可以被所有读或写操作访问。
The initialization of the split mirror as snapshot performs a crash recovery, rolls back all uncommitted transactions, and makes the database available for any read or write operation.
但是,假若我们想全部利用IOCP服务器的潜力,我们应该有很多的异步读操作等待数据的到达。
But if we want to use the IOCP server's full potential, we should have several pending asynchronous reads waiting for data to arrive.
注册风格:这种风格为只需要读主数据而不需要修改的下游系统提供主数据的只读视图。
Registry style: This style provides a read-only view to master data for downstream systems which need to read but not modify master data.
请记住,这里所使用的帐户必须具有对REPORTS数据库的读权限。
Keep in mind that the account used here must have read rights to the REPORTS database.
通过使用乐观并发控制,数据库管理器在完成读操作之后可以立即释放行或页锁。
With optimistic concurrency control, the database manager releases the row or page locks immediately after a read operation.
在数据库读操作成功之后,它循环遍历结果集并收集帐户数据信息。
After a successful database read operation, it iterates on the result set and collects the individual account data information.
在收集到新的事件数据时,与最近的未读事件数据进行比较。
When new event data is collected, it is compared to the most recent unread event data.
读事务需要数据的一致视图 ——即当同时提交两个读事务时,如果它们选择相同的数据范围,那么应该产生一致的结果集。
Read transactions require a consistent view of the data -- meaning if two read transactions are submitted at the same time, they should produce uniform result sets if they select the same data ranges.
这意味着缓存是为读请求服务,而不是数据库。
This means the cache can service the read requests instead of the database.
操作系统调度程序决定哪个线程获得对互斥锁的控制权—通常,等待时间最长的读线程先读取数据。
The operating system scheduler determines which thread gets control of the mutex next-typically, the reader thread that has waited the longest gets to read the data first.
当用户试图读带安全标签的数据时,则应用读访问规则。
Read access rules are applied when a user attempts to read labeled data.
当用户试图读带安全标签的数据时,则应用读访问规则。
Read access rules are applied when a user attempts to read labeled data.
应用推荐