大学英语词汇短语释义解析及例句 concatenate
释义:
concatenate v. 连接,连结,使连锁
adj. 连接的,连结的,连锁的
[ 第三人称单数 concatenates 现在分词 concatenating 过去式 concatenated 过去分词 concatenated ]
例句:
Concatenate strings instead of formatting them.
连接字符串而非格式化字符串。
To concatenate multiple String literals, use the + operator.
可以使用+操作符连接多个字符串字面值。
Often, you need to concatenate a variable between two strings.
通常,您需要在两个字符串之间连接一个变量。
The two joiner methods concatenate a List of strings together.
两个joiner方法把一系列字符串串在一起。
Drag and drop the function Concatenate in the middle of the mapping.
将函数Concatenate拖拽到映射的中间。
With that in mind, never just concatenate text to create an SQL command.
记住,永远都不要简单地拼接文本来创建SQL命令。
Concatenation would concatenate the string and print it as one argument.
连接操作会首先将字符串连接在一起,然后将其作为一个参数打印。
To see trends, concatenate log files and run a processing script on the combined output.
要查看趋势,连接日志文件并在合并的输出上运行后处理程序脚本。
Use the cat (short for concatenate) command to display the contents of a file on stdout.
使用cat (concatenate的简写)命令显示文件在使用标准输出时的内容。
For the no-arguments case, we take the sequence [0 1] and concatenate it to an expression.
对于没有参数的情况,我们获取序列[01]并将它连到一个表达式。
This conversion of the date can done using concatenate excel function along with column references.
日期转换可以使用连接的Excel功能以及列引用来完成。
I just concatenate those together into a big get request and take a look at the "results" page.
我仅仅是将这些元素连接成一个大的GET请求并查看“results”页面。
You simply concatenate the username and the password with a colon, and then Base64-encode the results.
您只需要使用冒号来连接用户名和密码,然后对结果执行Base64编码。
A common reporting requirement is to concatenate data from more than one column into a single string.
一个常见的报告需求就是将数据从多个列合并到一个字符串中。
This requires that you concatenate the output from each step in the creation of the NSDs into one file.
这需要将创建NSD的每个步骤中的输出结果连接到一个文件中。
You then concatenate that result to the result of the second element's toHtml method being called, and so on.
之后再将该结果连接到第二个元素的toHtml方法的调用结果,以此类推。
Use cat, whose name stands for together, to concatenate files and standard input streams, as in Listing 1.
使用cat(其名称表示“连接”)来连接文件和标准输入流,如清单1所示。
This method also USES the built-in concatenate function to combine two strings and return them as a single string.
此方法还使用内置的concatenate函数把两个字符串组合在一起,并将其作为单个字符串返回。
The essence of the benchmark (as seen in listing 1) is to take a couple of strings and concatenate them together.
这个基准测试的关键(如清单1所示)在于将大量的字符串拼接在一起。
Although cat is primarily used to concatenate files, you can also use it for simple automatic processing of input.
尽管cat主要用于合并文件,您还可以将它用于输入的简单自动处理。
The Concat function will concatenate two or more strings from the source into a single string value on the target side.
Concat函数将来自源的两个或多个字符串在目标端连接成一个单一的字符串值。
