serializable 中文意思是什麼

serializable 解釋
串列化
  1. In other words, the servlet loads an array of up to ten " productview " objects which is the same as your data transfer object except that it is serializable, and then calls the jsp

    換句話說,該servlet加載10個" productview "對象(與您的數據傳輸對象是一樣的,只不過它是序列化的) ,並且接下來調用jsp 。
  2. We analysis the conflict, convert channel and starvation problems of concurrent schedule based on strict - 2pl locking protocal which applies nhstm model, then present a concurrent scheduling algorithm making use of buffer and point p. also, we proved the concurrent schedule algorithm is serializable. at the same time, we introduce the key technical used in nhsdb concurrency control mechanism, and give the implementation details

    我們對應用nhstm模型的,通過應用嚴格兩段鎖協議實施的並發調度中,可能存在的並發沖突,隱通道和饑餓問題進行分析,在此基礎上提出了一種利用緩沖和p點的並發調度演算法,並給出了該演算法的並發調度正確性證明,解決多級安全條件下的隱通道和饑餓問題。
  3. For serialization provides the ability to get and set any nontransient data fields that is, members that do not exist only in memory of serializable types, regardless of accessibility

    提供了獲取和設置可序列化類型的任何非瞬態數據欄位(即不僅存在於內存中的成員)的能力,而不論是否可以訪問這些欄位。
  4. Key - range locks protect a range of rows implicitly included in a record set being read by a transact - sql statement while using the serializable transaction isolation level

    在使用可序列化事務隔離級別時,對于transact - sql語句讀取的記錄集,鍵范圍鎖可以隱式保護該記錄集中包含的行范圍。
  5. By default, the isolation level is serializable

    默認情況下,隔離等級是可序列化的。
  6. To write persisted objects to a resource file the objects must be serializable

    若要將持久對象寫入資源文件,這些對象必須是可序列化的。
  7. Note that to write persisted objects to a resource file, the objects must be serializable

    請注意,為了將持久對象寫入資源文件,這些對象必須是可序列化的。
  8. Lists the five main steps required to make a class serializable

    列出使類可序列化所需的五個主要步驟。
  9. Xsn - 57 is an update operation under serializable isolation

    Xsn - 57是序列化隔離下的更新操作。
  10. The scan is performed with the same semantics as a transaction running at the serializable isolation level

    執行掃描時所用的語義與在serializable隔離級別運行的事務的語義相同。
  11. Locking a range of keys allows transactions running at the serializable isolation level to prevent phantom inserts and deletes

    鎖定某個范圍內的鍵,使事務可以運行在可序列化隔離級別,防止假插入和假刪除。
  12. Second, most applications don ' t need serializable isolation ( phantom reads aren ' t usually a problem ), and this isolation level tends to scale poorly

    其次,絕大部分應用都無需使用「序列化」隔離(一般來說,讀取幻影數據並不是一個問題) ,此隔離級別也難以測量。
  13. Few existing applications use serializable isolation in production ; rather, they use pessimistic locks, which effectively forces a serialized execution of operations in certain situations

    目前使用序列化隔離的應用中,一般都使用的悲觀鎖,這樣強行使得所有事務都序列化執行。
  14. For information on serializable objects, see the

    有關可序列化對象的信息,請參見
  15. Mark iserializable types with serializable

    以serializable標記iserializable類型
  16. The resource that was added must be serializable

    添加的資源必須是可序列化的。
  17. To create a control with a serializable collection

    創建具有可序列化集合的控制項
  18. Derivation being used has been marked as serializable

    派生已被標記為可序列化的。
  19. Serializable object models in crystal reports

    Crystal reports中的可序列化對象模型
  20. An object that can describe a serializable object

    ,它是可以描述可序列化對象的對象。
分享友人