Java 版本的 PHP serialize/unserialize 完整實現。目前實現了對各種基本類型、數組、ArrayList、HashMap、和其它可序列化對象的序列化。實現了 PHP 5 中的Serializable 接口的支持。實現了 PHP 中的 __sleep 和 __wakeup 魔術方法的支持。實現了對所有標示(N、b、i、d、s、a、O、R、r、U、C)的反序列化,在對標示 a 反序列化時,可以根據下標和值來自動判斷是 ArrayList 還是 HashMap。并且在反序列化時可以強制指定反序列化的類型。該類是靜態類,無需也不能被實例化。除了包含了 serialize 和 unserialize 方法以外,還增加了一個 cast 方法,用來進行反序列化后的類型轉換,該方法主要用于將反序列化后的 ArrayList 轉化為數組或者 HashMap。
標簽: unserialize ArrayList PHP serialize
上傳時間: 2016-01-06
上傳用戶:奇奇奔奔
Very Nice library for using ActiveX controls directly from java without heavy knowledge of JNI, simple activeX control usage like in VB, for windows platform, I always used this java library for activeX controls
標簽: knowledge controls directly ActiveX
上傳時間: 2016-01-25
上傳用戶:aappkkee
JavaBeans is one of the most important developments in Java™ since its inception. It is Java s component architecture, which allows components built with Java to be used in graphical programming environments.
標簽: Java developments JavaBeans important
上傳時間: 2016-02-01
上傳用戶:從此走出陰霾
Java的中文問題歷史悠久,連綿不絕,至今也沒有完全解決,但是上有政策下有對策,我們總是有辦法搞定它的。跟Java相關的中文問題主要有兩類,一類是編程的問題,涉及到I/O,內碼轉換等。第二類是Java運行環境的配置,涉及字體,屬性配置等。我剛剛用了一天的時間解決這些問題,覺得很有必要給自己寫個備忘錄之類的。
標簽: Java
上傳時間: 2013-12-21
上傳用戶:rocketrevenge
第3章 Java輸入/輸出編程 109 實例35 讀取文件 110 實例36 寫入文件 111 實例37 壓縮文件 112 實例38 打印文本文件 114 實例39 讀取配置文件 115 實例40 流操作 117 實例41 管道操作 118 實例42 標準I/O重定向 121 實例43 文件過濾器 122 實例44 獲取文件信息 123 第4章 Java網絡編程 125
上傳時間: 2016-03-07
上傳用戶:cazjing
Java Phrasebook gives you the code phrases you need to quickly and effectively complete your programming projects in Java.
標簽: effectively Phrasebook you complete
上傳時間: 2013-11-25
上傳用戶:rishian
The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, continues that tradition. C++ is a very powerful programming language. If C gives you enough rope to hang yourself, C++ is a hard-ware store with lots of helpful people ready to tie knots for you. Mastering the points discussed in this book will definitely increase your ability to effectively use C++ and reduce your stress level.
標簽: small edition credit number
上傳時間: 2013-12-29
上傳用戶:talenthn
a good book for c++ beginner. I finish it in 2 days, and the door to c++ world was opened by it. Enjot programming.
標簽: beginner finish opened world
上傳時間: 2014-01-12
上傳用戶:lxm
Microsoft .net IL 匯編語言程序設計指南. To tell the truth, I don t think I had much choice in this matter. Let me explain. With Microsoft .NET technology taking the world by storm, with more and more information professionals getting involved, large numbers of books covering various aspects of this technology have started to arrive—and none too soon. Alas, virtually all of these books are dedicated to .NET-based programming in high-level languages and rapid application development (RAD) environments. No doubt this is extremely important, and I am sure all these books will have to be reprinted to satisfy the demand. But what about the plumbing?
標簽: Microsoft choice matter truth
上傳時間: 2014-11-06
上傳用戶:二驅蚊器
This Java Chat, is purely AWT Based, No Swing Components used and still it has great look and feel. For this Application, I have developed own Tab Control and Image Canvas.
標簽: Components and purely Based
上傳時間: 2013-12-10
上傳用戶:talenthn