CUSTCRUD.log: log file for the CRUD application.
log:用于CRUD应用程序的日志文件。
The author goes on to describe how to mitigate the risk and issues but the solution still uses CRUD.
作者进而描述了如何规避该反模式的风险,但解决方案所使用的依然是CRUD。
This means we will modify the basic CRUD SQL statements for each database.
这意味着对于每种数据库,我们将修改基本的CRUDsql语句。
It contains abstract methods whose sole implementation purpose is to perform the CRUD operations on the underlying table.
它包含一些抽象方法,实现这些方法的惟一目的是在底层表上执行CRUD操作。
Basic tests should include the testing of validation code and assertions, and database operations such as Create, Read, Update and Delete (CRUD).
基本测试应该包括对检验代码和断言以及数据库操作(比如创建、读取、更新和删除,CRUD)的测试。
This helps improve response times for both queries and create, retrieve, update, and delete (CRUD) operations, and it also improves concurrency.
这有助于改进查询以及创建、检索、更新和删除(CRUD)操作的响应时间,还会改进并发性。
You have a full CRUD (create, read, update, delete) application at your fingertips to play around with.
您有一个完整的CRUD(创建、读取、更新、删除)应用程序可以使用。
Services are for methods that go beyond simple CRUD operations on a single domain object.
服务是为在单一区域对象上超越简单CRUD操作的方法而准备的。
Start with the first of the four CRUD operations: create.
以这四种CRUD操作中的第一个操作开始:创建操作。
Although this scaffold has a 'standard' UI, it lets you try all CRUD operations on your tables.
尽管这个脚手架有一个“标准的”UI,它可以让您在数据表上进行所有的CRUD操作。
The data object in these CRUD operations, ideally for this pattern, is a composite value object data object.
这些CRUD操作中的数据对象是组合值对象数据对象,特别适合此模式。
This interface does more than just Resource CRUD; there are operations like "Start server" and "Snapshot storage".
这一接口不仅仅是资源的CRUD操作;还有类似“启动服务器”和“快照存储”这样的操作。
The second CRUD operation is read: the code simply needs to read widget records from the database.
第二个CRUD操作是读取,代码的作用是从数据库中读取小部件的记录。
Your first venture into CRUD operations is to show the details of a single course selected from the course listing.
遇到的第一项CRUD操作是显示从课程列表中选出的单门课程的详细内容。
However, there are a few circumstances where one could defend bidirectional mapping, like for very simple CRUD applications.
然而,在某些特定环境中,有人可能会为双向映射辩解,比如:非常简单的CRUD应用程序。
You get sophisticated CRUD operations, execution of queries as well as specifications for free.
你可以自由的进行精确的CRUD操作、执行查询和规范等。
CRUD operations and a query language are provided.
它提供了CRUD操作和一种查询语言。
See the Usage Scenarios section for further details on working with both CRUD methods and data-logic methods.
有关使用CRUD方法和数据逻辑方法的详细信息,请参阅 使用场景部分。
All CRUD operations are supported for creating, reading, updating, and deleting items.
对数据项的创建、读取、更新和删除的所有CRUD操作都被支持。
This plug-in shows the implementation of one of the CRUD methods (3), just to illustrate the code.
此插件显示了CRUD方法之一(方法(3))的实现,仅为了说明代码。
The final CRUD operation is delete.
最后一个CRUD操作是删除。
You will be able to populate the database tables with the CRUD application you will create in the next step.
您可以使用在下一步创建的CRUD应用程序来生成数据库数据表。
At compile time, JLINQ generates implementations of those interfaces that handle CRUD operations of your objects.
在编译阶段,JLINQ生成可以处理自定义对象CRUD操作的接口。
Extending interfaces of a particular service to include CRUD methods for manipulation of the data controlled by the service.
扩展一个服务的接口来包含操纵由服务控制的数据的CRUD方法。
You can perform CRUD actions on files with certain directory path.
可以使用目录路径对文件执行CRUD操作。
The service layer object will be treated as a stateless interface to which the CRUD operations can be delegated.
服务层对象将作为无状态的接口对待,CRUD操作可以委托给该接口。
For example, Create Read Update Delete (CRUD) data services may be too fine-grained and not business aligned.
例如,用于创建、读取、更新、删除(CRUD)数据的各项服务的粒度可能太小,无法与业务保持一致。
The rest pattern assumes that clients are interested in creating, reading, updating, and deleting (CRUD) remote resources.
REST模式假定客户机想要创建、读取、更新和删除(CRUD)远程资源。
As stated earlier, it is recommended that you inspect the database between CRUD operations.
如前所述,建议您在各个CRUD操作之间查看数据库。
The CRM service supports the CRUD operations on a database of customers and their billing and shipping addresses.
CRM服务支持客户及其开单和发货地址数据库上的CRUD操作。
应用推荐