网站首页  词典首页

请输入您要查询的英文单词:

 

单词 HTML table
释义

HTML table

  • 网络表格
1.
表格
关于表格(HTML table)的一些技巧 haoxuelixing 2010-1-18 10:12 0480 haoxuelixing 2010-1-18 10:12 高级模式 B Color Image L…
club.topsage.com

例句

释义:
1.
In this case, the name of the location and its weather data items displayed in an HTML table are extracted.
对于这种情况,将提取显示在HTML表中的位置名及其天气数据项。
www.ibm.com
2.
In addition to displaying the U. S. airports you create in an HTML table, the trip planner will plot the airports on a map as well.
除了能显示您在HTML表创建的美国机场以外,tripplanner还将在地图上把机场描绘出来。
www.ibm.com
3.
Imagine running a SQL SELECT statement and merging the results directly into an HTML table marked up to your specifications.
想象一下,运行一个SQLSELECT语句,并将结果直接合并到一个符合自己的规范的HTML表格中。
www.ibm.com
4.
You don't have to use the HTML table element to display XML data. Data from a Data Island can be displayed anywhere on an HTML page.
你不必非得用HTML表格元素来显示XML数据。来自数据岛的数据可以在HTML页面的任何地方显示。
smallb-o-y.blog.163.com
5.
However, it is often very useful to find static text on a Web page, for example, to verify the text appearing in an HTML table or document.
不过,查找Web页面上的静态文本通常非常有用,例如,用来验证HTML表或文档中显示的文本。
www.ibm.com
6.
The rendered Web page results in an HTML table with a different background color for the alternating item template.
最终结果是一个HTML表,其中的交替项模板具有不同的背景色。
msdn2.microsoft.com
7.
Control uses an HTML table to lay out the rendering of items to which the template is applied .
控件使用HTML表对应用模板的项的呈现方式进行布局。
www.bing.com
8.
To present this information in an HTML table, you might use something like the XSLT instructions in Listing 2.
要在一个HTML表中表示这个信息,您可能需要使用如清单2所示的XSLT指令。
www-128.ibm.com
9.
Control, which enables you to display data in an HTML table using a layout you define.
控件,该控件允许您使用自己定义的布局显示HTML表中的数据。
msdn2.microsoft.com
10.
Control allows you to build an HTML table and specify its characteristics in a straightforward manner.
控件允许您生成HTML表并以直接方式指定其属性。
msdn2.microsoft.com
1.
Your task is to take this XML document and transform it into an HTML table that illustrates the results, as shown in Figure 1.
您的任务是获取此XML文档并将其转换为显示结果的HTML表格,如图1所示。
www.ibm.com
2.
Suppose you are tasked with creating an XSLT style sheet to render the product list in an HTML table as shown in Figure 1.
假设您的任务是创建一个XSLT样式表,以在如图1所示的HTML表中显示产品清单。
www.ibm.com
3.
A zone in the Web Parts control set is a composite control that contains other controls and is rendered as an HTML table.
Web部件控件集内的区域是包含其他控件的复合控件,作为一个HTML表呈现。
msdn2.microsoft.com
4.
This product catalog is formatted into an HTML table, with controls for the user to add each item to his or her shopping cart.
该产品目录被格式化为一个HTML表,带有可供用户添加商品到其购物车的控件。
www.ibm.com
5.
It maintains a list file that has one HTML table row for each Purify run so far, in reverse chronological order.
它维护了一个到目前为止对每个Purify运行都有一个HTML表格行的文件列表,反之则是按照时间顺序的。
www.ibm.com
6.
The first parameter in the constructor is the ID of the HTML table that will be converted into a LiveGrid.
构造函数中的第一个参数是被转换成LiveGrid的HTML表的ID。
www.ibm.com
7.
Email is in HTML table format with item number, description, quantity, price, tax, discount, shipping, and total.
电子邮件是在HTML项目编号,名称,数量,价格,税收,折扣,运费,总表格式。
www.bing.com
8.
This will display an html table with result sets if it executed properly.
如果它执行正确,就会显示一个带有结果集的html表。
www-128.ibm.com
9.
GetErrandListHTMLView generates the HTML to display each errand in the list as a row in a table, and holds the HTML table until needed.
GetErrandListHTMLView生成将列表中每个差事显示为表中一行的HTML,并保留HTML表直到需要该表时。
www.ibm.com
10.
Using an XSLT 1. 0 approach, you might build the HTML table one row at a time, as shown in Listing 6.
您可以使用XSLT1.0的方法构建HTML表,每次一行,如清单6所示。
www.ibm.com
1.
It generates an HTML table with field names from the query result object as a header row, then each record listed subsequently.
它生成了一个HTML表,并且以来自查询结果对象的字段名作为表的标题行,之后,每条记录依次列出。
www.ibm.com
2.
In the same manner, you can bind an HTML table to the contents of a range in the Spreadsheet component.
同样,您可以将一个HTML表格绑定到电子表格组件中一个区域的内容上。
www.xgdown.com
3.
This information is then formatted into an HTML table for display, together with appropriate controls to modify quantities or delete items.
然后该信息被格式化为一个可显示的HTML表,连同用于修改数量或删除商品的适当控件。
www.ibm.com
4.
This information is retrieved with Ajax and is inserted into an HTML table (see Figure 1; click here for a larger version of Figure 1).
这些信息通过Ajax获得,并插入到一个HTML表中(如图1所示;单击这里查看图1的放大图)。
www.ibm.com
5.
This step takes the items array declared in the JSON and uses it to dynamically build an HTML table showing the statistics details.
该步骤接受JSON中声明的条目数组,使用它动态地构建一个显示统计信息细节的HTML表。
www.ibm.com
6.
A title bar for a control is rendered at run time as an HTML table cell.
控件的标题栏在运行时呈现为HTML表单元格。
msdn2.microsoft.com
7.
If you convert an HTML TABLE element to an ASP. NET server control, it is created as an instance of the HtmlTable class.
如果将一个HTMLTABLE元素转换为ASP.NET服务器控件,则该元素将被创建为HtmlTable类的实例。
msdn2.microsoft.com
8.
This information is available on the official Indian Government website, as a formatted HTML table ( Figure 10).
该信息在印度官方政府网站中以格式化的HTML表予以提供(图10)。
www.ibm.com
9.
The Table class allows you to build an HTML table and specify its characteristics.
Table类使您可以生成HTML表并指定其特征。
msdn2.microsoft.com
10.
This part of the transformation puts the results of the query into an HTML table.
这个部分的转换将查询结果放到HTML表中。
www.ibm.com
1.
The JSP page displays a list of names and phone numbers in an HTML table.
JSP页面在一个HTML表中显示了一个名称和电话号码列表。
www.ibm.com
2.
So, if you want to create a LiveGrid to show five rows, the HTML table that you create will need to have six rows.
因此,如果创建一个要显示5个行的LiveGrid,那么所创建的HTML表需要6行。
www.ibm.com
3.
The Web page HTML table editor provides multiple ways to select both table elements and the contents of table cells.
网页HTML表编辑器提供了多种方法来选择表元素和表单元格的内容。
msdn2.microsoft.com
4.
The list. gsp page then iterates through the list, building an HTML table row by row.
gsp页面随后将遍历列表,逐行构建HTML表格。
www.ibm.com
5.
This function prints the entire result set as an HTML table.
该函数将整个结果集打印成HTML表。
www.ibm.com
6.
Control was designed to display data in an HTML table.
控件旨在在HTML表中显示数据。
msdn2.microsoft.com
7.
In table layout, the items are rendered in an HTML table.
在表布局中,列表项在HTML表中呈现。
msdn2.microsoft.com
8.
You are creating an HTML table as a container for the text and controls.
现在创建HTML表作为文本和控件的容器。
msdn2.microsoft.com
9.
Control renders items in a list using HTML table elements.
控件使用HTML表元素在列表中呈现项。
msdn2.microsoft.com
10.
The SimpleDataBoundControl class renders an HTML table based on the data collection specified in its DataSource property.
SimpleDataBoundControl类根据其DataSource属性中指定的数据集合呈现HTML表。
msdn2.microsoft.com
1.
It queries the table created earlier, and then iterates over the result set, creating an HTML table.
它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。
www.ibm.com
2.
For example, the same result set might be presented as an HTML table, a CSV file, an XML document, or an RSS feed.
例如,相同的结果集可能显示为HTML表、CSV文件、XML文档或RSS提要。
www.ibm.com
3.
The control layout is rendered using an HTML table, which is not recommended by some guidelines.
使用HTML表呈现该控件布局,某些指南不建议这样做。
msdn2.microsoft.com
4.
For the first part of this section, you will add an HTML table.
这一节的开始部分将添加一个HTML表。
msdn2.microsoft.com
5.
This function makes heavy use of script. aculo. us's Builder library to create an HTML table with all the user's services shown.
此函数主要使用script.aculo.us的Builder库创建一个HTML表,在其中显示所有用户的服务。
www.ibm.com
6.
As shown in Listing 23, use an HTML table to organize the textboxes.
如清单23所示,使用HTML表格来组织文本框。
www.ibm.com
7.
Control to display data in an HTML table.
控件在HTML表中显示数据。
msdn2.microsoft.com
8.
For details, see HTML Table Editing Tips in Visual Web Developer.
有关详细信息,请参见VisualWebDeveloper中的HTML表编辑提示。
msdn2.microsoft.com
9.
You can think of HTML table, table row, and table cell tags as nested tags.
可以将HTML表、表行以及表单元格标记看成是嵌套标记。
www.docin.com
10.
For your layout, you will use an HTML table.
对于您的布局,将使用HTML表。
msdn2.microsoft.com
1.
For details, see HTML Table Editing in Visual Web Developer.
有关详细信息,请参见VisualWebDeveloper中的HTML表编辑。
msdn2.microsoft.com
2.
Finally, add the HTML table to capture the user input and actions.
最后,添加HTML表来捕获用户输入和动作。
www.ibm.com
3.
Drag and drop an HTML table from the palette onto the editable section in the middle of the JSP page. Select 3 rows and 1 column.
将HTML表格从选项板拖放到JSP页面中间的可编辑区域上,选择第3行和第1列。
www.ibm.com
4.
Sample data is provided below in HTML table form.
下面提供了HTML表形式的示例数据。
office.microsoft.com
5.
How to display the data from the database table in an HTML table.
如何在一张HTML表格中显示来自数据库表中的数据。
www.w3pop.com
6.
Listing 11 shows two more global variables you can use to generate the HTML table.
清单11给出了另外两个您可以用来生成HTML表的全局变量。
www.ibm.com
7.
How to add colors to the HTML table to make it look nice.
如何在HTML表格中添加颜色使其更美观。
www.fzs8.net
8.
Control renders an HTML table at run time.
控件在运行时呈现HTML表。
msdn2.microsoft.com
9.
The table element layout is similar to an HTML table.
表格元素的布局很像HTML的表格一样。
www.infoq.com
10.
Use an html table to edit the page layout.
使用html表格来编辑页面布局。
www.ibm.com
1.
The web page now contains a new HTML table.
网络页面现在包含有一个新的HTML表格。
www.ibm.com
2.
An HTML table will be created.
将创建一个HTML表格。
www-128.ibm.com
3.
Just the basics: How to insert a simple HTML table, what the tags are like, and how to change properties.
表格基础知识:如何插入简单的HTML表格、标记是什么样子以及如何更改属性。
office.microsoft.com
4.
For example, Listing 6 demonstrates an HTML table that represents a simple Selenium test.
例如,清单6展示了一个表示简单的Selenium测试的HTML表。
www.ibm.com
5.
This tag defines an HTML table: . With an added border attribute, you can tell the browser that the table should have no borders
标签定义的是属性,就可以让浏览器显示无边框的表格,像这样
www.netjc.com.cn
6.
Here's a simple table that illustrates some of the features of the HTML table model. The following table definition:
下面是一个简单的展现HTML表格模型特性的表格。下面是表格的定义:
blog.sina.com.cn
7.
Control explicitly places items in an HTML table, where as the
控件将项显式放在HTML表中,而
msdn2.microsoft.com
8.
To create an HTML table with data from a recordset, we only need to use three of the parameters above (all parameters are optional)
我们只需用到上述的所有参数中的三个(上述所有参数都是可选择使用的)就可以创建一个带有记录数据的HTML表
www.w3pop.com
9.
To set tag-formatting rules for an HTML table
为HTML表设置标记格式设置规则
msdn2.microsoft.com
10.
The code runs an SQL against a database and returns the result as an HTML table
代码运行了SQL来从数据库中将结果返回到HTML表格
bbs.linux.ccidnet.com
1.
The following example demonstrates one way of how to display a database query in an HTML table
下面这个例子演示了在HTML表单中显示数据库查询信息的方法
www.w3pop.com
2.
Display records in an HTML table
在一张HTML表格中显示记录
www.w3pop.com
3.
Cell border styles in the HTML table
HTML表中的单元格边界样式
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/2 9:21:03