一列使用一个外键链接到表单上(表中的一行)。
One column links to the form (the row in the table) using a foreign key.
下一个,要这一个元素,就擦掉这一行和这一列。
Let's do the next one. So, for this entry, I'll delete this row and this column.
如果这些信息在数据库中,则每一行描述一个用户,而每一列则包含该用户的一个属性。
If it is in a database, each row describes a user and each column contains an attribute of that user.
这个表中的每一行都是一个单独的任务,每一列是一个任务属性。
Each row in this table is a separate task, and each column is a task property.
可以将控件添加到某一行的下一个可用列中,如果这一行中没有更多的列,那么该控件将移动到下一行的第一列中。
Controls are added to the next available column in a row; if no more columns exist in the row, the control moves to the first column of the next row.
由于其规则结构,关系数据是“密集的”,即每一行中的每一列都有一个值。
Because of its regular structure, relational data is "dense" — that is, every row has a value in every column.
表格的每一行代表一条记录,表格的每一列代表一个字段。
Each row in the table represents a record, while each column in the table represents a field.
您想个性化的内容也经常在关系数据库中,此时每一行代表一段内容,而每一列保存描述该内容的一个属性。
Content that you want to personalize is often also found in relational databases, where each row represents a piece of content, and each column holds an attribute describing that content.
在设计图面中,输入股票代号作为在第一个单元格中(第一行、第一列)的文本。
In the design surface, enter Stock symbol for the text in the first table cell (the first row and first column).
考虑到一个文档对应rdbms(关系型数据库管理系统)中表的一行,一个字段对应表的那一行的某一列。
Think of a Document as a row in a RDBMS, and Fields as columns in that row.
这样之后,你就可以在其中的控件上,用XAML的“附加属性”语法指定它属于哪一行、哪一列。
You can then use the XAML "Attached Property" syntax on controls contained within the grid to indicate which grid row and column they should be populated within.
将它们添加到第一行中,从第一列开始,移到同一行中的下一列。
They are added in the first row, starting from the first column, moving to the next column in the same row.
表2显示的这个例子中,第一列中记录了每一行所显示的变化日期。
In the example shown in Table 2, the first column holds the date on which the change shown in each row is made.
我的意思就是,写成一行一行或者一列一列的都可以。
下一行内容与之前相类似,但第一列通过prepend - 1修饰符稍微与网格有所远离,如清单6所示。
The next row of content is similar to the previous, but the first column is pushed slightly off the grid with the prepend-1 modifier, shown in Listing 6.
一些错误看起来是无心之失——庞大的电子数据表中错移的一行或一列数据;还有一些无法解释的错误,杜克的团队轻描淡写地解释为“笔误”。
Some seemed careless — moving a row or a column over by one in a giant spreadsheet — while others seemed inexplicable. The Duke team shrugged them off as “clerical errors.”
在表单的主区域中创建一个表,使用一行用于各个已定义的属性和操作对,一列用于标签,另一列用于Edit字段,最后一列用于Set按钮。
In the main area of the form, we create a table with one row for each property and action pair we defined, one column for a label, another for an Edit field, and a last one for a Set button.
你可能还不知道,在CSV的数据行中可以关联元数据,只要添加一列并在该列的第一行写上[expectedexception]、[Description]或者其他的元数据就行了。
Did you know you can associate metadata with CSV data rows, like expected exceptions? Just add a column with a header like "[ExpectedException]", "[Description]", or some other metadata.
如果sybase现有表定义声明某一列为NOT NULL,但是在结果集中的某一行记录在那一列没有值,就可能发生上述错误。
The above error can occur if the Sybase existing table definition declares one of the columns to be NOT NULL but there is no value for that column in one of the records of the result set.
表2中每一行用于一个查询,每一列分别用于前面定义的索引idx3到idx6。
Table 2 has one row for each of these three queries, and one column for each of the indexes idx3 through idx6 defined above.
查询结果的第一行中的第一列将用作新的updatevalue。
The first column from the first row of the query result is used as the new update value.
它的gridx和gridy值都是0,表明文本字段显示区最左边的角应该从网格的第一行、第一列开始。
Its gridx and gridy values are both 0, which indicate that the leftmost corner of the text field's display area should begin in the first row and first column of the grid area.
当用户移到另一行或另一列,且新单元格获得焦点时发生。
Occurs when a user moves to another row or column, after the new cell gets the focus.
元数据“{row:1,column-> One}asA”意味着我们例子中的UI元素——一个TextBox,处于第一行,并和header“One”处在同一列。
The meta data "{row: 1, column -> One} as A" means the UI element, a TextBox in our case, is in row 1 and the same column as where the header "One" is. The test code is very clean, for example
也就是说,它将从紧挨着游标的上一行中复制同一列中的字符。
That is, it copies the character in the same column from the line immediately above the cursor. For example, a CTRL-Y in the following situation would insert an "m" at the cursor.
在矩阵中,每一行确定了一个测试用例,而每一列则代表一个参数。
In the matrix, each row specifies a test case and each column is a parameter setting.
大纲形式与平板形式很相似,只是大纲形式在每一个分组的顶端有一个小计,而且下一列的项目显示在前一列项目的下一行。
The outline layout is very similar to tabular except that you can have subtotals at the top of every group, since items in the next column are displayed on row below the current item.
表的每一行都是由一个唯一的主键标识的。主键由一列或多列构成。这意味表里不会有重复的行。
Each row of a table is uniquely identified by a primary key composed of one or more columns. This implies that a table may not contain duplicate rows.
表由列和行组成,每一列表示表中的一个字段,每一行则表示表中的一条数据记录。
Tables are made up of columns and rows. Columns represent individual fields in a table. Rows represent records of data in a table.
表由列和行组成,每一列表示表中的一个字段,每一行则表示表中的一条数据记录。
Tables are made up of columns and rows. Columns represent individual fields in a table. Rows represent records of data in a table.
应用推荐