truncate
英音[ trʌŋˈkeɪt ] 美音[ ˈtrʌŋkeɪt ]

截断

常用释义

词性释义

v.

截断,删节;把……截成平面

adj.

(叶、羽毛等)截形的;截短的
例句
  • 全部
  • 截断
她想使用户Scott能够截断该表,但Scott不具有该表的直接权限。
Although you can omit parameters for which defaults have been supplied , you can only truncate the list of parameters .
虽然可以省略已提供默认值的参数,但只能截断参数列表。
Ovary half inferior, obovate, apex truncate and with a membranous crown.
子房半下位,倒卵形,先端截形并且具膜质冠。
Do not use an editor that will truncate or wrap the lines - vi to the rescue. . . well, I use gedit, do not use kate.
不要使用一个editor编辑器,那将截去或者扭曲行(使行信息发生变化)–vi可以援救(修复)…。好了,我使用gedit,不要使用kate。
萼裂片截形和具的先端一膜质花盘,花盘边缘流苏状。
生成动态快照作业的名称时,您可以截断标准快照作业的名称。
子房卵球形,先端截形并且具膜质4裂冠,冠边缘突然具小齿。
队列不能是INSERT、UPDATE、DELETE或TRUNCATE语句的目标。
Use NO_TRUNCATE or CONTINUE_AFTER_ERROR only if you are backing up the tail of a damaged database.
仅当您要备份受损数据库的尾部时才能使用NO_TRUNCATE或CONTINUE_AFTER_ERROR。
The downside of this sort of operation is that db4o could accidentally truncate a value.
这种操作的缺点是,db4o可能会意外地将一个值截尾。
NET does not limit or truncate pages to make decks fit within the deck size limit of individual devices.
NET不为了使卡片组适合各设备的卡片组大小限制而限制或截断页。
Membership of a group that has sufficient authority to issue TRUNCATE TABLE statements and have CREATE TABLE statement privileges.
一组成员,拥有足够的授权来发出TRUNCATETABLE语句且拥有CREATETABLE语句权限。
Individual deletions of rows are not entered into the transaction log , so the TRUNCATE TABLE operation is not replicated .
各行删除操作不记入事务日志,因此不复制TRUNCATETABLE操作。
The TRUNCATE TABLE statement is entered into the transaction log as a single statement , like data definition statements .
与数据定义语句一样,TRUNCATETABLE语句作为单个语句记入事务日志。
TRUNCATE表语句此语句无需激活触发器即可快速删除整个表的内容。
When another process tries to truncate the file you are transmitting, the kernel sends you a real-time signal, the RT_SIGNAL_LEASE signal.
当另外一个进程试图将你正在传输的文件截断时,内核会向你的进程发送实时信号——RT_SIGNAL_LEASE。
如果要删除表中的所有数据但不删除表本身,则可以截断该表。
不能为该模板指定要截断的表。没有与该小组解决方案关联的数据库。
When used with BACKUP LOG, the COPY ONLY option creates a copy-only log backup, which does not truncate the transaction log.
对于上一次完整备份后备份的全部单个日志,使用该选项可以不必再进行备份。
You can use the TRUNCATE TABLE statement as a fast method of deleting all the rows in a table.
您可以使用TRUNCATETABLE语句作为快速删除表中所有行的方法。
调整页边距时可以直接看到页面将截断的位置,从而不必尝试多次打印来进行调整。
Fruit base rounded, obtuse, or truncate, valves not reticulate or obscurely reticulate, glabrous or sparsely puberulent when young.
果基部圆形,钝,或截形,裂爿并非网状的网状或不明显,或疏生微柔毛幼时。
Viterbi译码器采用截尾译码,在几乎不影响译码准确度的基础上大大提高了解码效率。
尽管可用此选项手动截断事务日志,但是极力建议您不要这样做,因为这会将日志链断开。
萼片弄弯,经常囊状,不明显的脉,边缘宽膜质,先端截形。
Alternatively, you can specify an empty string as a directory to rename or truncate the log without copying it first.
或者,可以指定空字符串作为目录,这样不必事先复制日志就可以重命名或截断它。
ultimate segments ovate or long-ovate, irregularly parted or lobed, sharply serrate with setaceous teeth, base cuneate or truncate.
卵形的末回裂片或长卵形,不规则深裂或浅裂,锐有锯齿具齿,基部楔形或截形。
在指定数据库的各个检查点之后截断(删除)事务日志。
将传入的所有意料之外字符的所有变量都转换成字符串,并将其截断为合理的限制长度。
Seed scales compressed orbicular, thick, apex truncate-rounded, broadly rounded, or emarginate.
种鳞压扁圆形,厚,圆形的先端截形,宽圆形,或微缺。
1·Cannot specify tables to truncate for this template.
不能为该模板指定要截断的表。
2·When another process tries to truncate the file you are transmitting, the kernel sends you a real-time signal, the RT_SIGNAL_LEASE signal.
当另外一个进程试图将你正在传输的文件截断时,内核会向你的进程发送实时信号——RT_SIGNAL_LEASE。
3·TRUNCATED - When the column value exceeds the column width, truncate the exceeding characters.
TRUNCATED - 当列值超过列的宽度时,截断超出的字符。
4·These conflicting operations include: compress, repack, shrink, alter, online index build, truncate, and drop.
这些冲突操作包括:压缩、重新打包、收缩、更改、在线索引构建、截断、以及删除。
5·If SQL Server can truncate the log first, the log space will be freed up and reused, and there will be no autogrow or failed transaction
如果SQL SERVER能够首先截断日志,日志空间将被释放且标记为可重用,那么,将不会自动增长或失败事物。
网络释义

截断

SAP字典 - MBA智库文档 ... true running 真实运行 truncate 截断 SAP truncate editing 不进位编辑 ...

截短

截短(truncate)—— 这个术语表示,从一个值中删除一些字符,通常用于不作舍入的数字截短。元组(tuple)—— 见“记录”。

清空表里的所有记录

Oracle中常用SQL语法和... ... 2.ALTER( 改变表, 索引, 视图等) 4.TRUNCATE( 清空表里的所有记录, 保留表的结构) 1.索引…

截形

5. 截形(truncate):横过叶之底部具一几近平直的线,像是被截过一般.大部份三角形之叶子均具有此种叶基,如菩提树(图4:e).6. 心 …

截断文件

glibc 怎样封装系统调用的 -天涯问答 ... poll I/O 多路转换 truncate 截断文件 umask 设置文件权限掩码 ...

截尾

电脑专业英语3_小颖_新浪博客 ... 1037. medium n. & a. 媒体;中等的 1038. truncate vt. 截尾,截断 1039. inhibit vt. 禁止 ...

把截短

GRE逆序_馆档网 ... inculcate 灌输,谆谆教诲 truncate 把(某物)截短,去尾 suffocate (使)窒息而死 ...
常用短语
同义词
adj.
[生物]截短的;被删节的
vt.
把…截短;缩短;使成平面
同根词 (词根truncate)
truncated adj 缩短了的;被删节的;切去顶端的
truncation n 截断;切掉顶端
truncated v 缩短(truncate的过去分词);截去…的顶端
更新时间:2025-02-22 01:40