crud
crud什么意思,crud翻译
基本解释
n.: 脏东西;污垢;渣滓
abbr.: 【计(=Create、Read、Update、Delete)指数据库操作中的创建、读取、更新和删除
网络: 删改查;增删改查;增删改查操作
权威解释
脏东西;污垢;渣滓:
any dirty or unpleasant substance
英汉解释
【IT】(=Create, Read, Update, Delete)指数据库操作中的创建,读取,更新,删除
怪病,常用于美语
污垢雪
无用的副产品,尤指核工业的副产品
〈俚〉可鄙的人或物
〈俚〉沉渣; 积垢
同义词
n.bunkumdirtfilthgibberishgrime
例句
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应用程序来生成数据库数据表。