也可以在本地生成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.
为应用程序生成自己的数据库模式并手动安装。
Generate your own database schema for the application and install it manually.
这个程序执行一条动态生成的DB2SQL语句,从数据库中获取CURRENTDATE。
This program executes a dynamically prepared DB2 SQL statement to retrieve CURRENT DATE from the database.
该实用程序利用底层DB 2数据库生成序号。
This utility will take advantage of underlying DB2 database to generate the sequence Numbers.
相比于把“列”映射成程序代码或映射文件中的实体变量,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.
数据源是指对象或工厂,用于生成与应用程序内的实际数据源(通常是数据库)的连接。
A data source refers to the object or factory that generates connections to the actual source of data (usually a database) within an application.
对于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.
同时配置用户输入和文件系统访问权十分危险,因此最好把应用程序设计为使用数据库和隐藏生成的文件名来避免同时配置。
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.
技术上这个步骤不必最先进行,不过需要在早期完成;应该在编写任何应用程序代码(甚至是自动生成的代码)之前创建数据库,这应该是显然的。
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.
该语言包含了批处理程序的概念,举例来说,可以在没有终端用户交互的情况下生成并运行批处理程序,从而生成报告,或者批处理数据库或文件的加载和更新。
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.
这些参数值存储在程序设计数据库中,以后可以根据需要重新生成配置文件并重新部署。
Having these data persistent in the program design database enables you to regenerate the configuration file whenever you need and to redeploy as necessary.
但是,当内容必须动态生成,比如对于电子商务站点或由应用程序和数据库驱动的站点,静态压缩没有什么用处。
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.
例如,生成需要处理所有数据的报告的批处理应用程序可能会使用顺序操作,因为数据库中的所有数据无论如何都需要被处理。
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.
这一套开源的工具包括一个文字处理程序、一个电子数据表生成器、一个演示工具、绘图软件和数据库程序。
This suite of open source productivity tools includes a word-processing program, a spreadsheet creator, a presentation tool, drawing software and database program.
应用程序使用带有表标识或数据库序列密钥生成器的实体。
The application USES entities with table identity or database sequence key generation.
数据库为一个表格的主键生成值(通过扩展,为相关表生成外主键),从而将程序从这项任务的重担中解放出来。
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.
使用数据库应用程序生成器向导来编辑和配置转换参数。
Use the Database Application Generator wizard to edit and configure the transformation parameters.
您可以将所有必要应用程序数据存储在一个SQL数据库中,生成一个易于维护的文件。
You can store all your necessary application data inside an SQL database, resulting in a single file that is easy to maintain.
这样就结束了争执,而应用程序被修改为当检测到响应时间变慢时,不再继续生成新的到数据库的连接。
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.
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.
您可以使用在下一步创建的CRUD应用程序来生成数据库数据表。
You will be able to populate the database tables with the CRUD application you will create in the next step.
从应用程序、网络服务器、数据库服务器所生成的应用程序日志中得到。
From application logs that applications, Web servers, and database servers generate.
如果表不存在,它将连接到数据库中并且创建它们,接下来生成所需的数据源定义,使应用程序可以访问包含这些表的数据库。
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.
应用程序开发领域中的代码先行(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.
学习如何在数据库中生成feed和Web服务,在应用程序层查询和组合它们,然后在客户机浏览器中显示它们。
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.
隐藏在模型下的真正的数据库可以用多租户应用程序所需的TenantID字段生成。
The real database underlying the model can be generated with the additional TenantID fields needed for a multi-tenant application.
这个id的值可以由应用程序指定或由数据库序列生成。
The value of this identity can be specified by the application or generated by a database sequence.
gperf实用程序可以为中小型数据库快速生成完美散列。
The gperf utility is tuned to quickly generate a perfect hash for small to medium datasets.
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.
LotusDominoGlobalWorkbench之后使用标记数据库生成语言应用程序。
Lotus Domino Global Workbench USES the tag database to generate the language application later.
应用推荐