Note that with a small change, one could count in how many cycles a given row participates.
注意,通过一点儿小小的变动,可以计算出一个给定行参与了多少个循环。
Note that you actually allow the option to conveniently specify a single column and a single row instead of a columns and rows range.
注意,您实际上是允许方便地指定单个的列和单个的行,而不是一个列和行区间。
Note that reuse of space made available by delete activity or update activity, which changes row size, does not occur until the table is reorganized.
注意,删除活动或更新活动可以实现空间重用,这将改变行大小,并且在表重组之后才会发生。
Note, however, that inlining significantly increases the row size on your data pages. This in turn decreases the number of rows per page.
但是要注意,内联会极大增加数据页面的行大小,从而减少每个页面的行数量。
Note that the row and column order is the same as the element order in each set, and the index variable names are consistent between lines 12, 13, and 14.
注意行和列的次序与元素在每个集合中的顺序是相同的,索引变量名在第12、13和14行是一致的。
Note: in this case tables T1 and T2 are joined without any condition, so every row in T1 matches every row in T2.
注意:本例中,表t1和T2的连接是不含任何条件的,因此,T 1中的每一行会匹配t 2中的每一行。
Note: Use this mode only if the application can tolerate false negatives and does not want to add additional storage to each row for a row CHANGE TIMESTAMP column.
注意:只有在应用程序可以容忍漏判,并且不希望向每一行添加针对ROWCHANGE timestamp列的额外存储的情况下,才使用这种模式。
NOTE in the case of a single, integrated table, this trigger is not needed at all; once a row is deleted, that's it.
注对于添加了空间列的源表,根本不需要这个触发器;一旦删除了一行,它就消失了。
Note that we do not need to define the options for the entire table, because they are different for every row.
请注意我们无需为整个表定义选项,因为针对每行的选项都不同。
Note that to get this to work, I added another row to the HTML body with two cells, the first with the ID sender and the second with the ID response.
注意,为使此调用正常工作,我向HTMLbody中添加了另一个有两个单元格的行,第一个单元格id为sender,第二个单元格id为response。
Note that we get an extra row from Query 10, because SQL's group by also produces a group for NULL values, and there is one employee in our sample table with no office information.
请注意,在查询10中多获得了一行,这是因为SQL的groupby函数还为null值生成一个组,我们的示例表中有一名员工没有办公室信息。
Note: Remember that the row elements are computed as XPaths, not as XSLT patterns, so you have to express the full path from the document root to the elements in question.
注意:要记住,行元素是作为XPath 而非XSLT模式计算的,因此必须使用从文档根到当前元素的完整路径表示。
Note that row 1 has been updated.
注意,第一行已经被更新了。
Note that we've specified that we only want the row that has the value of the 'id' field set to '101'.
注意,我们已经指定了我们只需要那些‘id’值设定为‘101’的行。
Also, note that you consider the values of all the cells in the row to be updated simultaneously at each step of the evolution.
同时,还要注意考虑一行中所有细胞的值是在进化的每一步中同时更新的。
With this in mind, in Figure 2, note that one row has a null entry for the COMMENT column.
记住这些,在图2中,注意comment列的某一行有一个空的条目。
Note that this assumes that key columns are never updated; once a row exists, it is immutably tied to its primary-key value.
注意,这假设从不更新键列;一旦一行存在了,它的主键值就不变了。
Note that you can't always play all of the missions in a particular strand right in a row.
请注意,您不可能总是以线形流程完成所有任务。
Note that for a DAG represented in Matrix, shifting position of entire row or entire column still makes the representation equivalent.
注意,一个DAG表示为矩阵,移位置的整行或整列仍然是等效的表示。
Figure 9 shows a simple Dojo grid application where all the options for the 1st column are the same for each row (normal, note and important).
图9所示的是一个简单的Dojo网格应用程序,其中1st列的所有选项对每行都是相同的(normal、note和important)。
Note also that a Row is ordered, so that you can pull out name/value pairs by index.
还要注意的是Row 是排序的,这样您就可以通过索引来取出名称/值的对。
Finally, note how the single row VALUES clause is used in the return statement to return the end result as a single-row table.
最后,注意在return语句中使用了单行的values子句,以便将最后的结果以单行的表的形式返回。
Note that the selections for the last row of normal-3, note-3, and important-3 are different from the selected options for the other rows of normal-1 and note-2.
请注意normal - 3、note - 3和important - 3最后一行的选择与normal - 1和note - 2的其他行所选中的选项不同。
Note: Different letters in the same row mean significant difference at 5 % level of probability (LSD), and they are the same as the following.
同一行上的不同小写字母表示同一层次不同处理在5 %水平上的显著差异(LSD),下同。注。
A row of karst hills along its Banks has been immortalized on one side of the 20 renminbi note.
20元面值的人民币的背面,印的就是漓江两岸的一排喀斯特山峰。
Note that as you move from one tile to the next in a given row, the image is flipped horizontally.
请注意,当您从一个拼接移到同一列的下一个拼接时,即会水平翻转影像。
Note the row number that appears in the dialog box.
记下对话方块中出现的资料列编号。
Note that as you move from one tile to the next in a given row, the image is flipped horizontally, and as you move from one tile to the next in a given column, the image is flipped vertically.
请注意,在给定行中从一个平铺图像移到下一个时,图像将水平翻转;在给定列中从一个平铺图像移到下一个时,图像将被垂直翻转。
Note that when you're calculating the next row of the table in the dynamic programming solution to solve the LCS problem, you only need the previous row and your current row.
请注意,当你计算下一行的表动态规划解决方案解决LCS问题,你只需要前面的行和你当前的行。
Note that when you're calculating the next row of the table in the dynamic programming solution to solve the LCS problem, you only need the previous row and your current row.
请注意,当你计算下一行的表动态规划解决方案解决LCS问题,你只需要前面的行和你当前的行。
应用推荐