The idea was to test the machines on a database that included up to 1 million different images of nearly 700,000 different people.
研究的思路是在一个囊括了将近70万个不同的人的100万张不同图像的数据库上测试机器。
One of his responsibilities is to create and maintain test database instances for GSDB developers.
他的职责之一是为GSDB开发人员创建和维护测试数据库实例。
The example in Listing 2 connects to the test database and creates two tables.
清单2中的例子连接到测试数据库并创建了两个表。
As shown, you receive a warning message that the test database wasn't created because it already existed.
如上所示,您收到一条警告消息,指明测试数据库未创建,因为它已经存在。
For a test database with no special requirements, this can be accomplished using a CREATE DATABASE command without further options.
对于没有特殊需求的测试数据库,可以使用CREATE DATABASE命令创建此数据库,不需要其他选项。
In the banking world the production world is heavily walled off, so it becomes tricky ensuring that a test database is meaningful and current and can be used concurrently with automated tests.
在银行业,产品世界更是和开发有着严格的分隔。所以在保证数据库测试普遍有用性的同时又能与自动测试并发,是需要很多技巧的。
To help you get up to speed quickly on these features, this article described how to create a test database and sample tables for storing XML documents.
为了帮助您快速掌握这些特性,本文描述了如何创建一个测试数据库和样例表来存储XML文档。
This may seem unusual because nothing like this happened when you first created the test database.
这看起来不太正常,因为在第一次创建测试数据库时没有发生这种情况。
For testing purposes, we want to ensure the test database has the same table structures as the development database.
为了进行测试,我们希望确保测试数据库具有与开发数据库相同的表结构。
To run the tests, you also need to configure the test database with the stock prices the tests expect.
为了运行测试,您还需要使用测试期望的股票价格对数据库进行配置。
My production user database will be OK; it only impacts my test database, right?
我的生产用户数据库没有问题,它仅仅影响我的测试数据库,不是么?
The database administrator USES TDM to copy the appropriate data from the production database to the test database that the developer created.
数据库管理员使用TDM从生产数据库将适当的数据复制到开发人员创建的测试数据库。
In real life, your development or test environment may point to the same database, but your production environment would certainly be separated from the development or test database.
在现实中,开发环境和测试环境可能指向同一个数据库,但是生产环境肯定应该与开发或测试数据库分开。
The test database will be used for running your tests to avoid affecting your development environment.
测试数据库将用于运行您的测试,以避免影响开发环境。
Scenario: you've created a test database system that you want to move into production on a separate system.
场景:您已经创建了一个测试数据库系统,现在希望将其移动到位于不同机器上的产品系统中。
To create the test database, open a DB2 command window and populate the database.
要创建测试数据库,则需要打开DB 2命令窗口并填充数据库。
This result demonstrates that, despite the warning, your first attempt to create a connection to the test database succeeded.
该结果说明,尽管有警告,但创建数据库连接的第一次尝试成功了。
This example first tries to connect to the test database using the original JDBC URL.
本例首先尝试使用原始的JDBCURL连接测试数据库。
Create a test database on your DB2 server, and call it TESTDB, using the steps below.
按照以下步骤,在DB 2服务器上创建一个测试数据库,并把它命名为testdb。
For convenience, running the following files in CONNECT_BY.zip when connected to a test database will reproduce all the DB2 SQL in this article.
为了方便,当连接到一个测试数据库时,运行CONNECT _ BY . zip中的以下文件将重新产生本文中的所有DB 2sql。
By default, the Mongo shell connects to the "test" database.
默认情况下,Mongoshell连接到“测试”数据库。
Select the GSDBDEV test database connection, which has the changes you want to migrate, then click on Next.
选择GSDBDEV测试数据库连接,这其中包含您希望移植的修改,然后单击 Next。
Deploy the test database on a Domino server and sign the dxldoc agent with the proper authority.
部署Domino服务器上的测试数据库并使用适当的授权登录dxldoc代理。
She wants to copy these tables to her Oracle test database in order to determine if the structure and application changes she has made are suitable in that environment.
她想要将这些表复制到Oracle测试数据库,以确定她进行的结构和应用程序更改是否适合Oracle环境。
Fixtures allow you to populate your test database with predefined data values before you run your tests.
在运行测试之前,可以使用 fixture用预定义的数据填充测试数据库。
In this example, the seg0 directory holds the data files that you'll use for the test database.
在本例中,seg0目录保存将用于测试数据库的数据文件。
The db2look tool can extract data definition language (DDL) statements from a database in order to reproduce the database objects of a production database on a test database.
db2look工具能够从一个数据库中提取数据定义语言 (DDL)语句,以便在测试数据库中复制产品数据库的数据库对象。
Creating database objects for managing XML data, including a test database, sample tables, and views.
创建用于管理XML数据的数据库对象,包括一个测试数据库、样例表和视图。
Migrate the changes from the test database (GSDBDEV) back to the production database (GSDB).
将测试数据库(GSDBDEV)的修改移植到生产数据库(GSDB)。
The compare and migrate capability allows Erik to visually compare his test database against his production database.
这个比较与移植功能使Erik 能够以可视的方式比较测试数据库与生产数据库。
应用推荐