objectify
美 [?b?d?ekt??fa?]
英 [?b?d?ekt?fa?] 
- v.將…物化;使…人格物化
- 網(wǎng)絡(luò)使客觀化;使具體化;體現(xiàn)
詞形變化
過去式:objectified 現(xiàn)在分詞:objectifying 第三人稱單數(shù):objectifies 同義詞
英漢雙解
1. | ~ sb/sth 將…物化;使…人格物化to treat sb/sth as an object |
| magazines that objectify women 將婦女人格物化的雜志 |
英漢解釋
英英解釋
例句
I'm done updating my domain objects, at least in terms of what I can do with Objectify.
至少在我對Objectify所能做的方面,我已經(jīng)更新了我的域對象。
You cannot objectify the inner portions of your own identity, and therefore you do not perceive them.
你們不能將你們自己的身份客體化,因此你們不能感知它們。
To support this, I created a little recursive traversal function that walks all the nodes of a gnosis. xml. objectify object.
為此我創(chuàng)建了一個(gè)小型的遞歸便利函數(shù)來遍歷gnosis.xml.objectify對象中的所有節(jié)點(diǎn)。
gnosis. xml. objectify attaches subelement nodes directly as attributes of nodes (every node is of a custom class named after the tag name).
objectify將子元素節(jié)點(diǎn)直接作為節(jié)點(diǎn)的屬性進(jìn)行連接(每個(gè)節(jié)點(diǎn)都是一個(gè)根據(jù)標(biāo)記名命名的定制類)。
In contrast, a gnosis. xml. objectify node has no built-in method to step through all of its subelements.
相比之下,gnosis.xml.objectify節(jié)點(diǎn)沒有內(nèi)置方法可遍歷它所有的子元素。
A woman can objectify her body in return for lot of money and attention, or she can keep her clothes on and get nothing.
一個(gè)女性可以把自己的身體物質(zhì)化,換來很多的錢和關(guān)注,當(dāng)然也可以保持身上的衣服,什么也得不到。
From time to time, users have been bothered by the fact that gnosis. xml. objectify does not reserialize its objects to XML.
用戶經(jīng)常受到這樣的困擾,gnosis.xml.objectify沒有把對象重新序列化為XML。
That's why I personally hope there will be a documentary-style show attached to the end of "The Slave Hunters" to objectify that world.
這就是為什么我個(gè)人很希望《推奴》最后用一個(gè)寫實(shí)化的結(jié)尾來客觀地展現(xiàn)那個(gè)世界。
There appears to be a complexity order effect going on that renders xml_objectify unusable for large documents.
似乎有一些復(fù)雜的排序工作在進(jìn)行,而產(chǎn)生的xml_objectify對于大型文檔來說根本無法使用。
Two tools that simplify working with XML in an object-oriented manner (in Python) are David Mertz' xml_objectify and xml_pickle.
兩種以面向對象方式(以Python)簡化使用XML的工具是DavidMertz的xml_objectify和xml_pickle。
Seth: If you prefer, you can call the supreme psychic gestalt God, but you should not attempt to objectify him.
賽斯:如果你偏愛,你可以稱至高的心靈完形為上帝,但你不應(yīng)該試圖將它客體化。
In several previous articles, I have advocated the clarity and simplicity of my own Python xml_objectify module.
在前幾篇文章中,我提倡我自己的Pythonxml_objectify模塊的清晰性和簡明性。
I have produced my own set of high-level modules for dealing with XML called xml_pickle and xml_objectify.
我自行開發(fā)了處理XML的高級模塊,稱為xml_pickle和xml_objectify。
It offers a reasonable alternative to dominant theories that would have us objectify and control human beings.
在客觀化和控制人類的主流理論之下,這至少提供了一個(gè)不錯的選擇。
Note that Objectify's query calls still hit the datastore; it's all other datastore interaction calls, like get, that leverage memcache.
請注意Objectify的query調(diào)用仍然針對數(shù)據(jù)存儲;這就是利用了memcache的所有其他數(shù)據(jù)存儲交互調(diào)用,如get。
Objectify also permits relationships and exposes a query interface that supports the GAE notions of filtering and sorting.
Objectify還允許關(guān)系,顯示一個(gè)查詢界面來支持GAE篩選和排序概念。
A favorite example of mine is the old feminist declaration that men "objectify" women when they respond to female beauty as nature decrees.
我最喜歡舉的例子是早期男女平等主義群體的一個(gè)宣言:當(dāng)男人形容女人的美麗為自然法則時(shí),他們是“物化”了女人。
The limits imposed in this regard are essentially identical to the limits imposed by the xml_objectify library that xml2sql utilizes.
在這方面所強(qiáng)加的限制本質(zhì)上等同于xml2sql利用的xml_objectify庫所強(qiáng)加的限制。
Be sure to look into the lxml. objectify module, especially for smaller datasets or applications that are not primarily XML-based.
請查看lxml.objectify模塊,它主要針對那些較小的數(shù)據(jù)集或對XML的依賴不是強(qiáng)的應(yīng)用程序。
When accessing a gnosis. xml. objectify object, the simplest thing that could possibly work almost always does work.
在訪問gnosis.xml.objectify對象時(shí),可能做的最簡單的事情就是幾乎總是做某些事情。
gnosis. xml. objectify puts the XML attributes directly into node attributes of corresponding name.
objectify將XML屬性直接放置到相應(yīng)名稱的節(jié)點(diǎn)屬性中。
Objectify is our primary interface into the API and is exposed through the ofy method.
Objectify是這個(gè)API的主要接口,它是通過ofy方法獲取的。
I think beginning users of gnosis. xml. objectify have been intimidated by the idea of specializing classes per-tagname.
我認(rèn)為,剛開始使用gnosis.xml.objectify的用戶感受到了為每個(gè)標(biāo)簽名提供專門化類這種思想的壓力。
In order to descend recursively and with ease through XML nodes, I utilized the high-level Pythonic interface provided by xml_objectify.
為了輕松地循環(huán)下降遍歷XML節(jié)點(diǎn),我利用了xml_objectify提供的高級Python化的接口。
You must tell Objectify up-front what classes are special, so that later you'll be able to access and use them via the Objectify API.
您必須預(yù)先告訴Objectify哪些類是特別的,以便您稍后可以通過ObjectifyAPI訪問和使用它們。
Words are thoughts and are therefore an invisible and invincible power which will finally objectify themselves in the form they are given.
語言就是思想,因此也是一種無影無形、戰(zhàn)無不勝的力量。它們被賦予怎樣的形式,最終也會在客觀存在中怎樣實(shí)現(xiàn)。
They externalize or objectify your reactions that defeat or destroy friendship.
他們形象化或具體化你的反應(yīng)、于友誼的失敗或毀壞。
We're, as a sport, harder to objectify and get down to numbers than baseball is.
這很醒目。作為一項(xiàng)體育運(yùn)動,除了分析數(shù)據(jù),我們很難做到很具體分析。
EXPAT and DOM are constants within xml_objectify that simply contain matching string values.
EXPAT和DOM是xml_objectify中的常數(shù),它們只包含匹配字符串值。
Notice Objectify's query code: the service instance supports filtering by property (in this case owner) and even ordering the results.
注意Objectify的查詢代碼:service實(shí)例支持根據(jù)屬性(在本例中是owner)過濾,甚至對結(jié)果進(jìn)行排序。
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開發(fā)人員來說可能更自然。
I present a simple task that contrasts the ElementTree and gnosis. xml. objectify APIs.
我提出了一個(gè)簡單的任務(wù)來比較ElementTree和gnosis.xml.objectify的API。
It was hard not to objectify men when I only interacted with them as hookups.
我跟男人的交流僅止于一夜情,不想把他們當(dāng)成性玩物都難。
No! I'm sensitive and I don't objectify women.
不是!我是敏感的人,而且從不把女人當(dāng)玩物。
Objectify also provides a find method, which instead returns null.
Objectify還提供一個(gè)find方法,而該方法返回null。
The node objects in gnosis. xml. objectify trees are, by design, quite dumb.
objectify樹中的節(jié)點(diǎn)對象被有意設(shè)計(jì)成沒有什么智能。
In order to avoid a sloppy conflict in the first module version, xml_objectify now "mangles" the names of the class templates for XML nodes.
為了避免第一個(gè)模塊版本中草率的沖突,xml_objectify現(xiàn)在對XML節(jié)點(diǎn)的類模板名稱做了“大改動”。
For instance, in the User object in Listing 2, the findByName method leverages Objectify's get call to load the corresponding domain object.
例如,清單2中的User對象中,findByName方法利用Objectify的get調(diào)用來加載相應(yīng)的域對象。
The first step for xml2sql is to create a "Pythonic" object using xml_objectify.
xml2sql的第一步是使用xml_objectify創(chuàng)建一個(gè)“Python化”的對象。
On the whole, the Objectify API makes domain modeling for GAE easier and more intuitive, which is a boost to developer productivity.
總地來說,ObjectifyAPI使得針對GAE的域建模更加容易、直觀,從而提高了開發(fā)人員的開發(fā)效率。