datastore造句
例句與造句
- error retrieving information from user datastore devices
從用戶數(shù)據(jù)存儲(chǔ)中檢索信息時(shí)發(fā)生錯(cuò)誤(設(shè)備) - first, we define the data that we will store in the datastore
首先,定義要存儲(chǔ)在數(shù)據(jù)存儲(chǔ)器中的數(shù)據(jù)。 - simulated data access objects essentially simulate a back-end datastore
模擬數(shù)據(jù)訪問對象實(shí)際上模擬后端數(shù)據(jù)存儲(chǔ)。 - in this case, i start by writing a dao to provide search capabilities on the product catalog datastore
在這個(gè)示例中,我從編寫dao開始,用它提供對產(chǎn)品目錄數(shù)據(jù)存儲(chǔ)的搜索功能。 - any other program that knows the attributes of our objects can use the same datastore more on this under
任何知道對象屬性的其它程序都可以使用同樣的數(shù)據(jù)存儲(chǔ)器(這方面的詳細(xì)信息在 - It's difficult to find datastore in a sentence. 用datastore造句挺難的
- in the persistent classes, the datastore is an abstract storage device, which can be a file or a database, for example
在persistent類中,數(shù)據(jù)存儲(chǔ)器是抽象存儲(chǔ)設(shè)備,例如,它可以是文件或數(shù)據(jù)庫。 - and even then, if you move away from relational database as your underlying datastore, then you are totally dead
甚至于,如果您不使用關(guān)系數(shù)據(jù)庫作為底層數(shù)據(jù)存儲(chǔ)庫,那么jdbc實(shí)現(xiàn)也將完全不能工作。 - when you call a method on one of pixie s proxy objects, it magically connects to the pixie datastore and fetches the real object for you
當(dāng)您調(diào)用其中一個(gè)pixie代理對象的方法時(shí),它神奇地連接到pixie數(shù)據(jù)存儲(chǔ)并為您獲取真正需要的對象。 - finally, we look through the datastore for objects whose name key contains the string homework 1 and perform an operation on each of those objects
最后,遍歷數(shù)據(jù)存儲(chǔ)器,查找那些name鍵包含字符串homework1的對象,然后對這些對象中的每一個(gè)執(zhí)行操作。 - when you add a local datastore to your application, you will have a single place through which all data storage and retrieval requests pass
:當(dāng)你為你的應(yīng)用程序增加一個(gè)本地?cái)?shù)據(jù)存儲(chǔ)時(shí),你將有一個(gè)單獨(dú)的位置用來處理你所有的數(shù)據(jù)存儲(chǔ)以及取回經(jīng)過的請求。 - it may be that performance can become nearly equal to or even better than that of a hand-coded jdbc routine-but with less work, more reuse, and datastore independence
可以讓性能接近甚至優(yōu)于手工編寫的jdbc程序-且工作量更少,更利于重用,并與存儲(chǔ)庫無關(guān)。 - because we just cleared the datastore, we know that there will be no conflicting name keys, but normally we would check so we don t cause an exception when trying to overwrite an existing key with the save method
因?yàn)閯倓偳宄^數(shù)據(jù)存儲(chǔ)器,所以我們知道,不會(huì)有name鍵沖突,但是,通常要進(jìn)行檢查,以便在用save方法試圖重寫現(xiàn)有鍵時(shí)不會(huì)導(dǎo)致異常。 - in this case, a session bean is used to control workflow and interact directly with the client which happens to be a servlet and it in turn interacts with an entity bean that further interacts with the datastore that persists it
在這種情況下,會(huì)話bean被用來控制工作流并直接與客戶機(jī)(這恰巧是servlet)交互,它接著與實(shí)體bean交互,實(shí)體bean進(jìn)一步與使它持久的數(shù)據(jù)存儲(chǔ)交互。 - this bean is persisted to the datastore and then transfers execution back to the servlet which will place the values in a java bean, set that bean into the session, and dispatch the entire request and response to the jsp for presentation to the user
這個(gè)bean與數(shù)據(jù)存儲(chǔ)保持一致,然后把執(zhí)行轉(zhuǎn)回servlet,這個(gè)servlet把值放在javabean中,把這個(gè)bean設(shè)置到會(huì)話中,然后把整個(gè)請求和響應(yīng)分派給jsp以便顯示給用戶看。