CRUD:创建读取更新并删除

“创建、读取、更新与删除”(Create, Read, Update, and Delete)在计算机领域中常被缩写为CRUD,以便在编程和数据库操作中更快捷地书写与使用。这一术语广泛用于描述对数据存储的四种基本操作,是软件开发和系统设计中的核心概念之一。

Create Read Update And Delete具体释义

  • 英文缩写:CRUD
  • 英语全称:Create Read Update And Delete
  • 中文意思:创建读取更新并删除
  • 中文拼音:chuàng jiàn dú qǔ gēng xīn bìng shān chú
  • 相关领域crud 常用

Create Read Update And Delete的英文发音

例句

  1. HTTP methods are mapped to CRUD ( create, read, update and delete ) actions for a resource.
  2. HTTP方法映射到资源的CRUD(创建、读取、更新和删除)操作。
  3. Basic tests should include the testing of validation code and assertions, and database operations such as Create, Read, Update and Delete ( CRUD ).
  4. 基本测试应该包括对检验代码和断言以及数据库操作(比如创建、读取、更新和删除,CRUD)的测试。
  5. Skyway ´ s CRUD scaffolding enables you to generate Create, Read, Update and Delete functionality from an existing Skyway domain object.
  6. Skyway的CRUD构建工具使您能够从一个已有的Skyway域对象中生成创建,读取,更新与删除(Create,Read,UpdateandDelete)功能。
  7. The Record-level access classes create, read, update, and delete IBM I files and members.
  8. 记录级访问类创建、读取、更新和删除IBMi文件和成员。
  9. NOTE : symfony provides functionality to auto-generate code to provide the Create, Read, Update, and Delete ( CRUD ) functionality based on your database.
  10. 注:symfony提供了自动生成代码的功能,用于基于数据库提供Create、Read、Update和Delete(CRUD)功能。