In this case, you create a new data set to represent all of the team areas to choose from, and then you expose that data set to the report user as a list box.
在这种情况下,您可以创建一个新的数据集合,以代表所有的团队区域,然后您可以向报告用户将数据集作为一个列表框公布。
Similarly, if a double comma is entered as user data, then the channel exit at that position in the list will get user data consisting of a blank String.
类似地,如果输入两个逗号作为用户数据,那么列表中该位置的通道出口将获取由空白字符串组成的用户数据。
The first segment of this script is as before — two nested SQL queries, with the inner one using data from the outer one to generate a list of country and city data.
这段脚本的第一小段跟以前一样 —两个嵌套的SQL查询,内部查询使用外部查询的数据生成一个国家和城市数据列表。
To view performance data for the current database server, expand the list and select a type of performance data.
要想查看当前数据库服务器的性能数据,应该展开列表并选择性能数据类型。
If any user enters problematic data, we want to ensure that the list of error messages is displayed so that the user can correct the input data.
如果任何用户输入了有问题的数据,我们希望显示错误消息列表,让用户可以纠正输入数据。
Single list concept - a list in the assembly data model describes a new dimension in the data.
单一列表概念—程序集数据模型中的一个列表描述数据中的一个新层面。
Clearly, pushing data into the queue is akin to appending data to the list, and this operation must be guarded by mutex locks.
显然,把数据放到队列中就像是把数据添加到列表中,必须使用互斥锁保护这个操作。
Once the data center is selected, a list of available images in that data center is displayed.
选定数据中心之后,就会显示该数据中心中可用映像的列表。
This list can be developed from a review or refinement of terms appearing in the names of data elements defined in existing data systems.
这个列表可以通过考察或调整现有数据系统中定义的数据元素名称开发出来。
The type of data exported has been determined by the analysis provider, which will supply a list of known data exports and allow you to select which one to perform (see Figure 9).
导出数据的类型已经由分析提供者所决定,该功能将提供一列已知的数据导出,并且允许您选择要执行哪个(参见图9)。
In cases where the data type of a column can be altered, the list of compatible data types is automatically listed in the data type drop down for each column.
如果列的数据类型可以更改,则兼容数据类型的列表在每个列的数据类型下拉列表中自动列出。
If you go back to Listing 1, you will notice that your home screen had links to two other pages, one for the list view of the data and another for the table view of the data.
回到清单1,您将注意到您的主屏幕已经连接到其他两个页面了,一个是数据的列表视图,另一个是数据的表格视图。
A CSV file is a very common way to represent tabular data, most commonly used as the format for data exported from a spreadsheet (such as a list of contacts with their contact details).
CSV文件是表示表格式的数据的一种很常见的方法,表格式通常用作从电子表格导出的数据(比如带有详细信息的联系人列表)的格式。
Customer names, addresses, and contact information are examples of core business data, while the list of valid marital statuses would belong to the category of supporting configuration data.
客户名、地址和联系信息是核心业务数据的示例,而有效的婚姻状况清单将属于支持配置数据范围。
Data types for parameters are pre-filled in the data type drop down list based on the DB2 server.
参数的数据类型基于DB 2服务器预填充在数据类型下拉列表中。
In cases where the platform allows altering the column data type, the list of data types available is pre-filled with the valid compatible data types for that platform, making the type selection easy.
在平台允许更改列数据类型的情况下,可用的数据类型预先填写有该平台的有效兼容数据类型,使类型选择更为容易。
A review group (or even an individual data type owner) can maintain a list of common data type definitions across the company.
讨论会(或者专门的数据类型所有者)可以维护在整个公司范围内通用的数据类型定义列表。
The drop-down lists for data types for parameters are pre-filled with an IDS-specific list of data types.
参数的数据类型下拉列表预填充了特定于IDS 的数据类型。
The code change would be a reorganization of the current list into two lists, one with data that had been SACKed and one with data that had not been SACKed.
这里的代码改变是把当前列表重新组织成2个列表,一个是已经选择性应答的数据,另一个是未选择性应答的数据。
Numerous data collectors are available in the Data Sources list.
DataSources列表中有大量数据收集器可用。
This string is then passed into the VectorSpace module, and a data hash data structure is keyed on the filename for the list of vectors within a file.
随后,此字符串将被传递给VectorSpace模块,并且数据散列的数据结构将依靠文件名来获得文件内的向量列表。
Clojure is a Lisp variant, so evaluation occurs by first reading an expression as a Clojure data structure (usually a list), then evaluating each expression in the data structure.
Clojure是一种Lisp变体,因此计算过程首先将一个表达式读取为Clojure数据结构(通常是一个列表),随后计算数据结构中的各表达式。
If the length is big enough, the list of configured Domino servers will be placed in the data buffer area. Otherwise it will result in errors or incomplete data being returned.
如果长度足够用,则会将已配置Domino服务器的列表放入数据缓冲区中,否则会引发返回错误或不完整的数据。
That is, in Vimscript, printf doesn't print a formatted version of its list of data arguments; it returns a string containing a formatted version of its list of data arguments.
也就是说,在Vimscript中,printf并不会输出其数据参数列表的格式化后的版本;它会返回一个字符串,其中包含了数据参数列表的格式化后的版本。
Your list of selected data should include data for both the application under test and the target environment(s). What data will you need to test
您所选择的数据列表应当包括针对被测试应用和目标环境的数据。
A data provider is a model for the data viewed within components, such as List and DataGrid, which in theory is simply an array of objects.
数据提供程序是在组件(如List和DataGrid)中查看的数据的模型,理论上只是一个对象数组。
At the start, you create your data structure (my_data_struct), which includes some data and then two list heads.
一开始,您创建了您的数据结构(my _ data_struct),该结构包含一些数据和两个列表头。
In the data set list, select your data set.
在DataSet列表中,选择您的数据集合。
Data browser window — displays run summary data in the memory TAB; and displays. memory profiling data in the Call graph, Function List view, and Object List view tabs.
Databrowser窗口——在Memory选项卡中显示执行的概要数据,在call图、FunctionList视图,和Object List视图选项卡中显示内存概要数据。
Specify the data types of the columns by double clicking in the data type field and selecting from the drop down list.
在datatype域中双击右键,并从下拉列表中进行选择,指定各个列的数据类型。
应用推荐