appends
英 [əˈpendz]
美 [əˈpendz]
v. (在文章后面)附加,增补
append的第三人称单数
柯林斯词典
- VERB (尤指在文章的末尾)附加,增补
When youappendsomethingtosomething else, especially a piece of writing, you attach it or add it to the end of it.- Violet appended a note at the end of the letter...
维奥莱特在信的末尾附加了一条备注。 - It was a relief that his real name hadn't been appended to the manuscript.
令人庆幸的是,手稿未落上他的真实姓名。
- Violet appended a note at the end of the letter...
双语例句
- If the name is not unique, the environment appends the name with an integer.
如果该名称不是唯一的,那么环境将为该名称追加一个整数。 - The>>file-redirection operator appends to an existing file.
>>文件重定向操作符向现有文件附加内容。 - The scorer appends two columns with the classification ( y and n) and another column specifying the certainty of this classification.
scorer附加2个列,其中一个列包含类别(y和n),另一个列指定这个类别的确定性。 - It appends a NULL character so that line contains a properly null-terminated C string.
它附加一个NULL字符以使字符串行包含一个正确的以空值终止的C字符串。 - He appends a brief note on this subject to his report.
他在报告中就该问题做了简要注释。 - Starts the log for the command window in the specified file and appends the file with the new information.
在指定文件中启动“命令”窗口的日志,并将新信息追加到该文件中。 - Logging typically appends rows to the logging destination each time that a package is run.
通常,每次该包运行时日志记录都会向日志记录目标中追加行。 - A or& append: This command appends a rule to the end of a chain.
A或&append:该命令将一条规则附加到链的末尾。 - Appends data onto the end of this descriptor's data and justifies it.
描述追加数据到描述符末尾并对这个数据做适当的调整。 - Function mt.__add() is a metamethod that appends the string b to the string found in a.value b times.
函数mt.add()是一个元方法,它将字符串b添加到在a.value中找到的字符串后面b次。