crud
美 [krʌd]
英 [krʌd] 
同义词
英汉双解
1. | 脏东西;污垢;渣滓any dirty or unpleasant substance |
英汉解释
n. | |
abbr. | 1. 【IT】(=Create, Read, Update, Delete)指数据库操作中的创建,读取,更新,删除 |
英英解释
例句
So, quite a few people have had a go at simplifying the basic CRUD operation.
所以,很多人已经开始尝试使CRUD的基本操作更简洁。
As this point, we have extended our simple CRUD web application to a full-fledged enterprise application.
至此,我们已将简单的CRUDweb应用程序扩展为成熟的企业应用程序。
The service layer object will be treated as a stateless interface to which the CRUD operations can be delegated.
服务层对象将作为无状态的接口对待,CRUD操作可以委托给该接口。
A service (or a set of services if you want) with a very clear responsibility: doing the back-end part of CRUD on a customer.
一个(也可以是一组)具有明确职责的服务,即为给定对象上的增、查、改、删(CRUD)操作进行后端处理。
Rails ships with a "scaffold" generator that will generate a basic set of CRUD pages for a given model.
Rail提供了一个“scaffold”生成器,它可以为某个给定模型生成一组基本的CRUD页面。
InfoQ: When defining information services you seem to imply that those are the ones providing CRUD interface to the data.
InfoQ:在定义信息服务时,这些服务似乎就是数据的CRUD接口。
And presto: You've got a simple working database-backed Web application that does each CRUD-based operation, as shown in Figure 1.
现在就已经得到了一个简单的能够工作的带有数据库支持的Web应用程序,可以进行基于CRUD的每个操作,如图1所示。
The Persistence layer (Direct JDBC) is called by the business component for any query operations.
持久层(DirectJDBC)由业务组件为执行CRUD操作而调用。
Extending interfaces of a particular service to include CRUD methods for manipulation of the data controlled by the service.
扩展一个服务的接口来包含操纵由服务控制的数据的CRUD方法。
You will be able to populate the database tables with the CRUD application you will create in the next step.
您可以使用在下一步创建的CRUD应用程序来生成数据库数据表。
However, all the code required for performing CRUD operations needs to be written by the developer.
然而,执行CRUD操作所需的所有代码都是由开发人员编写。
Encourages separation of persistence layer (CRUD) statements from the rest of the application inside the data access object.
鼓励将持久层(CRUD)语句与应用程序在带注释接口中的其余部分分离。
At compile time, JLINQ generates implementations of those interfaces that handle CRUD operations of your objects.
在编译阶段,JLINQ生成可以处理自定义对象CRUD操作的接口。
However, there are a few circumstances where one could defend bidirectional mapping, like for very simple CRUD applications.
然而,在某些特定环境中,有人可能会为双向映射辩解,比如:非常简单的CRUD应用程序。
The CRUD (Create, Read, Update, Delete) module generates a fully usable web interface for your JPA Model objects.
(增加,读取,更新,删除)模块生成一个完全可用的web接口为你的JPA模型对象。
Here, we will extend that simple CRUD web application into a full-fledged enterprise application using Spring Roo.
此处,我们将使用SpringRoo将简单的CRUDweb应用程序扩展成一个成熟的企业应用程序。
LightSwitch, Microsoft's answer to lightweight CRUD style applications, has recently been released in two parts.
是微软针对轻量级CRUD风格应用程序的一种回应,它于最近发布,包含了两方面的内容。
It's worth taking a look at the similarities and differences between CRUD operations when developed in SQL and SPARQL.
在使用SQL和SPARQL进行开发时,需要查看一下CRUD操作之间的异同。
We hosed the dish room, the kitchen, the serving line, sending the water and crud and suds into the drains.
我们冲洗了洗碗间,厨房,递菜的台子,把水扫到下水道去。
Your first venture into CRUD operations is to show the details of a single course selected from the course listing.
遇到的第一项CRUD操作是显示从课程列表中选出的单门课程的详细内容。
you see that crud on the faces of children .
你看见那个小孩脸上的东西了吗?
This seems to contradict the CRUDy anti pattern for SOA.
这有好像与SOA反模式CRUD是矛盾的。
In REST, clients address a remote resource and provide the CRUD action as the HTTP request method (GET, PUT, POST, DELETE).
在REST模式中,客户机将处理远程资源并提供CRUD操作作为HTTP请求方法(GET、PUT、POST、DELETE)。
As RESTful protocols go, APP leverages the HTTP protocol (including methods, headers, and status codes, among others) to CRUD the resources.
随着RESTful协议的发展,APP也利用了HTTP协议(包括方法、报头和状态码等)对资源执行CRUD。
You get sophisticated CRUD operations, execution of queries as well as specifications for free.
你可以自由的进行精确的CRUD操作、执行查询和规范等。
The CRM service supports the CRUD operations on a database of customers and their billing and shipping addresses.
CRM服务支持客户及其开单和发货地址数据库上的CRUD操作。
These verbs are somewhat analogous to the create-retrieve-update-delete (CRUD) model that many developers are familiar with.
这些动词有点类似于许多开发人员都熟悉的create-retrieve-update-delete(CRUD)模型。
Figure 2 shows a UML service model where the interface of the service contains a number of CRUD-like operations.
图2显示了UML服务模型,其中的服务接口包括许多CRUD之类的操作。
You'll see some generic interfaces generated by Grails that support CRUD (create, read, update, delete) on my domain object.
您将看到在我的域对象中,Grails生成了一些支持CRUD(创建、读取、更新、删除)的通用接口。
The data object in these CRUD operations, ideally for this pattern, is a composite value object data object.
这些CRUD操作中的数据对象是组合值对象数据对象,特别适合此模式。
Although this scaffold has a 'standard' UI, it lets you try all CRUD operations on your tables.
尽管这个脚手架有一个“标准的”UI,它可以让您在数据表上进行所有的CRUD操作。
These information services provide Create-Read-Update-Delete (CRUD) access to domain information.
这些信息服务提供了对域信息的创建、读取、更新和删除(CRUD)访问。
At this point, I have a generic DAO capable of typesafe CRUD operations.
现在,我有一个能够进行类型安全CRUD操作的泛型DAO。
It's actually possible to automate most CRUD work using seam-gen (see Resources), Seam's Ruby-on-Rails-style application generator.
实际上可以使用seam-gen自动完成大多数CRUD工作(请参见参考资料),seam-gen是Ruby-on-Rails样式的Seam应用程序生成器。
This plug-in shows the implementation of one of the CRUD methods (3), just to illustrate the code.
此插件显示了CRUD方法之一(方法(3))的实现,仅为了说明代码。
The first main COBOL program performs the standard CRUD (Create, Read, Update, Delete), operations set, acting on a single record.
第一个主COBOL程序执行标准的CRUD(创建、读取、更新、删除)、操作集合,并对单个记录进行操作。
CRUD operations and a query language are provided.
它提供了CRUD操作和一种查询语言。
This will assist to take away the corrosion and also crud that structure in the region of the jobs.
这种方法将会帮助您去除腐蚀及工作区域的脏东西。
The Ext Scaffold Generator Plugin provides a jump start for developing CRUD based applications with Ext JS and Ruby on Rails.
Ext脚手架生成器提供了在ExtJS和RubyonRails环境下,开发增删改查(CURD)程序的快捷起点。
For each entity, a common pattern emerges -- users perform a search, select an entity, view a detail page, and CRUD the entity.
对于每个实体,一个通用模式会出现——用户执行一次搜索,选择一个实体,查看详细信息页面,然后CRUD该实体。