词语吧>英语词典>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

          双语例句

          • The final CRUD operation is delete.
            最后一个CRUD操作是删除。
          • The service layer object will be treated as a stateless interface to which the CRUD operations can be delegated.
            服务层对象将作为无状态的接口对待,CRUD操作可以委托给该接口。
          • As this point, we have extended our simple CRUD web application to a full-fledged enterprise application.
            至此,我们已将简单的CRUDweb应用程序扩展为成熟的企业应用程序。
          • HTTP methods are mapped to CRUD ( create, read, update and delete) actions for a resource.
            HTTP方法映射到资源的CRUD(创建、读取、更新和删除)操作。
          • The second CRUD operation is read: The code simply needs to read widget records from the database.
            第二个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指定的评论。
          • Start with the first of the four CRUD operations: create.
            以这四种CRUD操作中的第一个操作开始:创建操作。
          • Db ( crud) and view update functions
            db(crud)和视图更新函数
          • For one thing, I get finder-like methods, as well as the typical CRUD methods save and delete.
            首先,我获得一个类似finder的方法,以及典型的CRUD方法save和delete。
          • 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)操作。