Plain old Object的意思|示意

美 / / 英 / /

普通对象


Plain old Object的网络常见释义

支持普通对象 ...使数据查询成为一个核心的编程概念 可操作几乎所有类型的数据 支持关系 数据库 操作 支持 XML 支持普通对象( Plain old Object )操作 支持所有的 .

Plain old Object相关短语

1、 plain old CLR object 普通旧

Plain old Object相关例句

MessageConverters are responsible for conversion between JMS messages and "plain old objects" and are identical in spirit to XML/Object mappers but with a JMS twist.

MessageConverters有责任完成JMS消息与“plain old objects”之间的转换,它在本质上与XML/对象间映射器无异,但它支持JMS转换。

The scaffolding infrastructure uses reflection when creating view templates – so it can scaffold new templates based on any POCO (plain old CLR object) passed to it.

脚手架(scaffolding)基础设施在生成视图模板时会使用反射,这样它可以基于传给它的任何POCO (plain old CLR object,普通的CLR对象)生成新的模板。

Unless you're specifically using XML in your request, or the server is sending you a response in XML, there's nothing but plain old Http used in the XMLHttpRequest object.

除了在请求中明确使用XML,或者服务器用XML发送响应之外,XMLHttpRequest对象使用的只是普普通通的HTTP。

What you get in your arguments are a reference to the "this" object (this is for object methods and is NULL for plain old functions like bar ) and an argument tuple in args.

您从参数中得到的是一个对“this”对象的引用(this用于对象方法,对类似bar这样的无参数的老式函数来说是NULL)和一个存储在args中的参数元组。