CRUD的定义

CRUD的定义!

经常在别人的文章里看到CRUD,虽然我知道大概的意思,但是一直不知道准确的解释,而且我在金山词霸里居然没有找到。而且是查询了所有词库(2006版SP1)。

终于在Google里找到了一个还不错的定义:

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.

你可能感兴趣的:(Google,金山)