我看字典>英语词典>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

    双语例句

    • Objectify also provides a find method, which instead returns null.
      Objectify还提供一个find方法,而该方法返回null。
    • I have produced my own set of high-level modules for dealing with XML called xml_pickle and xml_objectify.
      我自行开发了处理XML的高级模块,称为xmlpickle和xmlobjectify。
    • Thus, fantasy or fiction ( of which drama is one form) permits people to objectify their anxieties and fears, confront them, and fulfill their hopes in fiction if not fact.
      因此,幻想和虚拟作品允许人们将他们的焦虑、恐惧具现化,并面对它们,同时满足在现实中不能满足的愿望。
    • Along with the xml_objectify, PYX, and HaXml options examined in earlier installments, Ruby programmers also have a quick way of processing XML without a steep learning curve.
      连同前几篇文章中研究的xmlobjectify、PYX和HaXml选项一起,Ruby程序员还得到了一种处理XML的快速方法,而不必经历陡峭的学习曲线。
    • Object models such as lxml's objectify or Amara might be more natural for Python developers when speed is not a consideration.
      如果不需要考虑速度的话,lxml的对象化或Amara等对象模型对于Python开发人员来说可能更自然。
    • 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的非传统数据存储,尤其缺乏参照完整性。
    • I'm done updating my domain objects, at least in terms of what I can do with Objectify.
      至少在我对Objectify所能做的方面,我已经更新了我的域对象。
    • 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中使用(不过如果我想通过编程方式访问或设置属性,我将会用到它们)。
    • I'm going to leave that to your imagination for now, though, and focus on one last requirement of working with Objectify: manually registering domain classes.
      不过我打算暂时给您留有想象的余地,并专注于使用Objectify的最后一个要求:手动注册域类。
    • In order to descend recursively and with ease through XML nodes, I utilized the high-level Pythonic interface provided by xml_objectify.
      为了轻松地循环下降遍历XML节点,我利用了xmlobjectify提供的高级Python化的接口。