It then replaces them with the concatenated string.
随后又使用连接后的字符串替换这些字符串。
The reports are concatenated for displaying current information.
这些报告会合并在一起,显示当前信息。
Are strings being repeatedly concatenated without string buffers?
字符串被反复连接并没有使用字符串缓冲?
The first expression must be the row value that must be concatenated
第一个表达式必须为串联的行值。
Get the byte array representation of the concatenated string from Step 1.
得到第1步中串接的字符串的字节数组表达。
In our case, the function name is "handle" concatenated with the message type.
在我们的示例中,函数名称为“handle”加上该消息类型。
When concatenated into the original expression, the query would look like this.
把这个值加入到原有的表达式时,查询就变为。
First time: "ho" and "wdy ho" are concatenated and returned as the final result.
第一次:连接并返回“ ho ”和“ wdy ho ”作为最终结果。
This form is then taken in, and a calculation is concatenated from the $_GET array.
此表单之后被采纳,计算被从 $_GET 数组串接。
You can also use the Reorder ICONS to change the order in which the attributes are concatenated.
您还可以使用Reorder图标来更改对属性进行连接的顺序。
This method simply returns the firstName and lastName fields, concatenated with a space in between.
这个方法只返回firstName和lastName字段,中间使用一个空格连接。
This is not useful since queries would typical not use such concatenated values in their predicates.
此索引项是没有用的,因为普通查询不会在其谓词中使用此类串联值。
Kerberos USES this concatenated string to generate the secret key instead of using the password alone.
Kerberos利用这个串接的字符串而不仅仅是密码生成密钥。
The two values are concatenated, and the five-bit value is used as the byte index of the concatenated value.
这两个值被串接在一起,5位值用作所串接的值的字节索引。
A comment in this model is a record in ClearQuest rather than a concatenated string used in the notes package.
ClearQuest中这种模式中的评论是一个记录,而不是运用在注释包中的连接字符串。
The name and the phone number are concatenated into a single string and then split into an array of two strings.
姓名和电话号码被连接为一个字符串,然后分割为含两个字符串的数组。
The following name property has its value concatenated with the parent menu name, separated by an underscore ("_").
接下来的 name 属性,具有与上级菜单名相联系的值,由下划线(“_”)隔开。
The order shown in the display box is the order each rich text body field response is concatenated in the new email.
在显示框中的显示顺序就是每个富文本正文字段回复连接到新电子邮件中的顺序。
In the case of sub menu, some property value is concatenated with parent menu name separated by an underscore (" _ ").
在子菜单中,有一些属性值会与由下划线(“_”)隔开的上级菜单联系起来。
Notice, in lines 3-4, the order BY option is used for specifying the order in which the elements should be concatenated.
注意在第3 - 4行中,ORDER BY选项用于指定元素应按何种次序连接起来。
Finally, the whole line is concatenated to the existing HTML so you have a complete list when the for loop is completed.
最后,所有行连接成现在的HTML,当for循环完成后,就有了完整列表。
Concatenated with the stock symbol you are looking for. For example, if you are looking for a quote of IBM, your URL is.
例如,如果正在查找IBM的股票报价,url为。
In the following example, the column LISTPRICES shows the string with the concatenated costs separated by a + (plus) sign.
在下列的示例中,列LISTPRICES显示了包含用加号(+)分隔的连接在一起的成本的字符串。
In our application, the date and time entered by the user are concatenated into a string, converted into bytes, and stored.
在我们的应用程序中,用户输入的日期和时间被连接成一个字符串,转换成字节,然后被存储。
Its name consists of the name of the portlet application file concatenated with the suffix _portletapplication. For example.
其名称由portlet应用程序文件名和后缀_ portletapplication组成。
We also specify that the function will return a VARCHAR (42), which is large enough to hold the concatenated address attributes.
并指定该函数返回一个足以保留连接的地址属性的VARCHAR (42)。
If it does, the associated expanded text for the acronym is retrieved and concatenated to the message string destined for the user.
如果有,则检索到缩略词关联的扩展文本并连接到发给用户的消息字符串。
A subsequent query specifying the address column in the CLIENTS table retrieves the address information as a concatenated mailing address.
随后的查询指定了clients表中的address列,从中检索地址信息,并将其作为连接的邮寄地址。
This method (shown in Listing 8) takes two byte arrays, concatenates the second array after the first, and returns the concatenated array.
这个方法(见清单 8)取两个字节数组,将第二个数组串接到第一个之后,并返回串接的数组。
You no longer have to worry about the possibility that your text is being held by several adjacent text nodes that need to be concatenated.
不再需要担心文本包含在几个相邻的Text节点中,因而需要串接这些节点的情况。