摘要: 中文简介CRUD是指在做计算处理时的增加(Create)、查询(Retrieve)(重新得到数据)、更新(Update)和删除(Delete)几个单词的首字母简写。主要被用在描述软件系统中数据库或者持久层的基本操作功能。英文释义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 阅读全文
posted @ 2013-02-18 14:46 龙猫爸爸 阅读(510) 评论(0) 推荐(0) 编辑