concatenate

adj. 连在一起的;连锁的
v. 使连接(连续,衔接)起来;连锁;串级
过去式:concatenated过去分词:concatenated现在分词:concatenating第三人称单数:concatenates
v. 使连接(连续,衔接)起来;连锁;串级
过去式:concatenated过去分词:concatenated现在分词:concatenating第三人称单数:concatenates
英英释义
verb
- add by linking or joining so as to form a chain or series
- concatenate terms
- concatenate characters
- combine two strings to form a single one
- You can concatenate lists with the+ and+= operators, like so
您可以使用+和+=运算符合并列表,如下所示 - So, we concatenate some blues/ greens to the color vector.
所以,我们向颜色向量添加一些蓝色/绿色。 - With a few changes to the Notes mail template, Lotus Notes can store these responses and concatenate them into a standard response email.
通过对Notes邮件模板进行少量更改,LotusNotes可以存储这些回复并将其连接到标准回复电子邮件中。 - This requires that you concatenate the output from each step in the creation of the NSDs into one file.
这需要将创建NSD的每个步骤中的输出结果连接到一个文件中。 - For the no-arguments case, we take the sequence [ 01] and concatenate it to an expression.
对于没有参数的情况,我们获取序列[01]并将它连到一个表达式。 - I just concatenate those together into a big GET request and take a look at the "results" page.
我仅仅是将这些元素连接成一个大的GET请求并查看“results”页面。 - Drag and drop the function Concatenate in the middle of the mapping.
将函数Concatenate拖拽到映射的中间。 - In this case, you start with the empty string and concatenate to it the result of the first element's toHtml method being called.
在本例中,起始时是一个空白字符串,然后将其连接(concatenate)到第一个元素的toHtml方法的调用结果。 - Sometimes you would like to concatenate numeric values-for example, calculating the total costs of the flight connections.
有时,您想要串联数字值,比如,计算航班中转的总成本。 - This method also uses the built-in concatenate function to combine two strings and return them as a single string.
此方法还使用内置的concatenate函数把两个字符串组合在一起,并将其作为单个字符串返回。 - To see trends, concatenate log files and run a processing script on the combined output.
要查看趋势,连接日志文件并在合并的输出上运行后处理程序脚本。 - It is really only necessary to concatenate first before a pipe when you use cat with one of its several filtering options.
仅当您使用带多个筛选选项之一的cat时,才真正有必要在管道前首先执行连接。 - The Concat function will concatenate two or more strings from the source into a single string value on the target side.
Concat函数将来自源的两个或多个字符串在目标端连接成一个单一的字符串值。 - A common reporting requirement is to concatenate data from more than one column into a single string.
一个常见的报告需求就是将数据从多个列合并到一个字符串中。 - As you can see, daisy chaining allows you to concatenate several DOM traversal statements together.
如您所见,菊花链方式可以将几个DOM遍历语句连接起来。 - Some frameworks also allow you to "daisy-chain" traversal functions, meaning you can concatenate traversal commands to one another.
有些框架可以使用菊花链遍历函数,表示可以将遍历命令互相连接。 - Given a file or directory name that is relative to the current working directory, simply concatenate the absolute name of the working directory, a/, and the relative name.
至于相对于当前工作目录的文件或目录名,只需要将工作目录的绝对名、/和相对名连接在一起。 - This conversion of the date can done using concatenate excel function along with column references.
日期转换可以使用连接的Excel功能以及列引用来完成。 - With replicated documents, we can use a Notes view to concatenate field values and to read them with a single lookup.
对于被复制的文档,我们可以使用一个Notes视图来拼接字段值,并使用单个查找来读取它们。 - I might want to do more than simply concatenate the values: I might want to check for nulls.
我可能想做很多事情(比如检查一些空值),而不仅仅是串联一些值。 - Often, you need to concatenate a variable between two strings.
通常,您需要在两个字符串之间连接一个变量。 - However, in certain organizations, the practice is to concatenate part type with part name.
但是,在某些组织中,最佳做法是将部件类型与部件名称串联。 - To concatenate multiple String literals, use the+ operator.
可以使用+操作符连接多个字符串字面值。 - This can make your life a lot easier if you find it tedious to concatenate large string fragments of XML, SQL, or JavaScript using Visual Basic.
如果您对使用VisualBasic连接XML、SQL或JavaScript的较大字符串片段感到厌烦,那么这可以使您的工作轻松不少。 - In this example, we concatenate the query before running it.
在这个例子中,我们连接查询之后,再运行查询。 - So I can concatenate techs plus ivys and assign that result to univs, and then when I print it you'll notice I just get a list of five strings.
和ivys数组用加号串联运算,并把结果赋值给univs数组,接下来我显示下univs的结果,你注意到我得到了一个。 - The sequence to concatenate to the first sequence.
要与第一个序列连接的序列。 - If the order of multiple files is important, the preferred approach is to concatenate the files into a single file where each part is in the correct order.
如果多个文件的次序十分重要,更好的办法是将这些文件按照正确的次序连接成一个文件。 - The main idea is to create only one header for all WAV files that you want to concatenate and then write data of each file in a single file.
其主要思想是只能创建一个WAV文件头的所有文件,您要连接,然后写在每一个文件文件中的数据。 - For example, if a data set contains a column for first name and another for last name, using the expression builder you can concatenate the values into one data element.
例如,如果一个数据集具有一个叫做firstname的列,还有一个叫做lastname的列,那么你可以利用表达式构建器将二者连接起来组成一个新的数据元素。