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
双语例句
- All CRUD operations are supported for creating, reading, updating, and deleting items.
对数据项的创建、读取、更新和删除的所有CRUD操作都被支持。 - Start with the first of the four CRUD operations: create.
以这四种CRUD操作中的第一个操作开始:创建操作。 - The second CRUD operation is read: The code simply needs to read widget records from the database.
第二个CRUD操作是读取,代码的作用是从数据库中读取小部件的记录。 - Db ( crud) and view update functions
db(crud)和视图更新函数 - You get sophisticated CRUD operations, execution of queries as well as specifications for free.
你可以自由的进行精确的CRUD操作、执行查询和规范等。 - HTTP methods are mapped to CRUD ( create, read, update and delete) actions for a resource.
HTTP方法映射到资源的CRUD(创建、读取、更新和删除)操作。 - Users can get all the wiki and blog libraries 'information, can create, update, and delete a specified wiki page or blog entry, and can CRUD a specified comment.
用户可以获得所有的wiki和博客库的信息,可以创建、更新和删除指定的wiki页面或博客条目,并且可以CRUD指定的评论。 - As this point, we have extended our simple CRUD web application to a full-fledged enterprise application.
至此,我们已将简单的CRUDweb应用程序扩展为成熟的企业应用程序。 - Although this scaffold has a'standard'UI, it lets you try all CRUD operations on your tables.
尽管这个脚手架有一个“标准的”UI,它可以让您在数据表上进行所有的CRUD操作。 - CRUD through HTTP is a good step forward to using resources and becoming RESTful.
通过HTTP的CRUD是通向使用资源和成为RESTful的重要一步。