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
双语例句
- As this point, we have extended our simple CRUD web application to a full-fledged enterprise application.
至此,我们已将简单的CRUDweb应用程序扩展为成熟的企业应用程序。 - You can perform CRUD actions on files with certain directory path.
可以使用目录路径对文件执行CRUD操作。 - 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)操作。 - These are the same for all CRUD applications: List, View, Edit, and Search
这是所有的CRUD应用程序一样:列表,查看,编辑和搜索 - NOTE: symfony provides functionality to auto-generate code to provide the Create, Read, Update, and Delete ( CRUD) functionality based on your database.
注:symfony提供了自动生成代码的功能,用于基于数据库提供Create、Read、Update和Delete(CRUD)功能。 - CRUD operations in SPARQL are typically a bit more shrouded in mystery than the read operation.
SPARQL中的CRUD操作通常比read操作更神秘。 - Extending interfaces of a particular service to include CRUD methods for manipulation of the data controlled by the service.
扩展一个服务的接口来包含操纵由服务控制的数据的CRUD方法。 - These information services provide Create-Read-Update-Delete ( CRUD) access to domain information.
这些信息服务提供了对域信息的创建、读取、更新和删除(CRUD)访问。 - All CRUD operations are supported for creating, reading, updating, and deleting items.
对数据项的创建、读取、更新和删除的所有CRUD操作都被支持。 - The service layer object will be treated as a stateless interface to which the CRUD operations can be delegated.
服务层对象将作为无状态的接口对待,CRUD操作可以委托给该接口。