• 可以在本地生成sql脚本然后准备生产数据库运行这些脚本,正如自已的硬件运行应用程序一样。

    You could also generate SQL scripts locally, then run them on your staging and production databases, just as you would for an application running on your own hardware.

    youdao

  • 应用程序生成自己数据库模式手动安装

    Generate your own database schema for the application and install it manually.

    youdao

  • 这个程序执行一条动态生成DB2SQL语句数据库中获取CURRENTDATE

    This program executes a dynamically prepared DB2 SQL statement to retrieve CURRENT DATE from the database.

    youdao

  • 实用程序利用底层DB 2数据库生成序号

    This utility will take advantage of underlying DB2 database to generate the sequence Numbers.

    youdao

  • 相比于把“映射程序代码映射文件中的实体变量ActiveRecord运行中基于数据库schema动态生成映射的。

    Rather than mapping columns to instance variables in application code or a mapping file, ActiveRecord generates them dynamically at runtime based on your database's information schema.

    youdao

  • 数据源对象工厂用于生成应用程序实际数据源(通常数据库)连接

    A data source refers to the object or factory that generates connections to the actual source of data (usually a database) within an application.

    youdao

  • 对于DB 2数据库服务器可以部署生成脚本,然后就可以使用DB 2命令处理程序执行部署

    For DB2 database servers, you can generate a script from a Deployment Group to deploy using the DB2 command line processor.

    youdao

  • 同时配置用户输入文件系统访问十分危险,因此最好应用程序设计使用数据库隐藏生成文件名避免同时配置。

    Configuring file system access along with user input is dangerous, so it's best to avoid it altogether by designing your application to use a database and hidden, generated file names.

    youdao

  • 技术这个步骤不必最先进行,不过需要早期完成;应该在编写任何应用程序代码(甚至是自动生成的代码)之前创建数据库,这应该显然的。

    Technically, this step need not occur first, but it needs to occur early; it should be obvious that you should create the database before any application code, even automatically generated code.

    youdao

  • 语言包含处理程序概念举例来说,可以没有终端用户交互的情况下生成运行批处理程序从而生成报告或者批处理数据库文件加载更新

    The language includes the notion of batch program, which can be generated to run without end user interaction, for example, to produce reports or to batch database or files loads and updates.

    youdao

  • 这些参数值存储程序设计数据库中,以后可以根据需要重新生成配置文件重新部署。

    Having these data persistent in the program design database enables you to regenerate the configuration file whenever you need and to redeploy as necessary.

    youdao

  • 但是内容必须动态生成比如对于电子商务站点应用程序数据库驱动的站点,静态压缩没有什么用处

    Static compression, though, is not useful when the content has to be generated dynamically, such as on e-commerce sites or on sites which are driven by applications and databases.

    youdao

  • 例如生成需要处理所有数据报告批处理应用程序可能使用顺序操作因为数据库中的所有数据无论如何都需要处理。

    For example, a batch application producing a report of all processed data will likely be using sequential operations since all the data in the database needs to be processed anyway.

    youdao

  • 开源工具包括文字处理程序、一个电子数据表生成、一个演示工具绘图软件数据库程序

    This suite of open source productivity tools includes a word-processing program, a spreadsheet creator, a presentation tool, drawing software and database program.

    youdao

  • 应用程序使用带有标识数据库序列密钥生成实体

    The application USES entities with table identity or database sequence key generation.

    youdao

  • 数据库表格生成(通过扩展,为相关生成主键),从而程序这项任务的重担中解放出来。

    Having the database generate values for the primary key for a table (and by extension, any foreign key values for related tables) eliminates the burden from the application from having to do so.

    youdao

  • 使用数据库应用程序生成向导编辑配置转换参数

    Use the Database Application Generator wizard to edit and configure the transformation parameters.

    youdao

  • 可以所有必要应用程序数据存储SQL数据库生成易于维护文件

    You can store all your necessary application data inside an SQL database, resulting in a single file that is easy to maintain.

    youdao

  • 这样就结束争执,而应用程序修改检测到响应时间变慢时,不再继续生成新的数据库连接

    This ended the debate and the application was changed so as not to keep spawning new connections to the database when a slow response time was detected.

    youdao

  • SQL框架不是程序生成的,数据库连接系统管理员而不是DBA 管理的,并且动态 SQL 还增加了安全管理难度

    SQL is generated by frameworks not programmers, database connections are managed by systems administrators not DBAs, and dynamic SQL complicates security management.

    youdao

  • 可以使用下一步创建CRUD应用程序生成数据库数据表

    You will be able to populate the database tables with the CRUD application you will create in the next step.

    youdao

  • 应用程序网络服务器数据库服务器所生成的应用程序日志中得到

    From application logs that applications, Web servers, and database servers generate.

    youdao

  • 如果存在连接数据库并且创建它们接下来生成所需数据源定义使应用程序可以访问包含这些数据库

    If the tables do not exist, it will connect to the database and create them, then generate the necessary data source definitions so the application can access the database containing those tables.

    youdao

  • 应用程序开发领域中的代码先行(CodeFirst方法代码中创建对象模型然后按照模型生成数据库结构

    The Code First approach to application development means that the object model is created in code, and then the database structure is generated from that model.

    youdao

  • 学习如何数据库生成feedWeb服务应用程序查询组合它们然后客户机浏览器中显示它们

    You'll learn how feeds and Web services are generated in the database, queried and combined in the application layer, and then presented in the client browsers.

    youdao

  • 隐藏模型真正数据库可以租户应用程序所需的TenantID字段生成

    The real database underlying the model can be generated with the additional TenantID fields needed for a multi-tenant application.

    youdao

  • 这个id可以应用程序指定数据库序列生成

    The value of this identity can be specified by the application or generated by a database sequence.

    youdao

  • gperf实用程序可以中小型数据库快速生成完美散列

    The gperf utility is tuned to quickly generate a perfect hash for small to medium datasets.

    youdao

  • symfony 将根据模式构建模型并且甚至可以使用命令行实用程序生成SQL脚本根据模式定义创建数据库

    symfony builds the model based on the schema, and the command-line utility can even be used to generate SQL scripts to create a database based on the schema definition.

    youdao

  • LotusDominoGlobalWorkbench之后使用标记数据库生成语言应用程序

    Lotus Domino Global Workbench USES the tag database to generate the language application later.

    youdao

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

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

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