crud
英 [krʌd]
美 [krʌd]
n. 脏东西; 污垢; 渣滓
复数:cruds
BNC.49193 / COCA.22950
牛津词典
noun
- 脏东西;污垢;渣滓
any dirty or unpleasant substance
英英释义
noun
- an ill-defined bodily ailment
- he said he had the crud and needed a doctor
- any substance considered disgustingly foul or unpleasant
- heavy wet snow that is unsuitable for skiing
双语例句
- Start with the first of the four CRUD operations: create.
以这四种CRUD操作中的第一个操作开始:创建操作。 - CRUD through HTTP is a good step forward to using resources and becoming RESTful.
通过HTTP的CRUD是通向使用资源和成为RESTful的重要一步。 - The service layer object will be treated as a stateless interface to which the CRUD operations can be delegated.
服务层对象将作为无状态的接口对待,CRUD操作可以委托给该接口。 - Db ( crud) and view update functions
db(crud)和视图更新函数 - These verbs are somewhat analogous to the create-retrieve-update-delete ( CRUD) model that many developers are familiar with.
这些动词有点类似于许多开发人员都熟悉的create-retrieve-update-delete(CRUD)模型。 - All CRUD operations are supported for creating, reading, updating, and deleting items.
对数据项的创建、读取、更新和删除的所有CRUD操作都被支持。 - You can perform CRUD actions on files with certain directory path.
可以使用目录路径对文件执行CRUD操作。 - HTTP methods are mapped to CRUD ( create, read, update and delete) actions for a resource.
HTTP方法映射到资源的CRUD(创建、读取、更新和删除)操作。 - Scaffolding: Helps you develop iteratively by connecting to default Rest services and providing an easily expandable CRUD interface.
通过连接到默认的Rest服务器来帮助您进行迭代开发,同时还提供了一个易于扩展的CRUD接口。 - CRUD operations in SPARQL are typically a bit more shrouded in mystery than the read operation.
SPARQL中的CRUD操作通常比read操作更神秘。