• 示例程序中,总是4k缓冲区读取事件数据

    In the sample program, event data is always read with a buffer of 4k.

    youdao

  • 采用类似的方式可以使用以下函数逐段抽象缓冲区读取数据段。

    In a similar fashion, you can read data segments off segment by segment from an abstract buffer with the following function.

    youdao

  • 这么缓冲区读取数据意味着不会由于传递read调用缓冲区空间不够造成只返回部分事件数据。

    Reading with this large of a buffer means that no partial event occurrences will be returned due to insufficient space in the buffer passed to the read call.

    youdao

  • 或许能够通过每次一系列字节读取缓冲区找到更加令人高兴方法从而减少方法调用

    You might be able to find a happier medium by reading a series of bytes into a buffer at a time, thus saving the method calls.

    youdao

  • 此处读取字节不足以提取必要信息如果读取字符串,则返回一个缓冲区

    Here, reading the bytes is not enough to extract the necessary information; it returns a buffer if the string is read.

    youdao

  • 甚至只需要使用一个指针数据回到读取数据所使用的缓冲区中即可,不过对于另外一端编程来说可能有些麻烦。

    You could even just use a single pointer and write data back into the buffer you got it from, although this might be a nuisance to program for on the other end.

    youdao

  • 缓冲区缓存——存储物理数据文件读取的数据而分配内存

    Buffer Cache - Memory allocated for storing data blocks read from physical data files.

    youdao

  • 代理正在执行上述步骤3步骤4时,UNION操作符(协调代理程序运行)开始从UNION第一分支ship缓冲区读取数据

    While the agents are busy doing steps 3 and 4 above, the union operator (run by the coordinator agent) starts reading data from the SHIP buffer on the first leg of the union.

    youdao

  • ATQ操作符消费者可以每次 ATQ缓冲区读取数据

    The consumer of the ATQ operator can read data one row at a time from the ATQ buffer.

    youdao

  • 缓冲区缓存原本需要磁盘读取JMS消息数据

    This buffer caches JMS message data that may otherwise need to be read from disk.

    youdao

  • 我们定义inbufsiz读取输入用作缓冲区字符数组大小

    We also define a macro INBUFSIZ, which is the size of a character array used as a buffer while reading the input.

    youdao

  • 验证读取缓冲区是否完整,是否截断或者错误

    Verify whether the buffer that has been read is intact and whether it has any truncations or errors.

    youdao

  • 现在读取二进制缓冲区获得拆包的那么可以使用标准print命令获得必要的输出。

    Now that you have the unpacked values from the binary buffer that you read, you can use the standard print commands to get the output necessary.

    youdao

  • 这个命令使用klogctl系统调用读取内核缓冲区转发标准输出(stdout)。

    This command USES the klogctl system call to read the kernel ring buffer and emit it to standard output (stdout).

    youdao

  • MySQL必须要进行排序时,会在磁盘上读取数据时分配一个排序缓冲区存放这些数据行

    When MySQL must perform a sort, it allocates a sort buffer to store the rows as they're read from disk.

    youdao

  • 默认情况下,每个FileStream使用8KB缓冲区因此实现所使用的内存远远少于前面读取处理整个文件代码

    By default, each FileStream USES a buffer of 8kb, so this implementation USES much less memory than the prior code that reads and processes the entire file.

    youdao

  • transferTo()方法引发DMA引擎文件内容拷贝一个读取缓冲区

    The transferTo() method causes the file contents to be copied into a read buffer by the DMA engine.

    youdao

  • 若能打开,则调用setvbuf()函数设置大小INBUFSIZ缓冲区以前用 #defined 定义16KBfin 进行读取

    Otherwise, we call the setvbuf() function to set a buffer of size INBUFSIZ (earlier #defined as 16KB) for reading from fin.

    youdao

  • 然后联邦服务器SHIP逻辑发送'Fetch '请求以便读取来自发送“ US ”数据源查询的数据数据放入ship缓冲区

    The SHIP logic on the federated server then sends' Fetch 'requests to read a block of data from the result of the query sent to the "US" data source and places the data into the SHIP buffer.

    youdao

  • ReadCache应该缓冲区读取页面百分比

    Read Cache: Percentage of times the page should be read from the buffer pool.

    youdao

  • 可以非常简单地指向另外一个文件缓冲区进行读取稍微有些困难

    You can point it at another file quite easily; it's a bit harder to, for instance, read from a buffer.

    youdao

  • SPE程序输入缓冲区读取数据然后数据进行处理,再将结果写入输出缓冲区中。

    The SPE program reads in the input buffer, processes the data, and then writes it to the output buffer.

    youdao

  • 数据可以直接读取缓冲区传输接字缓冲区

    Instead, the data could be transferred directly from the read buffer to the socket buffer.

    youdao

  • 缓冲区地址实际上一个用户空间缓冲区因此我们不能直接读取

    The buffer address is actually a user-space buffer, so you won't be able to read it directly.

    youdao

  • 对于缓冲区处理MFC 将大小为零的数据请求当作无操作来对待所以即使没有数据可读取可以继续发出请求

    For the buffer processing, the MFC treats a zero-size data request as a no-op, so I can go ahead and issue requests even if there is no data to read.

    youdao

  • 比较好的方法读取临时缓冲区然后行一次性拷贝用户空间

    It would be better to read a line into a temporary buffer and then copy this to user space in one go.

    youdao

  • UNION操作符每个SHIP缓冲区读取数据每次读取缓冲区

    The UNION operator reads data from each SHIP buffer, one buffer at a time. The sequence of operations is as follows

    youdao

  • 读取方面使用中间内核缓冲区可以允许内核缓冲区应用程序不需要内核缓冲区全部数据充当 “预读高速缓存readahead cache)” 的角色。

    Using the intermediate buffer on the read side allows the kernel buffer to act as a "readahead cache" when the application hasn't asked for as much data as the kernel buffer holds.

    youdao

  • 缓冲区缓存存储物理数据文件读取的数据而分配内存

    Buffer Cache Memory allocated for storing data blocks read from physical data files.

    youdao

  • 缓冲区缓存存储物理数据文件读取的数据而分配内存

    Buffer Cache Memory allocated for storing data blocks read from physical data files.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定