object store 中文意思是什麼

object store 解釋
使用了對象存儲
  • object : n 1 物,物體,物件。2 目標 (of; for); 目的,宗旨。3 【哲學】對象,客體,客觀 (opp subject); ...
  • store : n 1 〈 sing pl 〉 貯藏,貯存;準備。2 〈 sing 〉 【自動化】(計算機的)存儲器。3 〈常 sing 〉豐富...
  1. Based on the contrast with other method, the way " frame + rule " is choused to store the knowledge. directing against the characteristic, put forward positive and negative to the tactics of mixing reasoning. at last adopting the thought of the soft project, the modularized and open system of hydraulic turbine group is realized by delphi 6, which is an object - oriented language

    在本文中,研究了水輪機組的狀態監測和故障診斷整個系統,闡明了系統主要內容和總體框架,並著重研究了作為專家系統核心的知識庫及管理系統的構建方法,在比較的基礎上採用了「框架+規則」的組合存儲方法,並且針對特點提出了正反向混合推理的策略,最後採用軟體工程的思想,用delphi6 . 0編程實現了具有模塊化和開放式的水輪機組的故障診斷專家系統。
  2. You can use both fields and properties to store information in an object

    可以使用欄位和屬性在對象中存儲信息。
  3. The example shows that the original value type and the boxed object use separate memory locations, and therefore can store different values

    該示例表明原始值類型和裝箱的對象使用不同的內存位置,因此能夠存儲不同的值。
  4. Do not use or store any dangerous or any prohibited object

    室內不得使用或存放危險及違禁物品。
  5. Object that is set to the amount of time that an item in the session data store has been locked

    當此方法返回時,請包含一個設置為會話數據存儲區中的項鎖定時間的
  6. A report server is a stateless server that uses the sql server database engine to store metadata and object definitions

    報表服務器是使用sql server數據庫引擎存儲元數據和對象定義的無狀態服務器。
  7. Therefore, this thesis presents a new asynchronous messaging model based on distributed object, and discusses the basic communication problems in the model, which includes asynchronous invoke, store - forward, object migration, message multicast, etc. base on this model, the thesis also studies some advanced technology problem such as message routing, reliable delivery, performance guarantee, etc, which will be met in constructing complex distributed system

    為此,本文提出一種新型的基於分佈對象的異步消息模型,並重點論述了該模型所提供的異步調用、存儲-轉發、對象遷移、消息組播等基本通信問題。基於該模型,本文還研究了構建復雜分散式系統時所面臨的消息尋徑、消息可靠傳遞、性能保障等高級技術問題。
  8. This model manages remote invokes through event driving, and supports two asynchronous invoke model such as asynchronous call back and polling ; the model uses router as message " store - forward " mechanism, and guarantees time independent invoke of loosely coupled application ; the model extends the traditional corba addressing way, defines a kind of logic object address, which can support object migration of loosely coupled application and increase transparency of object location ; the model also defines object group address, which supports message multicast and implements " i - to - n " communication model

    該模型採用事件驅動的方式管理遠程調用,支持異步回調和異步輪詢兩種異步調用模式;模型採用路由代理作為消息的「存儲-轉發」機制,保障了松耦合應用的時間無關調用的需求;模型擴展了傳統corba的尋址方式,定義了邏輯對象地址,能夠支持松耦合應用的對象遷移,提高了對象定位的透明性;模型還定義了對象組地址,支持消息組播,實現了「一對多」的通信模式。 2
  9. Rentabike is an interface with the types of methods you d expect to see on a bike store object

    Rentabike是具有您希望在自行車商店對象中看到的各種方法的介面:
  10. And just as holographic images are able to show slightly different perspectives of an object or scene, taken from slightly different viewpoints, holographic data - storage systems can store multiple “ pages ” of digital data at different angles in the material

    並且,就像全息圖片能夠顯示一個物體或場景從些微不同的角度拍攝到的些微不同的透視圖一樣,全息信息存儲系統也能夠在全息材料中以不同的角度存儲多頁的數字信息。
  11. The fengtu charitable granary is a research object to the thesis, first, set out from the traditional agriculture culture, and set a background with the the history of granary system granary construct, combinatively based on the economy and political of weibei in in the end of qing dynasty, analyzed the fengtu charitable granary history of the origin and development and its military intention which showed in the origin. lt combinatted the nature geography general situation of the east of guanzhong and the history of the ancient city of chaoyi, discussed the double significances of the store for grain and military in the choose the site of the fengtu charitable granary ; at the same time analysised and compared with the other granary constructs

    在光緒末年到宣統年間,大部分義倉已經消失,而豐圖義倉仍然完整地保存著,一定有其歷史原因與存在價值。本文能在這方面起到補充和拾遺的作用。本文首先從傳統農耕文化出發,以古代倉廩制度和倉廩建築的歷史為背景,結合清末渭北政治經濟,分析了豐圖義倉歷史沿革及其建造起源中所體現的軍事意圖;結合關中東部的自然地理概況和朝邑古城的歷史,論述了豐圖義倉選址中儲糧功能和軍事性質的雙重意義;同時與其它倉廩建築進行了分析和比較。
  12. You need to store the received message in an object of type

    您需要將接收到的消息存儲在
  13. In the previous section, you saw how to store the received message into an object of type

    在前一部分中,您看到了如何將接收到的消息存儲到
  14. For instance, when perl interfaces with a c library, a common trick is to store a pointer to the c structure in a scalar reference, which perl can use as its object, and the xs glue code can use to get the real c structure back

    例如,當perl與c庫連接時,常用的竅門是將指向c結構的指針存儲在標量引用中, perl可將該標量引用當作它的對象來使用,而xs粘接代碼( glue code )可用該標量引用取回真正的c結構。
  15. Method and store it as a field in the custom proxy. the custom proxy can marshal the real object to obtain the

    使用派生的proxyattribute時,可以在重寫的proxyattribute . createinstance方法中創建一個真實對象,並將它作為欄位存儲在自定義代理中。
  16. Thread object and installs it in the thread - local store of that thread

    對象並將其安裝在該線程的線程本地存儲區中。
  17. A data source object represents a simple connection to a data source and provides access to the objects in the data store that it references

    數據源對象表示對數據源的簡單連接,通過它可以訪問它所引用的數據存儲區中的對象。
  18. This object could then decide whether to retrieve the data from the server, the local store, or some combination of both

    這個對象來決定從服務器,本地存儲,還是二者結合的方式重新找回數據。
  19. The thesis studies store and forward mechanism and redundant routing of message in first phase, and reliability algorithm based on object group in second phase, which includes active duplication algorithm and primary backup algorithm

    論文研究了第一階段中消息的存儲-轉發機制以及消息的冗餘路徑方法,以及第二階段的基於對象組的可靠性演算法,包括主動復制演算法和主副本演算法。
  20. Object can be used to monitor the size and rate of growth of the row - version store in

    中行版本存儲區的大小和增長速率。
分享友人