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 doesn't auto-load domain classes& which means it doesn't scan your classpath for entities.
Objectify不自动加载域类&这表示它不扫描实体的类路径。 - 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开发人员来说可能更自然。 - We're, as a sport, harder to objectify and get down to numbers than baseball is.
这很醒目。作为一项体育运动,除了分析数据,我们很难做到很具体分析。 - 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。 - 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的非传统数据存储,尤其缺乏参照完整性。 - Another tendency is to objectify colleagues and close relationships.
另一个倾向是把同事和亲近的人物化。 - 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的快速方法,而不必经历陡峭的学习曲线。 - 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'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 is our primary interface into the API and is exposed through the ofy method.
Objectify是这个API的主要接口,它是通过ofy方法获取的。