A class whose clone method uses serialization.
標簽: serialization method class whose
上傳時間: 2015-10-27
上傳用戶:waizhang
OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORBA. In short, a treasure trove of valuable RMI knowledge packed into one book.
標簽: serialization strategies threading provides
上傳時間: 2014-01-15
上傳用戶:731140412
Java中對象的序列化(serialization)允許把采用Serializable接口的任何對象轉換成字節流序列;同時它也允許把字節流序列轉換回對象本身。其機制不依賴于操作系統,也就是說,你可以通過網絡傳遞該對象,并在網絡連線的另一端把它們恢復。
標簽: serialization Serializable Java 對象
上傳時間: 2017-08-19
上傳用戶:wfeel
深入淺出MFC,作者:侯俊杰,深入介紹Runtime Type Information(RTTI)、Dynamic Creation、Persistence(serialization)、Message Mapping、Command Routing等核心技術。
標簽: serialization Information Persistence Creation
上傳時間: 2014-01-10
上傳用戶:moshushi0009
Recite(一個輔助英語學習軟件源碼) 該程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微軟的官方網站找到,安裝也很簡單。 另外使用了BOOST庫中的部分內容。包括filesystem用于操作文件名和目錄,可以在( http://lunatic.bokee.com/5899788.html )找到更詳細的介紹。serialization用于將對象序列化在磁盤文件中。datetime用于做日期的計算。還用到了string algo做簡單的字符串操作。因此你需要從( http://www.boost.org )下載boost的最新版本1.33.1,并在本地編譯它。 配置文件的讀寫使用了TinyXML,源碼已經包含在源碼包中,無須另外下載。 整個程序的祼奔性相當好,不依賴于其他任何的DLL或COM庫,就一個EXE文件。 我的編程和調試環境為WindowsXP,Visual Studio .net 2003。 該軟件的目的及作用請參見( http://lunatic.bokee.com/6153131.html ) 使用方法( http://lunatic.bokee.com/6153160.html ) 相關的資源( http://lunatic.bokee.com/6153181.html )
上傳時間: 2015-09-19
上傳用戶:fxf126@126.com
本書分為四大篇。第一篇提出學習MFC程序設計之前的必要基礎,包括Widnows程序的基本觀念以及C++的高階議題?!皩W前基礎”是相當主觀的認定,不過,甚于我個人的學習經驗以及教學經驗,我的挑選應該頗具說服力。第二篇介紹Visual C++整合環境開發工具。本篇只不過是提綱挈領而已,并不企圖取代 Visual C++使用手冊。然而對于軟件使用的老手,此篇或已足以讓您掌握Visual C++整合環境。工具的使用雖然談不上學問,但在視覺化軟件開發過程中扮演極重角色,切莫小覷它。 第三篇介紹application framework的觀念,以及MFC骨干程序,所謂骨干程序,是指Visual C++的工具AppWizard所產生出來的程序碼。當然,AppWizard會根據你的選項做出不同的程序碼,我所據以解說的,是大眾化選項下的產品。 第四篇以微軟公司附于Visual C++光碟片上的一個范例程序Scribble為主軸,一步一步加上新的功能。并在其間深入介紹Runtime Type Information(RTTI)、Dynamic Creation、Persistence(serialization)、Message Mapping、Command Routing等核心技術。這些技術正是其他書籍最缺乏的部分。此篇之最后數章則脫離Scribble程序,另成一格。 本書內含光盤一片,書中所有原始碼與可執行文件盡在其中。
上傳時間: 2016-03-03
上傳用戶:Ants
利用SyncML開發客戶端程序的中間件,J2ME版本。 This library is a collection of basic utilities for: object serialization and persistence on the RMS, Logging and string manipulation. This document describes the Funambol JavaME Common API library, which purpose is giving support and providing basic functionalities to all the other components developed for the J2ME platform. These functionalities are: a persistent data storage framework, a logging framework, a framework to read different streams of byte, a thread monitoring system and a set of classes useful for data encoding and string manipulation. This library may grow in future, as new functions will be seen as common to different J2ME components.
上傳時間: 2016-03-05
上傳用戶:kr770906
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
標簽: applications framework optimized portable
上傳時間: 2014-01-02
上傳用戶:luke5347
JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projects. The library contains miscellaneous classes that support: * configuration and dependency management code * a general logging framework * text utilities * user interface classes for displaying information about applications * custom layout managers * a date chooser panel * serialization utilities JCommon is licensed under the terms of the GNU Lesser General Public Licence (LGPL) version 2.1 or later.
標簽: JFreeChart Reporting JCommon Pentaho
上傳時間: 2017-04-23
上傳用戶:ynzfm
本書分為四大篇。第一篇提出學習MFC程序設計之前的必要基礎,包括Widnows程序的基本觀念以及C++的高階議題?!皩W前基礎”是相當主觀的認定,不過,甚于我個人的學習經驗以及教學經驗,我的挑選應該頗具說服力。第二篇介紹Visual C++整合環境開發工具。本篇只不過是提綱挈領而已,并不企圖取代 Visual C++使用手冊。然而對于軟件使用的老手,此篇或已足以讓您掌握Visual C++整合環境。工具的使用雖然談不上學問,但在視覺化軟件開發過程中扮演極重角色,切莫小覷它。 第三篇介紹application framework的觀念,以及MFC骨干程序,所謂骨干程序,是指Visual C++的工具AppWizard所產生出來的程序碼。當然,AppWizard會根據你的選項做出不同的程序碼,我所據以解說的,是大眾化選項下的產品。 第四篇以微軟公司附于Visual C++光碟片上的一個范例程序Scribble為主軸,一步一步加上新的功能。并在其間深入介紹Runtime Type Information(RTTI)、Dynamic Creation、Persistence(serialization)、Message Mapping、Command Routing等核心技術。這些技術正是其他書籍最缺乏的部分。此篇之最后數章則脫離Scribble程序,另成一格。 本書內含光盤一片,書中所有原始碼與可執行文件盡在其中。
上傳時間: 2014-01-04
上傳用戶:x4587