object n. 1. 物,物体,物件。 2.目标 (of; for); 目的,宗旨。 3.【哲学】对象,客体,客观 (opp. subject); 【语法】宾语。 4.〔口语〕(可笑或可怜的)人[物]。 a small [strange] object 小[奇怪]东西。 the object of study 研究的对象。 the direct [indirect] object 直接[间接]受词。 What an object you have made (of) yourself! 〔口语〕你这家伙把自己搞得真不像样子! attain [achieve, gain, secure] one's object 达到目的。 fail [succeed] in one's object 没有达到[达到]目的。 for that object 为了那个目的。 no object 〔广告用语〕怎样都好,不成问题;没有困难(Distance is no object. (待聘者)上班距离(远、近)不成问题)。 propose an objectto oneself = set an object before one 立志,立下目标。 with that object in view 怀着那个目的。 vi. 1.反对,抗议,表示异议 (against, to)。 2.抱反感,不服气,有意见。 vt. 提出…作反对的理由 (that)。 If you don't object. 假使你不反对。 I object. 〔英下院〕我反对。 I object against him that he is a hypocrite. 我反对他,因为他是个伪君子。 object to 1. 反对(I object to your doing that. 我反对你做那件事)。 2.讨厌(I object very much to a wet weather. 我非常讨厌潮湿的天气)。 adj. -less 没有目的[宗旨]的,没有物像的。
object to 反对,不赞成; 反对;抗议,抱反感; 反对;抗议;不支持; 声称; 提出异议; 赞成……的人则认为
When the string contains multiple values , the value of the returned object is the value of all specified values combined with a bitwise or operation 当字符串包含多个值时,返回对象的值是所有与按位“或”运算组合的指定值。
If the runtime object is internal only , the returned object cannot be used outside the assembly that defines it . one way to create an object that derives from 如果运行时对象是仅限内部使用的,则返回的对象无法在定义该对象的程序集之外使用。
Property should preserve object identity and should only be used to return objects that have a one - to - one correspondence to their respective overlaid items 属性应保留对象标识,并且应该仅用于返回与其各自的重叠项一一对应的对象。用户应总是通过使用同一个
Web service writers and readers serialize and deserialize , respectively , between the parameter or return objects of web methods and the http request or response streams Web服务编写器将web方法的参数或返回对象序列化为http请求或响应流, web服务读取器执行它们之间的反序列化操作。
Web service writers and readers serialize and deserialize , respectively , between the parameters or return objects of web methods and the http request or response streams Web服务编写器将web方法的参数或返回对象序列化为http请求或响应流, web服务读取器执行它们之间的反序列化操作。
If an unknown class is referenced only in the implementation class the bean class of the ejb either as a return object or in the code , the aat tool does not check for this class 如果一个未知的类只在实现类( ejb的bean类)中被引用,作为返回对象或者在代码中,那么aat工具将不检查这个类。
As one example , instead of creating a return object inside a method , consider passing to it a reference to an object that already exists in the calling code , and modify that object ' s values 举个例子,不要在一个方法中创建一个返回对象,而是向这个方法传递在调用者代码中已存在的对象的引用,然后修改那个对象的值。
When deserializing , you must cast the returned object to the type of the original , as shown in the following example , which deserializes the object into a file although it could also be deserialized into a stream 在反序列化时,必须将返回的对象强制转换为原始对象的类型,如下面的示例中所示,该示例将对象反序列化为文件(尽管也可以将该对象反序列化为流) 。
Also note that one of the major implementation differences between soap - based distributed systems and distributed systems based on other protocols for example , rmi is that the former does not support passing and returning objects by reference 也要注意,基于soap的分布式系统和基于其他协议(如rmi )的分布式系统的主要的实现上的区别是,前者不支持通过引用传递和返回对象。