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
双语例句
- Objectify also provides a find method, which instead returns null.
Objectify还提供一个find方法,而该方法返回null。 - 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化的接口。 - 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的最后一个要求:手动注册域类。 - Objectify also permits relationships and exposes a query interface that supports the GAE notions of filtering and sorting.
Objectify还允许关系,显示一个查询界面来支持GAE筛选和排序概念。 - 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的快速方法,而不必经历陡峭的学习曲线。 - Now, what if we want to find our way down to the second person's city, as in the xml_objectify example?
现在,如果我们想要向下找到第二个人的城市,就象xmlobjectify示例中那样,应该怎么做呢? - I also explained Objectify's approach to relationships and demonstrated its query interface, which supports the GAE notions of filtering and sorting.
我还解释了针对关系的Objectify方法并展示其查询界面,其支持筛选和排序的GAE概念。 - We're, as a sport, harder to objectify and get down to numbers than baseball is.
这很醒目。作为一项体育运动,除了分析数据,我们很难做到很具体分析。 - 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 Objectify's query calls still hit the datastore; it's all other datastore interaction calls, like get, that leverage memcache.
请注意Objectify的query调用仍然针对数据存储;这就是利用了memcache的所有其他数据存储交互调用,如get。