• Thee size of the primary key cannot exceed approximately one database block.

    大小不能超过一个数据大小。 。

    youdao

  • A processor core then picks up the uncompressed, filtered data block and performs fundamental database operations such as sorts, joins, and aggregations.

    处理器内核随后选出压缩的、过滤后数据执行基本数据库操作排序联接聚合。

    youdao

  • If the sorted data cannot fit entirely into the sort heap, which is a block of memory that is allocated each time a sort is performed, it overflows into a temporary table owned by the database.

    如果无法排序数据整个放入排序中(排序堆每次执行排序时分配内存),就会溢出到该数据库所有临时中。

    youdao

  • To use this code fragment as a starter building block, you will need to replace the dummy links, database name, and login information to reflect your own environment.

    为了代码片段用作起始构建需要替换虚拟链接数据库名称登录信息反映自己的环境。

    youdao

  • Specifically, if everything is happening in a single thread, performing long operations such as network access or database queries on the UI thread will block the whole user interface.

    特别是如果把所有事件放在主线程中来处理,需要长时间来处理的事件比如网络访问或者数据库查询阻塞整个UI

    youdao

  • One of the most noticeable differences of an in-memory database system is the absence of large data block structures.

    内存数据库系统一个值得注意不同之处在于没有数据结构

    youdao

  • Specifically, if everything is happening in the UI thread, performing long operations such as network access or database queries will block the whole UI.

    如果UI线程需要处理一件事情那些耗时很长的操作——诸如访问网络查询数据库等——将会阻塞整个UI(线程)。

    youdao

  • When subsequent account POIDs are required, they will be allocated immediately from this reserved block, eliminating the need for additional remote database transactions.

    接下来需要帐户POID时,服务立即这个保留中予以分配这样就减少额外远程数据库事务需要

    youdao

  • Processes using large percentages of memory should be examined further, although remember that database and HPC applications can use the entire memory block as normal and could be ignored.

    应该进一步检查使用内存百分比高的进程但是应该记住数据库HPC应用程序正常情况下可以使用大量内存,可以不理会它们

    youdao

  • The last point of interest for this section is the thread block times that are rolled up to the database level.

    最后将介绍上升数据库线程阻塞时间

    youdao

  • Catch block, including the database metadata operations shown in Listing 3.

    catch中,包括清单3数据库元数据操作

    youdao

  • Finally, the columns block maps the Grails names to the database names.

    最后columnsGrails名称映射数据库名称。

    youdao

  • The implementation of this function says if the userid beauvoir tries to connect from a remote client that has an IP address that is the same as the IP address of the database server, then block it.

    函数实现表明,如果用户idbeauvoir试图一个数据库服务器相同ip地址远程客户机进行连接那么就阻塞它。

    youdao

  • When you type grails prod run-app, you are telling grails to use the database Settings in the production block.

    输入grailsprod run - app时,就是告诉grails使用production中的数据库设置

    youdao

  • To use the doQuery method, you need to establish a database connection and call the method from within a try ... catch block, as shown in Listing 4.

    使用doQuery方法需要建立数据库连接并且try ...catch调用方法,如清单4

    youdao

  • When a database is being exported or imported, Informix will block the database exclusively for the operation, in other words, no users are permitted to use the database.

    导出导入数据库时,Informix阻止数据库进行任何操作,换话说,不允许任何用户使用数据库。

    youdao

  • To give you some background, Amazon Web services catalog comprises of a few core building block services for storage, database, computing and queuing.

    背景知识Amazon网络服务(Amazon Web Service,简称AWS)多个核心服务组成,包括储存数据库计算队列

    youdao

  • When Derby shuts down a database, it throws an SQLException with an SQLState of 08006, which is why the catch block ignores this exception.

    Derby关闭数据库时,将抛出SQLException,使用08006作为SQLState,就是catch忽略异常的原因

    youdao

  • The first block contains the event handler to initialize the application (onload) and the initialization of the database, as shown in Listing 3.

    第一包含初始应用程序事件处理函数(onload)数据库初始化,如清单3

    youdao

  • For these kind of backups, IDS allows the blocking of the database server through 'onmode -c block' to accomplish a consistent state.

    对于备份IDS允许通过'onmode - cblock'阻塞数据库服务器从而实现一致状态。

    youdao

  • The Notes 7 mail database now allows you to block mail from one or more users.

    Notes7邮件数据库现在允许阻止来自一个多个用户的邮件。

    youdao

  • Data Access application block. Developers can use this application block to incorporate standard database functionality in their applications.

    数据访问应用程序应用程序块允许开发人员其应用程序中集成标准数据库功能

    youdao

  • The establishment of database and the graphics library provides great support for the automatically optimized design of hydraulic manifold block.

    数据库图形建立液压集成自动优化设计提供了有力支持。

    youdao

  • One data block corresponds to a specific number of bytes of physical database space on disk.

    数据对应特定数量字节磁盘物理数据库空间

    youdao

  • It analyzed the key technology that achieved this system, and gave functional design and realization for each block including database design, flow chart and specific realization of each block.

    分析实现系统关键技术给出了各个模块功能设计实现包括数据库设计,各功能模块流程图模块具体实现。

    youdao

  • Design on hydraulic manifold block of Marine anchor main including database design module, data entry and editing module, layout design module, integrate hole design module, virtual design module.

    液压集成设计系统主要包括:数据库设计模块数据输入编辑模块、外形布局模块、孔道连通设计模块、孔道校核模块、虚拟设计模块。

    youdao

  • A data block is the smallest unit of data used by a database.

    数据构成数据库最小数据单位

    youdao

  • While using predefined templates, this list is not enabled because the database will be created with the default block size of 8 KB.

    使用预定义模板时这个列表不能使用,因为创建数据库的时候会默认8k来设置数据库大小

    youdao

  • Since everything happens on a single thread performing long operations, like network access or database queries, on this thread will block the whole user interface.

    一旦所有事件都线程进行耗时的操作比如说这个线程上进行网络连接,数据库访问阻塞程序的界面响应。

    youdao

  • CLK design gives a kind won't the database of block, this means processor to will never hold unwanted position.

    CLK设计不会梗阻数据库就象征着措置器决不会保持空闲状况

    youdao

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

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

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