複製鏈接
請複製以下鏈接發送給好友

crud

鎖定
crud是指在做計算處理時的增加(Create)、讀取(Read)、更新(Update)和刪除(Delete)幾個單詞的首字母簡寫。crud主要被用在描述軟件系統中數據庫或者持久層的基本操作功能。
中文名
增查改刪
外文名
CRUD
性    質
計算機術語
含    義
新增,讀取,更新,刪除
作    用
被用在描述軟件系統

crud英語單詞

名詞 n.
1.渣滓;污垢d
2.不明原因的病

crud計算機術語

英文釋義
In computing, CRUD is an acronym for create, Read, 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 ead existing records
U pdate existing records
D elete existing records.