concatenation
英 [kənˌkætəˈneɪʃn]
美 [kənˌkætəˈneɪʃn]
n. 一系列相关联的事物(或事件)
BNC.34530 / COCA.32013
牛津词典
noun
- 一系列相关联的事物(或事件)
a series of things or events that are linked together- a strange concatenation of events
一连串奇怪的事
- a strange concatenation of events
柯林斯词典
- N-UNCOUNT 一连串相关联的事情;接二连三的相关事件
Aconcatenation ofthings or events is their occurrence one after another, because they are linked.- ...the Internet, the world's biggest concatenation of computing power.
因特网,世界上最强大的计算机连接
- ...the Internet, the world's biggest concatenation of computing power.
英英释义
noun
- the act of linking together as in a series or chain
- a series of things depending on each other as if linked together
- the chain of command
- a complicated concatenation of circumstances
- the linking together of a consecutive series of symbols or events or ideas etc
- it was caused by an improbable concatenation of circumstances
- the state of being linked together as in a chain
双语例句
- However, this concatenation will not occur during manual storagepool add or storagepool modify commands.
但是,在手动输入storagepooladd或storagepoolmodify命令期间不会有该串联。 - Note the use of concatenation with the xs2jpg function in order to create the JPEG file.
请注意为了创建这个JEPG文件,使用了与xs2jpg函数的串接。 - Sass supports strings concatenation and variables interpolation.
Sass支持字符串联接和变量插值。 - Also notice the query in which we use string concatenation to add the$ name parameter to the query.
还要注意查询,其中使用字符串连接来向查询添加$name参数。 - Take note of how each section of the concatenation is retrieved from args_list.
注意如何从argslist检索连接的各个部分。 - In the following example, name is an identifier that holds a concatenation of the student's first and last names.
在下面的示例中,name是保存学生姓和名的串联的标识符。 - The first is that a superstructure of substring and concatenation nodes must be traversed to reach a specified character.
第一个开销就是必须遍历子串和连接节点的上层结构(superstructure)才能到达指定的字符。 - We also have the added problem of duplicating the string concatenation using join(), which adds an extra second.
我们还添加了使用join()复制连接字符串的问题,这会额外增加1秒的时间。 - The print instruction emits the argument to standard output ( stdout), and concat implements string concatenation.
print指令发出标准输出(stdout)的参数,且concat实现字符串连接。 - Use injection through concatenation in PHP to perform the delete operation.
在PHP中,通过字符串连接使用插入操作来执行delete操作。