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