• 读取操作队列获取消息,但是从队列中删除消息。

    The read operation gets the message from the queue without deleting the message from the queue.

    youdao

  • 使用传统同步API对流执行写入读取操作

    The approach uses the traditional synchronous API for writing and reading from streams.

    youdao

  • 因此每次读取操作的结果x轴间隔20像素进行绘制

    Hence each reading is plotted at 20-pixel intervals along the X-axis.

    youdao

  • 说明:XML文件读取操作简单例子方便使用

    XML file read operation, simple examples, and easy to use.

    youdao

  • 打开文件调用读取操作、将整个文件读入内存,都可以的。

    You'd open a file; you could call read, and it could read an entire file for you into memory if you like.

    youdao

  • 所有可以通过读取操作获得元素可以立即标记问题

    Any elements that are obtained with the fetch action are immediately flagged as problems.

    youdao

  • 例如消息队列读取操作解释队列接收查看消息

    For example, message Queuing interprets the reading operation as receiving or peeking messages from a queue.

    youdao

  • 不是强制性的;g cc会尝试通过读取操作数来提供相应后缀

    This is not mandatory; GCC tries provide the appropriate suffix by reading the operands.

    youdao

  • 要理解代码读取操作写入操作多,因此简化代码重要

    Understand that code is read far more than it is written, so simplifying code is important.

    youdao

  • 读取操作结果信息不是来自首选时,可能需要信息添加到首选源。

    When information resulting from a read operation doesn't come from the preferred source, you may need to add the information to the preferred source.

    youdao

  • 采用事务策略之前确保在事务作用域外执行读取操作相对安全

    Before embarking on this transaction strategy, make sure you are relatively safe in terms of performing read operations outside of the transaction scope.

    youdao

  • 每次发生数据读取操作8个状态便附加到16位转换结果上。

    Each time a data read occurs, 8 status bits are appended to the 16-bit conversion.

    youdao

  • 意味着数据必须可以用户输入派生,并向下的方式驱动服务读取操作

    The implication is that this data must be derivable from user inputs and drives the read operations on the services in a top down fashion.

    youdao

  • 延迟读取操作总数上次计数器复位后,所执行延迟读取操作总数

    Total late Reads is the total number of late read operations since the last time the counter was reset.

    youdao

  • 读取操作需要等待另外一个读取操作完成,两个操作尝试同时更新同行

    Writers only wait for other writers if they attempt to update the same rows at the same time.

    youdao

  • 但是应该清楚添加事务作用域中读取操作处理越多,吞吐量和用户负载功能的下降越大。

    However, be aware that the more read operations and processing you add to the transaction scope, the more you will reduce throughput and user-load capabilities.

    youdao

  • 根据应用程序的设计可能需要事务作用域外执行读取操作即使读取操作用于更新目的

    Depending on how your application is designed, you may be forced to execute read operations outside the transaction's scope, even when the read operations are used for update intent.

    youdao

  • 通过技巧通常遇到读取技巧相同折衷问题:读取操作通常事务作用域外部完成的。

    With this technique, you'll typically encounter the same trade-off as with the read-first technique: read operations are typically done outside of the context of the transaction scope.

    youdao

  • 处理期间锁定消息确保消息读取处理即使多个进程单一队列进行读取操作

    It also locks messages during processing, which ensures that a message will only be processed by one reader, even if multiple processes are reading from a single queue.

    youdao

  • 读取操作期间,读取晶体管激活产生指示储存该浮置栅极节点中的电荷输出信号

    During a read operation, the read transistor is activated to produce an output signal indicative of the charge stored in the floating gate node.

    youdao

  • 消耗时间不同,对于声明游标语句CPU时间打开游标、所有读取操作关闭游标时间总和

    Unlike elapsed time, in case of a declare cursor statement the CPU time is the sum of open, all fetched and close.

    youdao

  • 执行读取操作顺序是从web获取请求(需要执行一次数据库查询)检查之前缓存存储查询结果

    The sequence I follow when performing reads is to take a request (that requires a database query) from the Web tier and check the cache for previously stored results of that query.

    youdao

  • 读取技巧涉及重构编写应用程序逻辑和工作流以便所有处理读取操作事务作用域外部首先发生

    The read-first technique involves refactoring (or writing) the application logic and workflow so that all processing and read operations occur first, outside of a transaction's scope.

    youdao

  • 通过这种方法所有读取操作相应处理将在事务上下文之外执行因此不会事务持续时间内在数据库保持

    This way, all of the read operations and corresponding processing execute outside of a transaction's context, and consequently do not hold locks in the database for the duration of the transaction.

    youdao

  • 这种方案出于以下考虑而布置的:TPC-H工作负载中,相当大一部分I/O操作连续读取操作

    This arrangement is made with the following concern: in the TPC-H workload, a significant amount of I/O operations are sequential reads.

    youdao

  • 我们关注磁盘读取不是磁盘写,因为大部分磁盘访问都是为了进行读取操作大部分磁盘带宽用于读取操作

    We focus on disk reads rather than disk writes, because the majority of disk accesses are for read operations, and the majority of disk bandwidth is used for read operations.

    youdao

  • 了解这个api优势基本方法使用SDO 2.0创建符合XML模式(XSD)的XML文档对其进行读取操作

    The most basic way to see the advantages of the new API is to use SDO 2.0 to create and then read an XML document compliant to XML Schema (XSD).

    youdao

  • 读取(read - first)技巧涉及尽可能应用层(通常api)对事务作用域范围读取操作进行分组

    The read-first technique involves grouping read operations outside of the transaction scope at the highest application layer possible (usually the API layer).

    youdao

  • 另外如果存在这样操作,那么可以首选执行创建操作然后使用原始标准首选源上执行另一个读取操作

    Alternatively, if no such operation exists, you can perform the create operations on the preferred source, then perform another read on the preferred source using the original criteria.

    youdao

  • 每个进程同一文件描述符(只是一个包含数字17文本文件)执行读取操作,并连同PID一起打印读取的内容。

    Each process reads from the same file descriptor (which is just a text file with the Numbers 1 through 7), printing what was read along with the PID.

    youdao

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

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

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