deallocate

美 ['diləkeɪt]英 ['di:ləkeɪt]
  • 网络释放;解除分配;归还

过去分词:deallocated 现在分词:deallocating 第三人称单数:deallocates

deallocatedeallocate

deallocate

释放

计算机词汇 - 豆丁网 ... dealer 经销商 deallocate 释放 debit 借额 ...

解除分配

软件开发常用名词中英文对照 - Leo Liu - 博客园 ... dead-letter 死信 deallocate 解除分配 debug 调试 ...

归还

Liran - 博客园 ... datagram 数据报文 deallocate 归还 debug 调试 ...

删除一个准备好的查询

... CREATE VIEW— 定义一个视图 DEALLOCATE删除一个准备好的查询 DECLARE— 定义一个游标 ...

去分配

美国大学翻译中文 19_书面语语_DuSystem... ... 去分化 dedifferentiation 去分配 deallocate 去加重 deaccentuation ...

游标的引用

7)使用游标进行必要的操作之后,仅仅关闭(CLOSE)该游标是不够的,关闭之后还应当删除对该游标的引用DEALLOCAT

释放游标

游标的使用基本要符合以下顺序:声明游标(DECLARE)、打开游标(OPEN)、从游标中逐行提取信息(FETCH)、关闭游标(C…

1
Used to release array variables and deallocate the memory used for their elements. 用来释放数组变量和解除分配用于它们的元素的内存。
2
To delete rows in a heap and deallocate pages, use one of the following methods. 若要删除堆中的行并释放页,请使用下列方法之一。
3
This decreases the contention between concurrent tasks having to allocate or deallocate pages. 这将减少需要分配页或释放页的并发任务之间的争用。
4
The DEALLOCATE statement releases the resources used by the cursor. DEALLOCATE语句释放游标所使用的资源。
5
In general, value types are cheaper to allocate and deallocate. 通常,值类型的分配和释放开销更小。
6
Allocate and deallocate memory space as needed. 需要时分配和收回存储空间。
7
You can use this method to deallocate memory. 一样,您可以使用此方法取消内存的分配。
8
For example, the class may deallocate the data structure that holds the commands in the batch. 例如,类可以释放保存批处理中的命令的数据结构。
9
You can use this opportunity to do some cleanup such as deallocate memory and so on. 你能利用这个机会做一些清理工作。例如:释放内存等等。
10
DEALLOCATE failure: ALLOCATABLE array is not ALLOCATED 释放没有被分配的数组