单词 | the join |
释义 | 例句释义: 联接 1. Rock was bent and buckled as if caught between the jaws of a vise, and forced up into great mountain chains along the join. 岩石就像被虎钳揪住一样被扭曲,沿着结合点拱起来形成了山脉。 www.yappr.cn 2. The -join operation is a special case that has been designed to make it easy to produce traditional-style URI query parameters. join操作是一个特例,用于简化传统风格URI查询参数的生成。 www.ibm.com 3. You can check how the join concatenates the values by looking at the example at the bottom of the Details tab. 您可以通过查看Details选项卡底部的示例,检查该联接转换是如何连接那些值的。 www.ibm.com 4. If your house is a double shift it has been cut in half and will require a bit of work to patch up the join. 如果你的房子是双间的,就会把你的房子分开移动,这样将会需要一些拆开及合并的工作。 blog.sina.com.cn 5. Explains the graphic representation of the join as you see it in the Diagram pane. 解释联接在“关系图”窗格中的图形表示形式。 technet.microsoft.com 6. This query retrieves the desired author information, but it would not use either of the indexes for the join processing. 该查询检索了所需的作者信息,但是没有将索引用于连接处理。 www.ibm.com 7. Note that again that you must provide the same item C on both branches for the join to be able to correctly execute. 注意您必须在两个分支中向join提供相同的项目C,以便能正确地执行。 www.ibm.com 8. This ensures that the result of the join is correct, but the sampling doesn't reduce the computing effort necessary to join the sources. 这确保了连接规则是正确的,但是抽样不会减少对连接资源必须的计算影响。 www.ibm.com 9. The join table allows you to persist books with a single author as well as books with multiple authors. 连接表允许将具有一个作者的图书和具有多个作者的图书持久化。 www.ibm.com 10. This join method is usually used when no index is available on the join columns for the joining tables. 当连接表的连接列上没有可用索引时,通常使用该连接方法。 www.ibm.com 1. The tables that are referenced in an ON phrase must be part of the join that the ON phrase modifies. 在ON短语中引用的表必须是ON短语修饰的连接的一部分。 www.ianywhere.com 2. You could, however, overcome this limitation by performing multiple SimpleDB queries and doing the join on your end. 不过,您可以通过执行多个SimpleDB并在您这一端执行联接来克服此局限。 www.ibm.com 3. Inner joins return rows only when there is at least one row from both tables that matches the join condition. 仅当两个表中都至少有一个行符合联接条件时,内部联接才返回行。 msdn2.microsoft.com 4. Therefore, the join hint for the pair of tables may only restrict the selection of allowed join methods in the query hint. 因此,为这对表指定的联接提示可能只限制选择查询提示中允许的联接方法。 msdn2.microsoft.com 5. Notice that there is a significant difference between the cardinality shown in the fetch node on the outer side of the join in Figure 7. 请注意在图7中联接的外部Fetch节点上所显示的基数之间有一个显著的不同。 www.ibm.com 6. At least one incoming branch of the join connects to an outgoing branch of the decision. join至少有一个传入分支连接到decision的传出分支。 www.ibm.com 7. Delete only the logical record relationship or delete the logical record relationship and the join filter associated with it. 只删除逻辑记录关系,或者删除逻辑记录关系及其相关联的联接筛选器。 technet.microsoft.com 8. If you do not specify the Join column, JPA will attempt to resolve the keys based on a naming scheme. 如果您未指定Join列,JPA将根据命名方案尝试解析这些键。 www.ibm.com 9. Note that the join predicate on the author ID does not contain a literal value that would indicate the data type of the comparison. 请注意,authorID上的连接谓词没有包含文字值,该文字值将表明比较的数据类型。 www.ibm.com 10. The specified cluster was found but did not respond to the join request. 找到了指定的群集,但该群集没有对加入请求作出响应。 www.fan6.net 1. The system configuration changed during the cluster join or form operation. The join or form operation was aborted. 系统配置在群集加入或形成操作时已更改。放弃加入或形成操作。 www.drados.com 2. To start talking to your contact using voice chat, the contact must click the Join Call button that appears as shown in figure 9. 为了开始你们之间的语音聊天,您的联系人必须单击图9中显示的JoinCall按钮。 www.ibm.com 3. The join between the fact table and any dimension table is an equi-join, which makes a hash join possible. 事实表和任何维度表之间的连接都是等值连接,这使得散列连接成为可能。 www.ibm.com 4. Specifying the column from each table to be used for the join. 指定每个表中要用于联接的列。 msdn2.microsoft.com 5. The result of the join and user predicates should be ANDed together in the form (joins) AND (user predicates). 联结和用户谓词的结果应该以(联结)AND(用户谓词)的形式组合在一起。 www.ibm.com 6. For each of these joins, find which side of the join contains attributes from the facts object. 对于每个联结,查明联结的哪一边包含事实对象属性。 www-128.ibm.com 7. The join analysis of wavelets and higher-order cumulants is first used to analyze underwater target radiated noise in the paper. 将子波变换和高阶累积量联合分析应用于对水下目标辐射噪声的特征提取。 d.wanfangdata.com.cn 8. The join node waits for the completion of these two parallel routes before advancing to the second decision point. 连接点等待着两条平行路线都完成,然后进入第二个决策点。 www.ibm.com 9. Switch to the Input branches tab of the Join attribute, as Figure 43 shows, to see the input branch of the join. 切换到Join属性的Inputbranches选项卡(如图43所示),查看Join的输入分支。 www.ibm.com 10. The attributes on this side will need to be converted to SQL expressions to form the join predicates of the SQL statement. 这一边上的属性需要转换为SQL表达式,从而形成SQL语句的联结谓词。 www.ibm.com 1. It has exactly the same kind of cyclic dependency as the anti-pattern in Figure 19, now between the join and the fork. 它与图19中的循环依赖关系的类型完全相同,但现在涉及的是join和fork。 www.ibm.com 2. Another strategy to improve the collocation of the join is to replicate smaller dimensional tables on each database partition. 改善合并并置的另一个策略是复制每个数据库分区上的较小的表。 www.ibm.com 3. Now her long swan-like neck and exquisite features have come to symbolise the join between ancient and modern ideas of feminine beauty. 如今,他修长如鹅颈的脖子与精致姣好的面容已经成为古、现代女性美丽结合的化身。 www.bing.com 4. The last table in the join sequence, CUST_CUSTOMER, is also scanned through an index defined over the CUST_CODE column. 联接序列中的最后一个表是CUST_CUSTOMER表,其也是通过CUST_CODE列上已定义的索引进行扫描。 www.ibm.com 5. The key is to write a test that will fail if the aspect misbehaves or does not apply to the join points you intend it to. 关键是编写一个当方面行为错误或者没有应用到希望它应用的联结点处时会失败的测试。 www.ibm.com 6. Therefore, both need to be included in the result of the join. 因此,二者必须包括在连接结果中。 www.ibm.com 7. In such a case, even if both tables are owned by different schemas and have unique article names, creation of the join filter will fail. 在这种情况下,即使两个表属于不同的架构并具有唯一的项目名,也无法创建联接筛选器。 technet.microsoft.com 8. This guideline is typically used when the join order, not the access method, is of primary concern. 当连接顺序(而不是访问方法)成为主要的考虑事项时,通常会使用这种准则。 www.ibm.com 9. If the data types cannot be implicitly converted, the join condition must explicitly convert the data type using the CAST function. 如果数据类型不能进行隐式转换,则联接条件必须使用CAST函数显式转换数据类型。 msdn2.microsoft.com 10. The shape of the icon in the middle of the join line indicates how the tables or table-structured objects are joined. 联结线中间的图示形状即表示资料表或表格化物件的联结方式。 technet.microsoft.com 1. The performance improvement depends on the selectivity of the filter on the dimension table from which the join keys are pushed down. 性能的提高取决于连接键被下推时所在维度表的过滤选择度。 www.ibm.com 2. In this paper, the join of two trees with a regular monoid is explicitly described. 明确给出了具有正则自同态幺半群的两个树的联。 dictsearch.appspot.com 3. Because you are trying to find only matching data, leave the join set to option 1. 由于您只是在尝试查找匹配的数据,因此请保留联接设置为选项1。 office.microsoft.com 4. For alternative branching, an identical pattern results where the fork is replaced by a decision and the join is replaced by a merge. 为了进行可选分支,会产生一个相同的模式,在其中fork被替换为decision,join被替换为merge。 www.ibm.com 5. Dealing with the attributes on the other side of the join will be discussed later, when detailing the steps required for the facts object. 对联结的另一边上属性的处理将在后面讨论事实对象所需的步骤时讨论。 www.ibm.com 6. The join element waits for an instance of a spawned process to complete. 等待spawned流程的实例执行完毕。 www-128.ibm.com 7. Next, the rewrite phase will push down the join through the UNION operation, and eliminate the useless joins. 接下来,重写阶段将通过UNION操作下推连接,并删除无用的连接。 www.ibm.com 8. It is joined to the result set of the last table in the join sequence, CUST_CUSTOMER. 其在联接序列中联接最后一个表的结果集,即CUST_CUSTOMER。 www.ibm.com 9. Together, these two pointcuts define all of the join points with which we are concerned. 合起来,这两个切点定义了所有我们关注的连接点。 www.ibm.com 10. The two pieces were stuck together so well that you could hardly see the join. 这两块粘合得真好,几乎看不出接缝。 zhidao.baidu.com 1. Sample database lets users focus on specific data without having to construct the JOIN clauses that are required to produce the view. 仍允许用户着重于特定数据,而不必构造生成视图所需的JOIN子句。 msdn2.microsoft.com 2. The join utility must find a common field between the files in question, and by default it expects that common field to be the first. join工具必须要在所操作的文件之间找到共同的域,默认情况下,它期望这个共同的域就是第一个域。 www.ibm.com 3. Columns that participate in the join between the input and the reference table must have compatible data types. 参与输入和引用表之间联接的列必须具有兼容的数据类型。 msdn2.microsoft.com 4. The aspect encapsulates the join points, pointcuts, inter-type declarations, and advice for a crosscutting concern. 方面封装了一个横切关注点的连接点,切入点,类型间声明和参考建议。 www.ibm.com 5. Specifies that the join order indicated by the query syntax is preserved during query optimization. 指定在查询优化过程中保持由查询语法指示的联接顺序。 msdn2.microsoft.com 6. When you use the partitioning key in the join predicate, a final consideration needs to be mentioned. 如果在连接谓词中使用分区键(partitioningkey),最后还有一点考虑需要顾及。 www.ibm.com 7. Source of the news in basically be being used at background music system (DVD, computer) the join to frequency face plate! 主要用于背景音乐系统中音源(DVD、电脑等)到音频面板的连接! www.ylsw.com 8. The content assist pop-up shows all the join point context available within the advice body. 内容辅助弹出对话框则显示了通知体中所有可以使用的连接点上下文。 www.ibm.com 9. For every qualifying row found, the other table, known as the inner table is scanned to find a row that matches the join condition. 对于找到的每个符合条件的行,将对另一个表(称为内部表)进行扫描以查找符合连接条件的行。 www.ianywhere.com 10. The merge executes twice, once when it receives control from the lower start node, and again when it receives control from the join. merge执行了两次,在接收到来自下面的开始节点的控制时会执行一次,而在接收到来自join的控制时会再次执行。 www.ibm.com 1. SQL expressions will need to be created from these attributes to form the join predicates of the SQL statement. 需要从这些属性创建SQL表达式,从而形成SQL语句的联结谓词。 www.ibm.com 2. The join objects from the dimensions, facts, and cube model are used to form the join predicates of the WHERE clause. 来自维、事实和多维数据集模型的联结对象用来形成WHERE子句的联结谓词。 www.ibm.com 3. In this case, the join condition can never be satisfied and a join failure occurs. 在这种情况下,联接条件永远不能满足,并且会发生联接失败。 www.ibm.com 4. One of the values you can specify for each relationship is the join type. 可为每个关系指定的一个值是联接类型。 office.microsoft.com 5. In AspectJ, lots of advice can run at a join point without knowing anything about other advice at the join point. 在AspectJ中,大量通知可以在一个连接点上运行,而无需知道该连接点上的其他通知。 www.ibm.com 6. So, the box remains gray to indicate that you can't type in it until you choose the join domain option. 因此,在您选择加入域的选项前,此框会保持灰色,表示无法输入。 angel.w15.5tom.cn 7. Then, the predicates from the merged operation will be recursively pushed down through the JOIN and UNION ALL operations. 然后,通过JOIN和UNIONALL操作递归地下推合并的操作中的谓词。 www.ibm.com 8. When you create the join between the List Price and Unit Price fields , it restricts output from both tables . 当您在“列出价格”与“单位”字段之间创建联接时,该联接会限制两个表的输出。 www.bing.com 9. I used the join command from the menu to attach to the #weather channel, as shown in Figure 1. 我使用菜单中的join命令,连接到#weather信道,如图1所示。 www.ibm.com 10. We could then apply a tree manipulation to move the Filter node underneath the Join node toward the related Table node. 随后,我们可以应用一项树操作,将Join节点下方的Filter节点朝着相关Table节点的方向移动。 www.ibm.com 1. It's similar with the first pic. The join of head, two holes, and nail, case and that line show its style, pity no blade I can see. 与第一张图类似,剑首的联接、两个孔及穿钉、剑格及那条线显示的风格,可惜看不到刃。 hfsword.com 2. The first cycle involves a backward connection that starts in the decision and leads back to the join following the start node. 在第一个循环中,有一个逆向连接从decision开始并引回位于开始节点之后的join。 www.ibm.com 3. Clause that supplies the join conditions between the mining model columns and the input columns. 子句,该子句提供挖掘模型列和输入列之间的联接条件。 msdn2.microsoft.com 4. Gets or sets the join style for the ends of two consecutive lines drawn with this. 绘制的两条连续直线的端点的联接样式。 msdn2.microsoft.com 5. The XQuery where clause contains the join condition, comparing the manager names with the employee name elements. XQuery的where子句包含连接条件,这些条件用于主管姓名与员工姓名元素的比较。 www.ibm.com 6. Compare the maps in the crosscutting comparison tool to detect any unwanted changes to the join points affected by your aspects. 在横切比较工具中比较这些图,以发现受方面影响的联结点所出现的不希望的改变。 www.ibm.com 7. Right-click the output port (Inner) of the JOIN operator, and select Create suitable table from the context menu. 右键单击JOIN操作符的输出端口(Inner),然后从上下文菜单中选择Createsuitabletable。 www.ibm.com 8. That is, table CUST_INTEREST could be very selective through the join predicate. 即,通过连接谓词,CUST_INTEREST表的选择性非常强。 www.ibm.com 9. In this case, multiple threads on the outer side of the join each read and work on a different partition. 在此情况下,在联接外侧的多个线程会各自在不同的分区上进行读取和操作。 msdn2.microsoft.com 10. That index cannot be used in Query 8 because the join condition is not a relational predicate but an XQuery predicate. 此索引无法在查询7中使用,因为其连接条件并非关系型谓词,而是一个XQuery谓词。 www.ibm.com 1. In the Join dialog box change the comparison operator between the primary keys as required. 如有需要,在[联结]对话方块中变更主索引键之间的比较运算子。 technet.microsoft.com 2. After executing the join statement, shippingReport will contain information merged from locators and products collections. 在执行连接语句之后,shippingReport将包含从locators和products集合合并而来的信息。 www.ibm.com 3. The optimizer, in the absence of current statistics, is choosing to do a table scan on both tables involved in the join. 在缺少当前统计的情况下,优化器选择对参与联接的两个表进行表扫描。 www.ibm.com 4. After all, if you can identify the join points needing annotations, you can write a pointcut and advise those join points directly. 总之,如果可以确定需要注释的连接点,那么就可以编写一个切入点,并直接通知这些连接点。 www-128.ibm.com 5. The join and merge elements connect to another merge, which matches the initial exclusive decision. join元素和merge元素连接到另一个merge,进而与最初的独占性决策匹配。 www.ibm.com 6. If the columns have the same name, you can select the Join Key check box and the Merge Join transformation automatically creates the join. 如果这些列名称相同,则可以选中“联接键”复选框,合并联接转换将自动创建联接。 msdn2.microsoft.com 7. The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node . 加入操作失败,因为要加入的节点的群集范例ID与监护人节点上的群集范例ID不匹配。 www.bing.com 8. The resulting list of RIDs contains exactly those tuples that will join, which makes the join efficient. 由此产生的RID列表正好包含那些将要连接的元组,这就使得连接更加有效。 www.ibm.com 9. A hash join method is requested to perform the join between the 'SECURITY' and the 'ORDER' tables. 请求使用一个hash连接方法来执行“SECURITY”和“ORDER”表之间的连接。 www.ibm.com 10. Find the join paired with Di in the set of (dimension, join) references. 在这组(dimension,join)引用中找到与Di对应的联结。 www.ibm.com 1. Create the join statement: select either Use the builder to create the statement or Write the join the statement manually. 创建联接语句:选择“使用生成器创建语句”或“手动编写联接语句”。 msdn2.microsoft.com 2. Use the Filtered table columns list box and the Joined table columns list box to drag and drop columns to the Join statement text area. 使用“筛选的表列”列表框和“联接的表列”列表框将列拖放到“联接语句”文本区域。 msdn2.microsoft.com 3. The join operation, a common data-access task, lets you work with data from more than one table using a single recordset object. 联接操作(一个通用的数据访问任务)使您得以使用一个记录集对象处理来自多个表的数据。 technet.microsoft.com 4. Specifies the condition on which the join is based. 指定联接所基于的条件。 msdn2.microsoft.com 5. Last, optimal capacity of the join tree is selected through optimization method. 最后,根据最优化方法选取了最优的加入树的大小。 www.joca.cn 6. The larger the probe table is in a hash join, the slower the join is. 散列连接中的探测表越大,连接就越慢。 www.ibm.com 7. In both queries, the join predicate is expressed within the square brackets. 在这两个查询中,方括号中表示了连接谓词。 www.ibm.com 8. Keep in mind that Annotations should describe what is true at the join point (condition) - not what should happen at those points (action). 记住,注解应该在连接点处描述什么是“true”(条件)——在这些points处什么不应该发生(动作)。 www.infoq.com 9. Lio LIPING is a lock part that the linear guide by plane touching and be installed on the join surface. 力骜力平是靠平面接触方式将直线导轨及滑块安装在结合面上的锁紧部件。 www.showxiu.com 10. At run time, Contract4J uses built-in aspects to advise the join points where the tests should be executed. 在运行时,Contract4J使用内置的方面建议应该在其中执行测试的连接点。 www.ibm.com 1. You can tell the type of join (INNER, RIGHT, or LEFT) by the details of the join operator. 可以根据连接操作符的细节判断连接的类型(INNER、RIGHT或LEFT)。 www.ibm.com 2. In Chapter three, we discuss the crossing number of the join. 在第三章中探讨了与联图有关的交叉数。 www.boshuo.net 3. Joins work fastest if the columns in the join condition have been indexed. 如果为联接条件中的列建立了索引,则联接运行速度最快。 chinafanyi.com 4. The field to use for the join may be specified separately for each file. 用于join的字段可能会针对每个文件进行单独指定。 www.ibm.com 5. This approach minimizes data movement while taking advantage of the AMPP architecture to parallelize the join. 这种方法最大限度地减少数据移动,同时利用AMPP架构实现并行化联接。 www.ibm.com 6. Pointcuts are then used to define the join points at which advice in the aspect applies. 然后可以用切入点来定义将在其上应用方面中的通知的连接点。 www.ibm.com 7. CONNECT BY predicate defines the join conditions between parent and child elements. CONNECTBY谓词定义了父元素和子元素之间的连接关系。 www.ibm.com 8. The most common example of this performance issue is the join operation. 这种性能问题的最常见的例子是连接(join)操作。 www.ibm.com 9. This is not a traditional manufacture base. With the join of brand real estates, a new prosperously vigorous city is emerging. 这不是一座传统的制造基地,品牌地产的进驻,建设着欣欣向荣的活力新城; blog.sina.com.cn 10. Before an activity is activated, certain conditions must be met, that is, the join condition of the activity must be true. 在激活某个活动之前,必须满足特定的条件,即该活动的联接条件必须为True。 www.ibm.com 1. The join filter can be based on any logic that compares related data in two tables. 联接筛选器可以基于任何逻辑比较两表中相关数据。 msdn2.microsoft.com 2. WHERE and HAVING clauses can also contain search conditions to further filter the rows selected by the join conditions. WHERE和HAVING子句还可以包含搜索条件,以进一步筛选根据联接条件选择的行。 msdn2.microsoft.com 3. Finally, the Main function calls the Join method on the worker thread object. 最后,Main函数对辅助线程对象调用Join方法。 msdn2.microsoft.com 4. Tables can be joined either explicitly, by using the JOIN keyword, or implicitly, by using a WHERE clause. 表可以通过使用JOIN关键字显式地连接,也可以通过使用WHERE子句隐式地连接。 www.ibm.com 5. Advice is executable code that runs when the join point is encountered during the program runs. 参考建议是一种可执行的编码,当连接点遭遇到程序运行时,它就需要运行。 www.ibm.com 6. The join way of scraper conveyor cable pan using in mechanize working face is designed into fixtureless join way. 将机械化采煤工作面刮板输送机电缆槽之间的联接,设计成无紧固件的联接方式。 dictsearch.appspot.com 7. It is revealed that with increasing incidence angle, the penetration depth decreases and the join strength is weakened. 结果表明:随着粒子入射角度的增大,侵彻深度逐渐减少,粒子与基体的结合强度逐渐减弱。 www.chemyq.com 8. Double-click a join (the line connecting the fields) to display the Join Properties dialog box. 双击某个联接(连接字段的线条)以显示“联接属性”对话框。 office.microsoft.com 9. The dangling inputs in the join prevent it from executing and thus block all activities succeeding it. join中的悬空输入,会使join无法执行,并因此阻塞后面的所有活动。 www.ibm.com 10. A type of outer join in which all rows from the left-most table in the JOIN clause are included. 一种外部联接,其中包括JOIN子句中最左侧表中的所有行。 technet.microsoft.com 1. Is used to verify a join filter between two tables to determine if the join filter clause is valid. 用于验证两个表之间的联接筛选器以确定联接筛选子句是否有效。 msdn2.microsoft.com 2. In our example, all three event-representing control connections are triggered immediately and then the join executes. 在本例中,三个事件表示控制连接都被立即触发,然后join将会执行。 www.ibm.com 3. The subaspect below defines a pointcut that captures the join points needing transaction management support. 下面的子方面定义了一个捕获需要事务管理支持的连接点的切入点。 www-128.ibm.com 4. Use an inner join if you want to return only those rows from both tables in the join that match on the joining field . 如果您希望只返回联接的两个表中其联接字段彼此匹配的那些行,则使用内部联接。 www.bing.com 5. To add or edit the join strategy, choose a table, a join type, and another table, all from the dropdown lists. 若要添加或编辑连接策略,请从下拉列表中选择两个表和一个连接类型。 www.ianywhere.com 6. The FROM clause is made up of the tables from the join objects from the dimensions, facts, and cube model. FROM子句由来自维、事实和多维数据集模型的联结对象的表组成。 www.ibm.com 7. In the Merge Join Transformation Editor dialog box, select the type of join to use in the Join type list. 在“合并联接转换编辑器”对话框的“联接类型”列表中,选择要用的联接类型。 msdn2.microsoft.com 8. The JOIN clause should use two-part naming; three-part naming and four-part naming are not supported. JOIN子句应使用由两个部分组成的名称来命名;它不支持由三个部分和四个部分组成的名称命名。 msdn2.microsoft.com 9. This table also highlights the join of task data with supplemental data using a query table. 该表强调了任务数据和使用查询表的补充数据的连接。 www.ibm.com 10. The 1=1 one logic is in the expression to ensure the join will always be true and allows for the Cartesian Product result set. 表达式中的1=1逻辑确保连接一直为true并允许笛卡尔Product结果集。 www.ibm.com 1. The Join function takes an array of strings and joins them using a delimiter string, to return a single string. Join函数获取一批字符串,然后用分隔符字符串将它们联接起来,从而返回一个字符串。 msdn2.microsoft.com 2. The select list is not required to contain columns from every table in the join. 联接选择列表可以引用联接表中的所有列或任意一部分列。 msdn2.microsoft.com 3. The two pieces were put together so cleverly that the join could not be seen. 那两块料子衔接得极为精巧,连接缝都看不出来。 chinafanyi.com 4. Both the annotation and the newly created instance are captured as context at the join point. 标注和新创建的实例,都在连接点上作为上下文被捕捉到。 www.ibm.com 5. The join type tells Access which records to include in a query result. 联接类型通知Access要在查询结果中包括哪些记录。 office.microsoft.com 6. This means that the join conditions are combined with the keyword AND. 这意味着,这些连接条件用关键字AND组合在一起。 www.ianywhere.com 7. The overall cost depends on whether there is an index on the join columns. 总成本取决于连接列上是否有索引。 www.ibm.com 8. In the probe phase, the database server reads the other tables in the join and applies filters if any. 在探测阶段,数据库服务器将读取连接中的其他表,如果存在筛选器,就应用它们。 www.ibm.com 9. In Example 3, the join is done inside the assembly in hierarchical fashion and creates immediately the desired nested list. 在Example3中,联接在程序集内以分层方式完成,且立即创建所需的嵌套列表。 www.ibm.com 10. Note that the join being performed is an outer join. 注意,所执行的联接是个外部联接。 www.ibm.com 1. The join condition always refers to the join immediately preceding it. 该连接条件始终针对它前面的连接。 www.ianywhere.com 2. In LINQ the join clause always works against object collections instead of database tables directly. 在LINQ中,join子句始终针对对象集合而非直接针对数据库表运行。 msdn2.microsoft.com 3. Here you change the DataType. jet template to modify the Join infomation to satisfy the enterprise conventions. 在这里您可以更改DataType.jet模板以编辑Join信息从而满足企业的习惯要求。 www.ibm.com 4. This uses the join predicates on the source columns, and the values assigned to them in the UNION ALL view definitions. 期间会使用源列上的连接谓词,以及在UNIONALL视图定义中赋给这些列的值。 www.ibm.com 5. To combine data from multiple table-valued objects, you use the JOIN operation from SQL. 若要组合来自多个表值对象的数据,可使用SQL的JOIN操作。 technet.microsoft.com 6. The anti-pattern in Figure 17 shows that the gateway form leads to dangling inputs in the join that cause a deadlock. 图17的反模式显示,网关形式会导致join中出现悬空输入,并进而导致死锁。 www.ibm.com 7. The join strategies employed by the database system. 数据库系统所采用的连接策略。 www-128.ibm.com 8. The join conditions and search conditions from the WHERE clause are applied. 应用WHERE子句中的联接条件和搜索条件。 msdn2.microsoft.com 9. This is defined in the join specifications, which may appear in the WHERE clause or in an ON clause following FROM. 这在联接说明中定义,联接说明可出现在FROM子句后的WHERE子句或ON子句中。 technet.microsoft.com 10. To include all products, change the join on ProductCategory to a full join. 若要包含所有产品,请将ProductCategory上的联接更改为完整联接。 msdn2.microsoft.com 1. Drag columns in the left input to columns in the right input to specify the join columns. 将左输入中的列拖动到右输入中的列,以指定联接列。 msdn2.microsoft.com 2. Limit the number of tables in the join filter hierarchy. 限制联接筛选器层次结构中的表数。 msdn2.microsoft.com 3. The limit of the thickness of the join on a mitered corner. 斜接角上联接宽度的限制。 msdn2.microsoft.com 4. Or you can contact your vendor light oil, oil additives to static electricity in the join. 也可与您的平油供答商潮系,在平油边参加去静电添加剂。 www.bing.com 5. If the XML index is defined as DOUBLE, you cast the join predicate with xs: double. 如果将XML索引定义为DOUBLE,则用xs:double转换连接谓词。 www.ibm.com 6. Then, a new join algorithm in the join tree is proposed to reduce the time complexity. 其次,为了降低成员加入时的时间复杂度,给出了一种新的加入算法。 www.joca.cn 7. The values in the join-key columns of the dimension table are unique. 维度表中的连接键列的值是唯一的。 www.ibm.com 8. You can hardly see the join on the door. 你几乎看不到那扇门的接缝。 www.bing.com 9. The primary thread then waits for the second thread to finish by calling the Join method. 然后,主线程通过调用Join方法等待第二个线程完成。 msdn2.microsoft.com 10. The join condition is the on clause filter specified in the merge statement. 在merge语句的on子句中指定了联接条件。 www.ibm.com 1. If the datasets are very big, it is recommended to perform the join in DataStage rather than in the assembly. 如果数据集很大,建议在DataStage而非程序集中执行联接。 www.ibm.com 2. To join a community, click the 'join' button underneath a community's icon. 要加入社区,请点击该社区图标下方的“加入”。 translations.launchpad.net 3. A type of outer join in which all rows in the table on the right in the JOIN clause are included. 包含JOIN子句中右侧表所有行的一种外部联接。 technet.microsoft.com 4. You specify a join condition by inserting an ON phrase immediately after the join. 通过在紧随该连接之后插入ON短语来指定连接条件。 www.ianywhere.com 5. After you edit the join properties, the join only restricts the table that the arrow points to. 编辑了联接属性后,联接将仅限制箭头所指向的表。 office.microsoft.com 6. The Join algorithms of massive relations in relational databases based on tertiary storage are studied in this paper. 该方案采用三级存储架构,以数据库与文件相结合的方式存储数据。 www.dictall.com 7. Join filter for merge publications: the join_filterclause column returned by sp_helpmergefilter (Transact-SQL). 合并发布的联接筛选器:sp_helpmergefilter(Transact-SQL)返回的join_filterclause列。 msdn2.microsoft.com 8. The shared items A and B branch through the fork and rejoin in the join. 共享的项目A和B在穿过fork时分支,并在join中重新联接。 www.ibm.com 9. The on clause condition is applied entirely at the join level. on子句条件完全在联接级别应用。 www.ibm.com 10. Next, the middle HSJOIN would cause execution of SHIPs 3 and 4 in sequence, after which the join result would be delivered to the UNION. 接着,中间的HSJOIN将导致SHIP3和SHIP4依次执行,然后连接结果被提交给UNION。 www.ibm.com 1. In the query design grid, right-click the join you want to remove, and then click Delete. 在查询设计网格中,右键单击要删除的联接,然后单击“删除”。 office.microsoft.com 2. The ToolStripPanel provides flexibility for multiple-document interface (MDI) applications by using the Join method. 通过使用Join方法,ToolStripPanel为多文档界面(MDI)应用程序提供了灵活性。 msdn2.microsoft.com 3. When you have to introduce a temporary range variable for the right side (inner) sequence before the join operation. 必须在联接操作之前为右侧(内部)序列引入一个临时范围变量。 technet.microsoft.com 4. In Query 12, we pass every dept and project document into the XQuery inside XMLEXISTS and express the join condition there. 在查询11中,我们将每一个dept和project文档放入XMLEXISTS中传递给XQuery,并在那里表示连接条件。 www.ibm.com 5. In our example, we choose to perform the logging immediately after the updating method in the join point returns. 在我们的例子中,我们选择连接点返回中的更新方法之后立即运行日志。 www.ibm.com 6. They execute before the join point, after the join point, and instead of the join point, respectively. 他们分别在连接点之前,之后,或是取代连接点而执行。 www.ibm.com 7. The ID of the object representing the join filter. 表示联接筛选器的对象ID。 msdn2.microsoft.com 8. The join is performed on matching characters according to the locale's collating sequence. 将根据locale的排序序列对匹配的字符执行join命令。 www.ibm.com 9. Close the Join Properties dialog box by clicking Cancel. 单击“取消”按钮以关闭“联接属性”对话框。 office.microsoft.com 10. Must not join with the website that is dropped by Baidu K, had better search collect much, the join with PR high cost. 千万不要和被百度K掉的网站连接,最好找收录多的、PR值高的连接。 itzhe.cn 1. Select the Join a Computer to the Domain option, and then click Next. 选择将计算机加入到域选项,然后单击下一步。 support.microsoft.com 2. When SQL Server processes joins, the query engine chooses the most efficient method out of several possibilities of processing the join. 当SQLServer处理联接时,查询引擎会从多种可行的方法中选择最有效的方法来处理联接。 msdn2.microsoft.com 3. If you select to write the statement manually, write the join statement in the Join statement text area. 如果选择手动编写联接语句,请在“联接语句”文本区域中编写联接语句。 msdn2.microsoft.com 4. The Join object has left-side attributes and right-side attributes, which are compared to each other to form join predicates. 联结对象具有左属性和右属性,对这两个属性进行比较,从而形成联结谓词。 www.ibm.com 5. JoinThe two pieces were put together so cleverly that the join could not be seen. 这两块接合得很巧妙,故看不出相接之处。 blog.donews.com 6. Notch grooves which are extended to the join part are formed on the dimension raised part in the interval of a proper distance. 另在定寸凸部上每隔适当距离处形成有延伸至衔接部的缺口槽。 ip.com 7. Parallel branches can then be synchronized using the Join or Merge constructs. 并行的分支就可以通过使用Join或者Merge来实现同步。 www.ibm.com 8. A cross join that does not have a WHERE clause produces the Cartesian product of the tables involved in the join. 一个没有WHERE子句的交叉联接,会产生所关联表的笛卡尔乘积。 www.bugsboard.net 9. A single select statement is generated and the join is pushed to the database. 单个选择语句生成,联接被推到数据库。 www.ibm.com 10. TBSCAN(7) as the outer of the join provides the list of items to the function. TBSCAN(7)是该连接的外表,它为函数提供产品列表。 www.ibm.com 1. In the Join Properties dialog box, click an option, and then click OK. 在“联接属性”对话框中,单击一个选项,然后单击“确定”。 office.microsoft.com 2. In a dimension that is based on multiple tables, attributes are typically linked based on the join key between the tables. 在基于多个表的维度中,属性通常根据表之间的联接键进行链接。 technet.microsoft.com 3. The third cycle starts in the fork preceding the end node, and leads back to the join following the decision. 第三个循环从结束节点之前的fork中开始,并引回decision之后的join。 www.ibm.com 4. D must, however, bypass the join and enter Task 4 directly to avoid the deadlock. 不过,D必须绕过join,直接进入Task4,以避免出现死锁。 www.ibm.com 5. Is the join condition you want to use for the tables. 是希望对表使用的联接条件。 msdn2.microsoft.com 6. The join waits for input on all of its branches. join将等待其所有分支上的输入。 www.ibm.com 7. There is a parity between the Join and Split functions. Join和Split函数之间存在相似性。 msdn2.microsoft.com 8. You can also set the join type, or enforce referential integrity and choose a cascade option. 还可以设置联接类型,或实施参照完整性,以及选择级联选项。 office.microsoft.com 9. For example, you can express the join in Query 12 in a more straight-forward and efficient manner using XQuery as shown in Query 14. 例如,使用XQuery,您可以将查询11中的连接以一种更为直接、高效的方式表示出来,如查询13所示。 www.ibm.com 10. The Join Properties dialog box appears. 将显示“联接属性”对话框。 office.microsoft.com 1. Output matches (or nonmatches) as dictated by the join type. 按联接类型规定的模式输出匹配项(或不匹配项)。 technet.microsoft.com 2. Filter clause qualifying the join. 用于限定联接的筛选子句。 msdn2.microsoft.com 3. The files should be sorted on the join field. 这些文件应当根据join字段排序。 www.ibm.com 4. Two pieces of advice at a join point are not visible to each other, and they only bind the join point context variables they declare. 一个连接点上的两个通知彼此是不可见的,它们都只绑定在它们声明的连接点上下文变量中。 www.ibm.com 5. To make the join useful, you must combine the correct columns of each table. 若要使连接有效,您必须组合每个表的正确的列。 www.ianywhere.com 6. Click the Join button, enter the reason you would like to join, and click Submit. 单击加入按钮,输入您要加入的原因,然后单击提交。 www.think.com 7. The join conditions in the FROM clause are applied. 应用FROM子句中的联接条件。 msdn2.microsoft.com 8. This can improve the performance when external table is used in the join query. 在联接查询中使用外部表时,这个选项可能会改善性能。 www.ibm.com 9. By default, the output is sorted on the join columns. 默认情况下,输出根据联接列进行排序。 msdn2.microsoft.com 10. The user connected this start node and the join to a merge to represent the event logic (event1 AND event2) OR event3. 用户将这个开始节点和join连接到一个merge,以表示事件逻辑(event1ANDevent2)ORevent3。 www.ibm.com 1. In the query design grid, click the join you want to remove. 在查询设计网格中,单击要删除的联接。 office.microsoft.com 2. The join methods provided in the LINQ framework are Join and GroupJoin. LINQ框架中提供的联接方法有Join和GroupJoin。 msdn2.microsoft.com 3. The main concept is the join point. 主要概念就是连接点。 www.ibm.com 4. And the rows that match are passed up into the join. 比较,匹配的行参与联接。 www-128.ibm.com 5. Is the join filter clause being tested. 要测试的联接筛选子句。 technet.microsoft.com 6. The join of node %1 to the cluster timed out and was aborted. 节点%1加入群集的操作超时,被放弃。 www.fan6.net 7. Generate the join of tables in the FROM clause. 在FROM子句中生成表的联接。 msdn2.microsoft.com 8. For example, the Join class contains a left-join expression, a right-join expression, a join type, and a join criteria. 举例来说,Join类包含一个左连接表达式、一个右连接表达式、一个连接类型和一个连接标准。 www.ibm.com 9. For more information about the join type and how to set it, see the section Set the join type. 有关联接类型以及如何设置联接类型的详细信息,请参阅设置联接类型一节。 office.microsoft.com 10. You must select the "Join Now" button to apply with the vendor. You will receive an email from the vendor with their approval decision. 您必须先选择“JoinNow”按钮向该发行商申请,不久会收到发行商的审批决定邮件。 www.regnow.com 1. Set the similarity threshold at the join level by using the slider. 使用滑块在联接级别设置相似性阈值。 msdn2.microsoft.com 2. If there are more tables in the join, the database server will do the same thing for each joining table. 如果连接中有更多表,那么数据库服务器将对每个连接表执行相同的操作。 www.ibm.com 3. Query 2 applies the join predicate to the authors table. 查询2对authors表应用连接谓词。 www.ibm.com 4. Specify the columns the join uses. 指定联接所使用的列。 msdn2.microsoft.com 5. In Example 2, the join is done in DataStage, and it is a relational join that produces a flat list with duplications. 在Example2中,联接在DataStage中完成,它是一个关系型联接,产生一个有重复的平板式列表。 www.ibm.com 6. If the join. Please bring a warm heart. 若加入。请带温暖的心。 b.qzone.qq.com 7. Whether the join is on a unique key. 表示是否在唯一键上联接。 msdn2.microsoft.com 8. Thus, the way you write the XMLEXISTS predicate can affect the join order in these previous versions of DB2. 因此,编写XMLEXISTS谓词的方式可以影响以前的DB2版本连接顺序。 www.ibm.com 9. Review the three options in the Join Properties dialog box. 查阅“联接属性”对话框中的三个选项。 office.microsoft.com 10. Therefore, a SORT node is also added to the outer of the join to enforce the order. 因此,也要添加SORT节点到联接的外部来执行顺序。 www.ibm.com 1. Name of the join article. 联接项目名。 msdn2.microsoft.com 2. In the Join Properties dialog box, note the choices listed beside option 2 and option 3. 在“联接属性”对话框中,注意选项2和选项3旁列出的选项。 office.microsoft.com 3. To define the join points where I will handle exceptions. 中以定义我要处理异常的连接点。 www-128.ibm.com 4. The join of sitting room and kitchen is the window of this case, at the same time with dining-room 3 syncretic , widened eye shot. 客厅与厨房的连接是本案的亮点,同时与餐厅三位合一,开阔了视野。 dictsearch.appspot.com 5. Which is most suitable can depend on the join strategy. 到底哪一个匹配谓语最合适,这取决于连接策略。 www.ianywhere.com 6. We zealously welcome the join of elites in PVC fields as we always do. 本公司将一如既往以开阔的胸怀笑迎业界精英的加盟。 detail.b2b.cn 7. You can't type a name if you didn't choose the join domain option. 如果没有选择加入域选项,您则无法键入名称。 angel.w15.5tom.cn 8. Once both actions complete, the join control node [5] is invoked [6]. 这两个动作完成之后,就会触发join控制节点[6]。 www.infoq.com 9. What is the join sequence and join method? 连接顺序或连接方法是什么? www.ibm.com 10. The join of branches such as river Tao and river Huang adds to the quantity of water in the yellow river. 本河段有洮河、湟水等支流汇入,使黄河水量增加。 blog.sina.com.cn 1. Can you see the join in the coat? 你能看到衣服上的接缝吗? zhidao.baidu.com 2. Relational guidelines such as JOIN, MSJOIN, NLJOIN, and HSJOIN can be used to specify the join order and the join type. 关系准则,比如JOIN、MSJOIN、NLJOIN和HSJOIN都可以用来指定连接顺序和连接类型。 www.ibm.com 3. In query Design view, double-click the join you want to change. 在查询设计视图中,双击要更改的联接。 office.microsoft.com 4. In some cases, you need to adjust the join properties to include extra rows from one table. 在某些情况下,您需要调整联接属性以包括一个表中的其他行。 office.microsoft.com 5. For example, if the join column in the first table is a date, you must relate it to a date column in the second table. 例如,如果第一个表中的联接列是日期,则必须将其与第二个表中的日期列相关。 msdn.microsoft.com 6. The difference between Figure 6 and Figure 7 is that in Figure 7, a SORT node is added on the outer side of the join. 在图7上图6与图7之间所不同的是,一个SORT节点被添加到联接的外部。 www.ibm.com 7. Instead, use a virtual table with a WHERE clause, or define the join as a view in the data source, and execute the rule on this view. 相反,可使用具有WHERE子句的虚拟表,或者将连接作为数据源的视图进行定义,并在这一视图中执行规则。 www.ibm.com 8. The Cartesian join is reduced by the filters found in the join expressions from each dimension to the fake fact. 由于伪事实的每个维度中的连接表达式的过滤,笛卡尔连接结果缩小了。 www.ibm.com 9. Double-click a join to open the Join Properties dialog box. 双击某个联接打开“联接属性”对话框。 office.microsoft.com 10. Open the property details for the join transform. 打开该联接转换的属性详细信息。 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。