找诗词>英语词典>crud翻译和用法

crud

英 [krʌd]

美 [krʌd]

n.  脏东西; 污垢; 渣滓

复数:cruds 

机械

BNC.49193 / COCA.22950

牛津词典

    noun

    • 脏东西;污垢;渣滓
      any dirty or unpleasant substance

      英英释义

      noun

      • an ill-defined bodily ailment
        1. he said he had the crud and needed a doctor
      • any substance considered disgustingly foul or unpleasant
          Synonym:filthskank
        1. heavy wet snow that is unsuitable for skiing

          双语例句

          • Start with the first of the four CRUD operations: create.
            以这四种CRUD操作中的第一个操作开始:创建操作。
          • The final CRUD operation is delete.
            最后一个CRUD操作是删除。
          • If you have to have RCS or CVS crud in your source file, do it as follows.
            如果你要将RCS或CVS的杂项包含在你的源文件中,按如下做。
          • These verbs are somewhat analogous to the create-retrieve-update-delete ( CRUD) model that many developers are familiar with.
            这些动词有点类似于许多开发人员都熟悉的create-retrieve-update-delete(CRUD)模型。
          • These APIs provide basic CRUD operations, governance operations, and a flexible query capability based on XPath.
            这些API提供基本的CRUD操作、治理操作和基于XPath的灵活查询功能。
          • Services are for methods that go beyond simple CRUD operations on a single domain object.
            服务是为在单一区域对象上超越简单CRUD操作的方法而准备的。
          • CRUD through HTTP is a good step forward to using resources and becoming RESTful.
            通过HTTP的CRUD是通向使用资源和成为RESTful的重要一步。
          • 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。
          • 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)功能。