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該實體。