1.使(成串地)连结[衔接]起来
1.连锁状的
1.to put two or more computer files or pieces of computer information together in order to form a single unit
1.used for describing two or more computer files or pieces of computer information that have been put together to form a single unit
1.Property concatenated to it, with a space between them.
属性,它们之间用一个空格分隔。
2.The name and the phone number are concatenated into a single string and then split into an array of two strings.
姓名和电话号码被连接为一个字符串,然后分割为含两个字符串的数组。
3.When a restart area is written, the data in the byte array segments are concatenated into a single byte array for appending as the record.
写入重新开始区域时,字节数组段中的数据将连接成单个字节数组,以便以记录形式追加。
4.As the user navigates through the folder structure, the name of the current folder is concatenated to the currentPath variable.
当用户在文件夹结构中导航时,当前文件夹的名称将连接到currentPath变量。
5.If it does, the associated expanded text for the acronym is retrieved and concatenated to the message string destined for the user.
如果有,则检索到缩略词关联的扩展文本并连接到发给用户的消息字符串。
6.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节点中,因而需要串接这些节点的情况。
7.When the stored strings are subsequently concatenated into a dynamic SQL command , the malicious code is executed .
在存储的字符串随后串连到一个动态SQL命令中时,将执行该恶意代码。
8.This form is then taken in, and a calculation is concatenated from the $_GET array.
此表单之后被采纳,计算被从$_GET数组串接。
9.In our application, the date and time entered by the user are concatenated into a string, converted into bytes, and stored.
在我们的应用程序中,用户输入的日期和时间被连接成一个字符串,转换成字节,然后被存储。
10.The data in the byte array segments will be concatenated into a single byte array for appending as the record.
字节数组段中的数据将连接成单个字节数组,以便以记录形式追加。