concatenates
美 [kɑn?kæt(?)?ne?t]
英 [k?n?kæt?ne?t] 
- adj.連鎖狀的
- v.使(成串地)連結[銜接]起來
- 網絡連接;并置
詞形變化
第三人稱單數:concatenates 現在分詞:concatenating 過去式:concatenated
英漢解釋
英英解釋
例句
You can check how the join concatenates the values by looking at the example at the bottom of the Details tab.
您可以通過查看Details選項卡底部的示例,檢查該聯接轉換是如何連接那些值的。
Performs a string operation that concatenates two or more character strings, tuples, or a combination of strings and tuples.
執行一個字符串運算,連接兩個或更多字符串、元組,或連接字符串和元組的組合。
Second, the output specification using the -v option concatenates the name attribute on the file tag with a carriage return.
其次使用-v選項的輸出說名用回車換行連接file標簽中的name屬性。
For rich text documents, create a view action button that performs the lookup and concatenates the responses into a single message.
對于富文本文檔,創建視圖操作按鈕,執行查找以及將回復連接到單個消息中。
It also works with multiple filenames; it concatenates the filenames that you might list as one continuous output to your screen.
它也以多個檔名工作;它序連你可能列出當做對你的熒屏來說的一個連續的輸出的檔名。
The second concatenates all of the elements into a sentence, with " and " between each one.
第二行代碼將所有元素串接成一個句子,并用“and”加以分隔。
When the CLP encounters the line continuation character, it reads the next line and concatenates both lines.
CLP遇到行連續符時,它會讀取下一行并將兩行連接起來。
This SQL script concatenates the calendar quarter and year for each quarter in the DimTime table into a new column.
該SQL腳本將DimTime表中每季度的日歷季度和年份連接起來,放入一個新列。
When it finds a text box, it gets the text box's value and concatenates it into a string that is displayed at the end in a Label control.
當它找到文本框時,它會獲取該文本框的值并將該值串聯成字符串,該字符串會顯示在Label控件的末尾。
Concatenates all the elements of a string array, using the specified separator between each element.
串連字串陣列的所有元素,并在每個元素之間使用指定的分隔符號。
Concatenates the specified elements of a string array, using the specified separator between each element.
串連字串陣列的指定元素,并在每個元素之間使用指定的分隔符號。
This SQL script concatenates the month and year for each month in the DimTime table into a new column.
該SQL腳本將DimTime表中每月的月份和年份連接起來,放入一個新列。
This method (shown in Listing 8) takes two byte arrays, concatenates the second array after the first, and returns the concatenated array.
這個方法(見清單8)取兩個字節數組,將第二個數組串接到第一個之后,并返回串接的數組。
Concatenates the members of a string collection, using the specified separator between each member.
串連字串集合的成員,并在每個成員之間使用指定的分隔符號。
Performs arithmetic addition when possible, and concatenates only when both expressions are strings.
運算符盡可能執行算術加法運算,只有當兩個表達式均為字符串時,才執行連接操作。
Concatenates the members of a collection, using the specified separator between each member.
串聯集合的成員,其中在每個成員之間使用指定的分隔符。
Concatenates the elements of a specified array or the members of a collection, using the specified separator between each element or member.
串連指定之陣列的元素或集合的成員,并在每個元素或成員之間使用指定的分隔符號。
Concatenates the string representations of the operands .
將操作數的字符串表示形式串聯在一起。
movie actually concatenates several episodes from various books into one extended narrative.
這部電影把很多書中的片段混合成了一個故事。
Concatenates the invocation lists of the specified multicast (combinable) delegates.
將指定的多路廣播(可組合)委托的調用列表連接起來。
He concatenates strings with SQL syntax and appends his own data.
他使用SQL語法連接字符串,并添加自己的數據。
Concatenates the invocation lists of two delegates.
將兩個委托的調用列表連接在一起。
Concatenates the elements of an object array, using the specified separator between each element.
串聯對象數組的各個元素,其中在每個元素之間使用指定的分隔符。
Eclipse concatenates it with the plug-in id to make a platform-wide unique identifier.
Eclipse將它與插件id連在一起,作為平臺提供的惟一標識符。
Concatenates the invocation lists of an array of delegates.
將委托數組的調用列表連接在一起。
The archive utility concatenates a collection of object files to form a library.
歸檔工具連接一組目標文件形成一個庫。
UNION ALL is a keyword that concatenates all the Select statements.
UNIONALL是將所有選擇語句連接起來的關鍵字。
It gives it an href attribute that concatenates the string mailto: with the email address.
該元素提供了一個href屬性,將字符串mailto:與電子郵件地址連接起來。
This expression concatenates the FirstName field and the LastName field.
以下表達式連接FirstName字段和LastName字段。
Depending on how you configure it, Build Array concatenates , or combines, two arrays into one, or adds extra elements to an array.
創建數組函數可以將兩個數組連接或結合成一個,或向數組中增加元素,這取決于你自己的設定。
The following example concatenates noncharacter, nonbinary expressions by using.
連接非字符型非二進制表達式。
Adds two numbers or concatenates two strings, and assigns the result to the first argument.
將兩個數相加或串聯兩個字符串,然后將結果賦給第一個參數。
Thus in the end, the map expression takes each element, applies its toHtml method, and concatenates the values together.
最后,映射表達式會接受每個元素,應用它的toHtml方法并將這些值連接起來。
Concatenates one or more instances of String, or the String representations of the values of one or more instances of Object.
連接String的一個或多個實例,或Object的一個或多個實例的值的String表示形式。
If the operands are both strings, Visual Basic concatenates them.
如果操作數均為字符串,VisualBasic將把它們連接起來。
Here is an example of a user-defined aggregate function that concatenates a set of string values taken from a column in a table
以下是一個用戶定義聚合函數的示例,該函數將從表中的某列獲取的一組字符串值串聯起來
Certificate Renewal Wizard Concatenates Certificate
證書續訂向導連接證書
A new delegate with an invocation list that concatenates the invocation lists of
新的委托,它的調用列表將
Concatenates the elements of a specified
連接指定的