
英:/'trʌŋˈkeɪt/ 美:/'ˈtrʌŋkeɪt/
截断
过去式 truncated 过去分词 truncated 现在分词 truncating 第三人称单数 truncates
GRE
v. 截断,删节;把……截成平面
adj. (叶、羽毛等)截形的;截短的
Television coverage of the event was truncated by a technical fault.
对比赛的电视直播因技术故障而被缩短
Cannot specify tables to truncate for this template.
不能为该模板指定要截断的表。
Truncate - to delete the records in the existing table.
截去—删除已有表中的记录。
If you plan to truncate table, use the not logged option.
如果您计划截短表,则应该使用“not logged”选项。
Now issue the following command to truncate these rows.
现在,执行以下命令删除这些行。
The TRUNCATE SQL statement is now supported for fast deletes.
现在支持用于快速删除的TRUNCATE sql语句。
adj.|curtal;[生物]截短的;被删节的
vt.|cut/surface;把…截短;缩短;使成平面
Truncate 是一个动词,其核心含义是截断、截短,指通过移除某物的末端或一部分来使其变短。这种缩短通常是突然的、不完整的,并且可能意味着信息的丢失或不精确。它在不同领域有具体应用:
通用含义:缩短或移除末端部分
来源:Oxford Learner's Dictionaries - https://www.oxfordlearnersdictionaries.com/definition/english/truncate
计算机科学(数据库、文件处理):移除数据尾部
TRUNCATE TABLE
命令),它表示快速删除表中的所有行,通常不记录单个行的删除操作,并重置表的存储空间。这比逐行删除 (DELETE
) 更高效,但通常不可回滚(取决于具体数据库实现)。来源:Microsoft SQL Server Documentation - https://learn.microsoft.com/en-us/sql/t-sql/statements/truncate-table-transact-sql
数学:截尾取整
来源:IEEE Standard for Floating-Point Arithmetic (IEEE 754) - https://doi.org/10.1109/IEEESTD.2019.8766229 (相关概念讨论)
技术与数据处理:精度控制与信息损失
来源:National Institute of Standards and Technology (NIST) Digital Library of Mathematical Functions - https://dlmf.nist.gov/ (讨论数值方法中的截断误差)
总而言之,truncate 的核心在于移除末端以达到缩短的目的,其结果可能是不完整的、近似的或不可逆的,具体含义需结合上下文(尤其是技术领域)来理解。
单词 "truncate" 的含义及用法解析如下:
动词(及物动词)
音标:/trʌŋˈkeɪt/ (美式)、/trʌŋˈkeɪt/ 或 /ˈtrʌŋ.keɪt/ (英式)
核心意义:通过移除某物的末端或边缘部分使其变短或缩减,通常指非自然或人为的截断。
源自拉丁语 truncatus(过去分词,意为“截断”),由 truncare(截断)演变而来,而 truncus 原指“树干”或“躯干”,暗含“去除分支或末端”的意象。
计算机/数据处理
"The program truncates file names exceeding 20 characters."
(程序会将超过20个字符的文件名截断。)
TRUNCATE TABLE
命令可快速清空表(比 DELETE
更快但不可撤销)。math.trunc()
函数直接截断浮点数的小数部分(如 trunc(3.9)
返回 3
)。数学/统计学
trunc(2.789)
→ 2.78
)。日常/生物学
"The editor truncated the manuscript to meet the word limit."
(编辑为满足字数限制裁减了手稿。)
词汇 | 差异点 | 例句 |
---|---|---|
shorten | 泛指缩短(不强调方式) | "She shortened the skirt." |
abridge | 缩略内容但保留核心(如书籍) | "The abridged edition omits chapters." |
cut | 更通用,可能保留或去除部分 | "Cut the rope to 2 meters." |
truncate the text
),被动语态常见(如 The video was truncated
)。【别人正在浏览】