查成语>英语词典>objectify翻译和用法

objectify

英 [əbˈdʒektɪfaɪ]

美 [əbˈdʒektɪfaɪ]

v.  将…物化; 对…进行人格物化

第三人称单数:objectifies 过去分词:objectified 过去式:objectified 现在分词:objectifying 

IELTS

BNC.36371 / COCA.21765

牛津词典

    verb

    • 将…物化;对…进行人格物化
      to treat sb/sth as an object
      1. magazines that objectify women
        将妇女人格物化的杂志

    英英释义

    verb

    双语例句

    • In several previous articles, I have advocated the clarity and simplicity of my own Python xml_objectify module.
      在前几篇文章中,我提倡我自己的Pythonxmlobjectify模块的清晰性和简明性。
    • It shares many of the advantages of other native XML libraries I have written about in other installments: gnosis. xml. objectify, REXML, XML:: Grove, HaXml, and so on.
      它具备了我在其他部分所讲述的XML原生库的许多优点:gnosis.xml.objectify、REXML、XML::Grove和HaXml,等等。
    • On the whole, the Objectify API makes domain modeling for GAE easier and more intuitive, which is a boost to developer productivity.
      总地来说,ObjectifyAPI使得针对GAE的域建模更加容易、直观,从而提高了开发人员的开发效率。
    • I have produced my own set of high-level modules for dealing with XML called xml_pickle and xml_objectify.
      我自行开发了处理XML的高级模块,称为xmlpickle和xmlobjectify。
    • Note that I do not actually have to define getters and setters for this object to be utilized in Objectify ( though I'll need them if I want to access or set properties programmatically!).
      注意,实际上我不必为这个对象定义getters和setters以便在Objectify中使用(不过如果我想通过编程方式访问或设置属性,我将会用到它们)。
    • Objectify's use of Keys, rather than object references, reflects GAE's non-traditional datastore, which among other things lacks referential integrity.
      Objectify对Keys的使用,而非对象引用,反映了GAE的非传统数据存储,尤其缺乏参照完整性。
    • Using gnosis. xml. objectify, I might write a filter-and-extract application as
      如果使用gnosis.xml.objectify,我也许会这样编写一个“过滤和抽取”应用程序
    • You cannot objectify the inner portions of your own identity, and therefore you do not perceive them.
      你不能将你自己身份的内在部分客观具体化,因而你感知不到它们。
    • Notice Objectify's query code: the service instance supports filtering by property ( in this case owner) and even ordering the results.
      注意Objectify的查询代码:service实例支持根据属性(在本例中是owner)过滤,甚至对结果进行排序。
    • I'm done updating my domain objects, at least in terms of what I can do with Objectify.
      至少在我对Objectify所能做的方面,我已经更新了我的域对象。