CRUD是指在做计算处理时的增加(Create)、检索(Retrieve)、更新(Update)和删除(Delete)几个单词的首字母简写。CRUD主要被用在描述软件系统中数据库或者持久层的基本操作功能。
1、
- 中文名:增查改删
- 外文名:CRUD
- 性 质:计算机术语
- 含 义:增加,检索,更新,删除
- 作 用:被用在描述软件系统
目录
- 1 英语单词
- 2 计算机术语
2、
1、
英语单词
名词 n.
1.渣滓;污垢d
2.无用的人
3.不明原因的病
计算机术语
英文释义
In computing, CRUD is an acronym for create, Retrieve, update, and delete. It is used to refer to the basic functions of a database or persistence layer in a software system.
C reate new records
R etrieve existing records
U pdate existing records
D elete existing records.
2、
1、
https://baike.baidu.com/item/crud/3606157
2、