• The script includes the Pear: : DB database access class.

    这个脚本包含PearDB数据库访问

    youdao

  • Provides links to conceptual topics discussing the OLE DB database technology and the OLE DB Template Library.

    提供指向讨论oleDB数据库技术OLE DB模板概念性主题链接

    youdao

  • By doing so, a database backup image encrypted by one DB agent and managed by one security server, can be restored to another DB agent managed by another security server.

    导入之后,DB代理加密安全服务器管理数据库备份映像可以恢复一个安全服务器管理的另一个db代理。

    youdao

  • Developers can design their database from within our platform's IDE or through the DB admin tool of their choice.

    开发人员可以我们平台IDE之内通过他们选择DB管理工具设计他们的数据库

    youdao

  • When the solution has database operations to perform, then several best practices related to db applications need to be followed.

    解决方案执行数据库操作,需要遵循多个数据库应用程序相关最佳实践

    youdao

  • For pages that require hitting the database, page render times are related to db access.

    对于需要访问数据库页面页面渲染时间数据库访问相关

    youdao

  • The DB node reads the data from the database.

    DB节点数据库读取数据

    youdao

  • Each database has its own configuration file, called the database configuration file (DB CFG) at the database level.

    每个数据库都具有自己数据库配置文件称作数据库配置文件(DBCFG)。

    youdao

  • The set of valid values are: FF (file system), DB (database), and QUEUE (queue).

    有效值集为:FF文件系统) 、DB数据库QUEUE队列)。

    youdao

  • Nevertheless, to change a DB CFG parameter online, a connection to the database is mandatory, and the UPDATE DB CFG command must include the option IMMEDIATE, as shown in Listing 15.

    尽管如此在线改变DBCFG参数数据库连接强制性的,而且UPDATE DB CFG命令必须包含IMMEDIATE选项如清单15

    youdao

  • These facilities are intended to enable the construction of applications for any XML database that claims conformance with the XML: DB API.

    这些设施可用于任何宣称符合XMLDBAPIXML数据库创建应用程序

    youdao

  • DB is the database node. It receives updates of the applications and therefore registers as a participant for the 2-phase-commit protocol.

    DB数据库节点负责接收应用程序更新因此作为一个参与者注册阶段提交协议。

    youdao

  • Create the customer service database by typing CustomerServiceDatabase in the Create DB field, then click the Create button.

    通过Createdb字段键入CustomerServiceDatabase创建客户服务数据库然后单击Create按钮

    youdao

  • Commit this change to your user database by clicking DB Action, and then selecting the Upgrade option from the dropdown menu that displays (Figure 17).

    通过点击DBAction这个变更提交用户数据库然后显示菜单选择upgrade选项(图17)。

    youdao

  • Regarding the JPA best practices, he asked the developers to consider the techniques like using an in-memory database (like HSQL DB) to eliminate mock DAO implementations.

    关于JPA最佳实践希望开发者考虑使用内存数据库(hsqlDB)而不要再用mockDAO实现。

    youdao

  • You might also want to use the company's "Simple DB" database, or its queue for storing messages, which have additional charges.

    同时可能考虑使用公司SimpleDB数据库或者用于存储消息队列服务,包括一些附加的收费。

    youdao

  • To establish a database connection, select DB name, userID, password, DB2 Universal Database 8.1, and take all defaults for the remaining options.

    建立数据库连接可以选择DBname,userID,password,DB2UniversalDatabase 8.1,然后接受剩余选项所有缺省值

    youdao

  • The PEAR MDB2 package: Download a portable merge of the PEAR DB and Metabase PHP database abstraction layers for a common API for all supported RDBMS.

    PEARMDB2下载可移植PEARDBMetabasephp数据库抽象合并包,提供所有受支持RDBMS通用API

    youdao

  • We suppose there are two application nodes (Appl1 and Appl2), a database node (DB), and a node containing a log service (LogService).

    我们假定2个应用程序节点(Appl1Appl2),数据库节点(DB),和一个包含日志服务的节点(LogService)。

    youdao

  • Solution: check your ulimit Settings, also check the DBM CFG parameters for your instance, and the DB CFG parameters for the database.

    解决方案检查ulimit设置还要检查实例DBMCFG参数以及数据库DB CFG参数。

    youdao

  • Internal DB: View details of the internal Derby database.

    InternalDB查看内部Derby数据库详细信息

    youdao

  • If you would like to manually change a specific database parameter from the CLP, use the command UPDATE DB CFG FOR <database name> USING <parameter name> value>.

    如果CLP 中手工更改特定数据库参数可以使用命令UPDATEDBCFG FOR <databasename>USING <parameter name> <new value>。

    youdao

  • Doing so creates a new directory named with the version of the Derby database you installed, for example, db-derby-10.1.2.1-bin.

    这么之后,会创建一个目录,目录安装derby数据库版本对应,例如db - derby - 10.1.2.1 - bin。

    youdao

  • This release also includes a new feature for adding seed data to a project database with a simple rake db: seed command.

    这个版本包括了特性,能够通过一个简单rakedbseed命令将seed数据添加项目数据库

    youdao

  • Furthermore, it sends application messages to node Appl2 and database requests to the database node DB.

    另外节点Appl2发送应用程序信息,向数据库节点DB发送数据库请求

    youdao

  • DB - for database memory consumed for a database.

    对于用于数据库的数据库内存名称db

    youdao

  • Inside that directory, create a db directory for the SQLite database, a dbscripts directory for the database and table creation scripts, and a backups directory for database backups.

    目录中,创建个用于存放SQLite数据库db目录、一个用于存放数据库创建脚本dbscripts目录和一个用于存放数据库备份backups目录。

    youdao

  • Now you can already explore your database and show sample contents from the DB Servers view.

    现在可以浏览数据库DBServers视图展示示例内容了。

    youdao

  • Run rake db: create db: migrate to create the database.

    运行rakedbcreate dbmigrate创建数据库

    youdao

  • We will build the tables in our database using the rake db: test: prepare command. Running this command will duplicate the schema from the development database into the test database.

    我们rakedbtestprepare命令数据库中建立

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定