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
双语例句
- These are the same for all CRUD applications: List, View, Edit, and Search
这是所有的CRUD应用程序一样:列表,查看,编辑和搜索 - You can perform CRUD actions on files with certain directory path.
可以使用目录路径对文件执行CRUD操作。 - The final CRUD operation is delete.
最后一个CRUD操作是删除。 - Services are for methods that go beyond simple CRUD operations on a single domain object.
服务是为在单一区域对象上超越简单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操作都被支持。 - As this point, we have extended our simple CRUD web application to a full-fledged enterprise application.
至此,我们已将简单的CRUDweb应用程序扩展为成熟的企业应用程序。 - It lets you communicate with server-side database/ persistent data storage using the Dojo Data API with JavaScript, and efficiently handles create, read, update, and delete ( CRUD) operations.
它允许您使用DojoDataAPI和JavaScript与服务器端数据库/持久性数据存储通信,以及高效地处理创建、读取、更新和删除(CRUD)操作。 - Extending interfaces of a particular service to include CRUD methods for manipulation of the data controlled by the service.
扩展一个服务的接口来包含操纵由服务控制的数据的CRUD方法。 - Scaffolding: Helps you develop iteratively by connecting to default Rest services and providing an easily expandable CRUD interface.
通过连接到默认的Rest服务器来帮助您进行迭代开发,同时还提供了一个易于扩展的CRUD接口。