词语站>英语词典>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

    双语例句

    • 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.
      因此,幻想和虚拟作品允许人们将他们的焦虑、恐惧具现化,并面对它们,同时满足在现实中不能满足的愿望。
    • 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,等等。
    • Now, what if we want to find our way down to the second person's city, as in the xml_objectify example?
      现在,如果我们想要向下找到第二个人的城市,就象xmlobjectify示例中那样,应该怎么做呢?
    • Objectify doesn't auto-load domain classes& which means it doesn't scan your classpath for entities.
      Objectify不自动加载域类&这表示它不扫描实体的类路径。
    • I also explained Objectify's approach to relationships and demonstrated its query interface, which supports the GAE notions of filtering and sorting.
      我还解释了针对关系的Objectify方法并展示其查询界面,其支持筛选和排序的GAE概念。
    • Objectify also provides a find method, which instead returns null.
      Objectify还提供一个find方法,而该方法返回null。
    • 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的非传统数据存储,尤其缺乏参照完整性。
    • 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开发人员来说可能更自然。
    • In several previous articles, I have advocated the clarity and simplicity of my own Python xml_objectify module.
      在前几篇文章中,我提倡我自己的Pythonxmlobjectify模块的清晰性和简明性。
    • 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化的接口。