When you select the connection between two operations, the parameter mappings display in the lower half of the editor.
当您选择两个操作之间的连接时,参数映射显示在编辑器的下半部分。
For each of the connections that you created in the previous step, click on the connection, then connect the inbound operation parameter to the outbound operation input.
对于在前一步骤中创建的每个连接,请单击该连接,然后将入站操作参数连接到出站操作输入。
For input parameter mappings, you drag a connection from an input parameter on the left to the corresponding input parameter on the right.
对于输入参数映射,您将连接从左侧的某个输入参数拖动到右侧的对应输入参数。
Using the DB2 database project properties, you can specify the compilation data connection as well as the startup stored procedure and parameter values.
通过DB 2数据库项目属性,您可以指定编译数据连接,以及启动存储过程和参数值。
When this parameter is filled in, the value provided must match the queue manager name or the connection will fail.
当填充此参数时,提供的值必须匹配队列管理器名称,否则连接将失败。
The connection handle resource given when creating a database connection is a necessary parameter, along with the query that needs to be run.
创建数据库连接时提供的连接处理资源是必要的参数,随需要运行的查询一起使用。
This parameter controls the maximum number of prepared statements cached by a connection pool.
该参数控制由连接池缓存的最大预编译语句数。
This special register is initialized with the value of the DFT_REFRESH_AGE database configuration parameter when the connection to the database is initiated.
这个特殊注册表是在发起到数据库的连接时用DFT_REFRESH_AGE数据库配置参数的值初始化的。
The isolation level is set on the database connection and, as we will see later, the access intent policy in use will determine how the application server will set this parameter.
在接下来的部分,我们不仅会对置于数据库连接上的隔离级有所了解,还将会使用访问意图策略来确定应用服务器是怎样设置这些隔离级的。
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所示。
It takes the connection object as a parameter and returns the return code for the function that was executed.
它的参数是连接对象,它返回已经执行的函数的返回码。
The connection factory requires that the queue manager name parameter be declared but it does not require that this parameter contain a value.
连接工厂需要声明队列管理器名称参数,但不需要此参数包含值。
The connection between the name of the topic object and the topic itself is the TOPICSTR parameter of the topic object.
TOPIC对象的名称和主题本身之间的连接是TOPIC对象的TOPICSTR参数。
This parameter controls maximum and minimum number of JDBC connections in a connection pool.
该参数控制连接池中最大jdbc连接数和最小JCBC连接数。
The connect method accepts a timeout parameter, and if the connection does not succeed within the stipulated time period, it gives up.
connect方法接受一个超时参数,如果在指定的时间段内未能成功地连接,它就会放弃。
The public function Add in RelatedContexts object takes the second parameter as a flag to indicate whether the external connection is set for autoconnect or not.
这个添加在RelatedContexts对象中的公共功能将第二个参数当作一个标识符,来显示外部连接是否是自动连接。
Since clients do not wish to be forcefully disconnected, they will automatically send a keep-alive message if the connection is inactive for the number of seconds specified by this parameter.
由于客户机不希望强制断开连接,因此,当连接闲置的时间为此参数指定的秒数时,客户机将自动发送keep-alive消息。
This is easily accomplished by using the set connections command with the name of the target connection as the final parameter.
使用setconnections命令,将目标连接名称作为最终参数,可以容易地实现这一点。
It takes the MySQL database connection object as a parameter and returns true if the database close operation was successful and false if it failed.
它以MySQL数据库连接对象作为参数;如果数据库关闭操作成功,它就返回true,否则返回false。
If the database is remote, for improved security it is recommended to configure the remote database connection to use data encryption - that is, turn on the data_encrypt configuration parameter.
如果数据库是远程的,那么为了提高安全性,建议为远程数据库连接配置数据加密—也就是,启用data_encrypt配置参数。
The next time I want to use this remote connection I only need to supply the bookmark as part of the NCFTP parameter, as shown in Listing 6.
在下一次要使用这个远程连接时,只需作为ncftp的参数提供书签,见清单6。
The Date and time input parameter is an XPath expression, which by default, uses the variable representing the input connection of the function.
Dateandtime输入参数是一个XPath表达式,该表达式默认情况下使用变量表示函数的输入连接。
However, notice that when you use its open function to open the connection, you pass a third parameter (true).
不过,请注意在使用它的open函数打开连接时,传递进第三个参数(true)。
The TcpTimedWaitDelay parameter, which controls the amount of time the operating system waits to reclaim a port after an application closes a TCP connection, has a default value of four minutes.
TcpTimedWaitDelay参数控制操作系统在应用程序关闭TCP连接之后等待端口回收的时间,默认值是四分钟。
This parameter implements data connection between the two component patterns through Rational Software Architect pattern parameter and dependency delegations.
这一参数通过Rational Software Architect模式参数和依赖委托实现了两个组件模式间的数据连接。
By default the max_connections parameter is equal to max_coordagents and the connection concentrator is not enabled.
默认情况下,max_connections参数等于max_coordagents,因而连接集中器是不启用的。
The first step is easy, you add a connection parameter to the servlet class you are creating, and then use the connection example, as shown above, to open the connection, as shown in Listing 7 below.
第一个步骤非常简单,您在所创建的servlet类中添加一个连接参数,然后使用这个连接示例,如上所述,打开该连接,如下面的清单7所示。
This parameter controls whether or not connection to a browser should be kept alive once the Web server serves the request.
该参数用于控制,当Web服务器为请求提供服务之后,是否还应该让到浏览器的连接继续处于活动状态。
You should increase the size of the connection pool of the queue connection factories and the maxConcurrency parameter for the activation specification to appropriate values.
您应该将队列连接工厂的连接池大小和激活规范的maxConcurrency参数提高到适当的值。
Listing 5 shows how we would open an HTTP connection with a specified request method of GET, passing a parameter with the name size and a value of large.
清单5显示了如何用特定请求方法GET和一个名为size值为large的参数打开一个HTTP连接。
应用推荐