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
双语例句
- The final CRUD operation is delete.
最后一个CRUD操作是删除。 - The second CRUD operation is read: The code simply needs to read widget records from the database.
第二个CRUD操作是读取,代码的作用是从数据库中读取小部件的记录。 - At this point, I have a generic DAO capable of typesafe CRUD operations.
现在,我有一个能够进行类型安全CRUD操作的泛型DAO。 - All CRUD operations are supported for creating, reading, updating, and deleting items.
对数据项的创建、读取、更新和删除的所有CRUD操作都被支持。 - These APIs provide basic CRUD operations, governance operations, and a flexible query capability based on XPath.
这些API提供基本的CRUD操作、治理操作和基于XPath的灵活查询功能。 - Of course you can register a new application with the Skyway generated CRUD application.
当然您可以使用Skyway生成的CRUD应用程序来注册一个新的应用程序。 - Although this scaffold has a'standard'UI, it lets you try all CRUD operations on your tables.
尽管这个脚手架有一个“标准的”UI,它可以让您在数据表上进行所有的CRUD操作。 - As this point, we have extended our simple CRUD web application to a full-fledged enterprise application.
至此,我们已将简单的CRUDweb应用程序扩展为成熟的企业应用程序。 - Scaffolding: Helps you develop iteratively by connecting to default Rest services and providing an easily expandable CRUD interface.
通过连接到默认的Rest服务器来帮助您进行迭代开发,同时还提供了一个易于扩展的CRUD接口。 - Extending interfaces of a particular service to include CRUD methods for manipulation of the data controlled by the service.
扩展一个服务的接口来包含操纵由服务控制的数据的CRUD方法。