接下来,我填充数据库,如清单2所示。
您还将用样例数据填充数据库的表。
同时回顾了如何使用XML数据填充数据库。
It also reviewed how you can populate your database with XML data.
工作负载在数据库上运行,需要填充数据库。
The workloads run over databases, which need to be populated.
如果应用程序想要预先填充数据库,则需要上传模式文件。
If your application is expecting the database to be pre-populated, also upload a schema file.
您可以从您的填充数据库的实时连接,您的网页。
You can populate your web page with the live links from your database.
记住:在填充数据库之后再运行RUNSTATS实用程序。
Remember: Don't run the RUNSTATS utility until after you have populated the database.
或者,站点也提供让访问者自行填充数据库的功能。
Or, similarly, the site could provide functionality that lets site visitors populate the database on their own.
使用INSERT和import语句,用XML数据填充数据库。
Populating the database with XML data using INSERT and IMPORT statements.
运行SystemsDirector脚本以配置和填充数据库。
Run the Systems Director script to configure and populate the database.
这个脚本将使用十六进制格式编码的MD 5摘要密码来填充数据库。
This script will populate the database with the MD5 digest passwords encoded in hex format.
在Web站点可以开通之前,需要使用客户信息和产品目录填充数据库。
Before the Web site can go live, the databases need to be populated with the customer information and the product catalog.
要创建测试数据库,则需要打开DB 2命令窗口并填充数据库。
To create the test database, open a DB2 command window and populate the database.
我没有谈到测试fixture,在设置测试数据或填充数据库时它们会很有帮助。
I've also not talked about test fixtures, which can be instrumental in setting up test data or seeding a database.
在迁移中,可以填充数据库表,可能通过调用SQL脚本或装载fixture。
Within the migration, you can populate the database table, perhaps by invoking a SQL script or loading a fixture.
虽然填充数据库模式的行的数量可能被调整到一定规模,但有一个地方仍然是相同的:sql。
While the number of rows populating the database schema may have been adjusted to scale, one area remains the same: SQL.
本文重点介绍使用传统的用MicrosoftWord创建的需求和用例文档来填充数据库。
This article focuses on populating the database using traditional requirements and use-case documentation created with Microsoft Word.
如果现在运行数据库单元测试,则数据生成计划将在测试运行开始时一次性填充数据库。
If you run database unit tests now, the data generation plan populates the database one time, at the start of your test run.
与之前一样,您应当能够访问DayTrader配置页面,设置并填充数据库,并验证应用程序是否在运行。
As before, you should be able to access the DayTrader configuration page, set up and populate the databases, and verify the application is working.
实体框架有一个很好的特性,它让你在(应用程序)启动时填充数据库,并在模型发生修改时重建数据库。
Entity Framework has a nice feature that lets you populate the database on startup, and automatically recreate the database whenever the models change.
测试自动化工具的特别有用的一个功能是填充数据库,无论是用于测试,还是用它将数据从一个系统转换到另一个系统。
Something that test automation tools are especially useful for is populating databases, either for test purposes or converting data from one system to another.
创建并填充数据库表之后,可以单击TestDayTraderScenario链接并遵循页面指示测试应用程序。
Once you create and populate the database tables, you can test the application by clicking the Test DayTrader Scenario link and following instructions on the page.
这个数据库是使用所谓的行业包(industry bundle)创建的,这是创建和填充数据库的一种简便方法。
The database was created using so-called industry bundles, which are an easy and convenient approach to create and populate a database.
假设您有一个企业应用程序(EAR)文件,该文件需要一个数据库来存储用户数据,您已经创建了一个架构文件来填充数据库。
Assume that you have a single enterprise application (EAR) file that requires a database to store user data, and you have already created the schema file to populate the database.
数据库是空的,但是可以通过运行GenerateCars代理来填充数据库,这个代理将根据随机选择的值生成1,000辆汽车。
The database is empty, but you can populate it by running the GenerateCars agent, which will generate 1,000 cars based on a randomly select set of values.
在Seed文件之前,不存在初始化的惯例,许多开发人员把代码放入迁移中,这样容易混淆创建数据库和填充数据库之间的不同之处。
Prior to the seed file, no convention existed for initialization, and many developers put code in migrations, clouding the differentiation between creating the database and populating it.
在启动拓扑中的服务器之前,还需要执行bootstrapProcessServerData脚本,以使用必要的数据手动填充数据库。
The databases need to be populated with the required data manually by executing the bootstrapProcessServerData script before the servers in the topology are started.
还有一个名称为initial_repository的方法,每次运行脚本时它都会填充数据库,实现方法是销毁数据库中的表并重新创建。
There is also a method called initial_repository that populates the database each time the script is run by destroying and then recreating the tables to the database.
创建所需的数据库表并为其填充数据。
执行DB 2脚本以创建数据库或表,并在表中填充数据。
Execute DB2 scripts to create databases or tables, and populate tables with data.
应用推荐