记作业>英语词典>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

          双语例句

          • 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)功能。
          • Services are for methods that go beyond simple CRUD operations on a single domain object.
            服务是为在单一区域对象上超越简单CRUD操作的方法而准备的。
          • Extending interfaces of a particular service to include CRUD methods for manipulation of the data controlled by the service.
            扩展一个服务的接口来包含操纵由服务控制的数据的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)操作。
          • Start with the first of the four CRUD operations: create.
            以这四种CRUD操作中的第一个操作开始:创建操作。
          • For one thing, I get finder-like methods, as well as the typical CRUD methods save and delete.
            首先,我获得一个类似finder的方法,以及典型的CRUD方法save和delete。
          • Scaffolding: Helps you develop iteratively by connecting to default Rest services and providing an easily expandable CRUD interface.
            通过连接到默认的Rest服务器来帮助您进行迭代开发,同时还提供了一个易于扩展的CRUD接口。
          • These information services provide Create-Read-Update-Delete ( CRUD) access to domain information.
            这些信息服务提供了对域信息的创建、读取、更新和删除(CRUD)访问。
          • The final CRUD operation is delete.
            最后一个CRUD操作是删除。
          • As this point, we have extended our simple CRUD web application to a full-fledged enterprise application.
            至此,我们已将简单的CRUDweb应用程序扩展为成熟的企业应用程序。