objectify
英 [əbˈdʒektɪfaɪ]
美 [əbˈdʒektɪfaɪ]
v. 将…物化; 对…进行人格物化
第三人称单数:objectifies 过去分词:objectified 过去式:objectified 现在分词:objectifying
BNC.36371 / COCA.21765
牛津词典
verb
- 将…物化;对…进行人格物化
to treat sb/sth as an object- magazines that objectify women
将妇女人格物化的杂志
- magazines that objectify women
英英释义
verb
- make impersonal or present as an object
- Will computers depersonalize human interactions?
- Pornography objectifies women
- make external or objective, or give reality to
- language externalizes our thoughts
双语例句
- First, I want to spend just a few minutes more on the domain model, however, so that I can introduce Objectify's features for indexing and caching.
但是,首先,我想在域模型上花费几分钟的时间,这样我可以介绍Objectify的用于索引和缓存的功能。 - 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的快速方法,而不必经历陡峭的学习曲线。 - I also explained Objectify's approach to relationships and demonstrated its query interface, which supports the GAE notions of filtering and sorting.
我还解释了针对关系的Objectify方法并展示其查询界面,其支持筛选和排序的GAE概念。 - 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化的接口。 - Objectify also permits relationships and exposes a query interface that supports the GAE notions of filtering and sorting.
Objectify还允许关系,显示一个查询界面来支持GAE筛选和排序概念。 - In several previous articles, I have advocated the clarity and simplicity of my own Python xml_objectify module.
在前几篇文章中,我提倡我自己的Pythonxmlobjectify模块的清晰性和简明性。 - I'm done updating my domain objects, at least in terms of what I can do with Objectify.
至少在我对Objectify所能做的方面,我已经更新了我的域对象。 - Objectify is our primary interface into the API and is exposed through the ofy method.
Objectify是这个API的主要接口,它是通过ofy方法获取的。 - Notice Objectify's query code: the service instance supports filtering by property ( in this case owner) and even ordering the results.
注意Objectify的查询代码:service实例支持根据属性(在本例中是owner)过滤,甚至对结果进行排序。 - 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,等等。