搜索资源列表
Jeff-NetChatter
- Java写的小聊天程序,C/S结构,复习Java编程4天的产物,基于socks/多线程/对象序列化。现在功能只支持交谈/注册/用户列表/消息广播,如果愿意,可以自行扩充功能,只是,如果方便请通知我你的修改结果:-)-Java to write a small chat program, the C / S structure, review of the Java programming four days of the product, Based on socks / multithread
javaoicq
- 我最近也在研究用java实现oicq。 这是我的客户端的简单编程实现。 主要是通过udp方式,实现用户间的对话。 其中运用了序列化类的方法。 以下是源代码,请多提意见。-Recently, I also examined the java achieve Live. This is my client's simple programming. Mainly through udp way to achieve a dialogue between users. The
Serializer
- 发现一些托管服务器不支持序列化和反序列化,我写了这个代码进行序列化的检测,先执行TestA.ASPX,看是否生成了strs.xml文件,再执行TestB.aspx,看是否输出了strs.xml文件中的内容.A是序列化过程,B是反序列化过程.代码用C#/ASP.NET1.1编写。 不明白的可以加我QQ号问我:555951-found that some servers do not support the care and anti-sequence sequence, I wrote
agent_mirate
- 自己写的一个小程序,是关于agent序列化与迁移的,一个agent经序列化后跑到网络另一台host上运行,然后返回-himself wrote a small procedure, the sequence is on the agent and migration, After a sequence of the agent went after another network host running and then return to
YXW_CURL
- 自己写的一个URL类,方便序列化,不占内存,可以分解URL中的各不分: // char * Scheme() //协议 // char * UserName() //用户名 // char * PassWord() //用户密码 // char * Host() //主机 // char * Port() //端口 // char * URI() //相对与主机的URI地址 // char * Path() //文件路径 //
sxp-1.1.zip
- XML序列化器,用C++实现的XML序列化/反序列化类,C++ realization of the XML serialization/deserialization category
protobuf-csharp-port-2-3
- Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式. 这是CSharp源码-This is Google protocol buffer CSharp (C#) source code
XML_xuliehua
- XML的序列化,如今在面向对象和XML盛行的时代,能够很好的发挥二者的特长,实现了对象转化为XML。如果欠缺之处,希望大家批评指正。-XML serialization is now object-oriented and XML in the prevalence of age, can play both good talent and achieve the object into XML. If the gaps, I hope everyone criticism.
DataSerialize
- 自己写的数据序列化类,自己做数据通讯协议(网络型数据)的时候使用很方便,适用于各种数据的序入序出,数据包解析等功能-Writing the data sequence its own class, to do their own data communication protocol (network-type data) very easy to use, when applied to a variety of data into the sequence of sequence, pack
Socket_SendAndReceiveEntity
- 要想在网络上传输信息,必须要经过序列化才行,所以在传送类对象时,首选必须对该类对象进行序列化,才能够在网络上进行传输。这个实例主要讲一下利用Soap序列化来传送消息-To transmit information on the network, it is necessary to do after Serialization, the type of object in the transmission, the choice must be the type of object serial
protobuf-2.3.0
- Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。 只需使用 Protocol Buffers 对数据结构进行一次描述,即可利用各种不同语言或从各种不同数据流中对你的结构化数据轻松读写。 Protocol Buffers 可扩展性好,“向后”兼容性好,你甚至不必破坏已部署的、依靠“老”数据格式的程序就可以对数据结构进行升级。 Protocol Buff
Apache_Mina_Server_2[1].0
- Apache Mina Server 是一个网络通信应用框架,也就是说,它主要是对基于TCP/IP、UDP/IP 协议栈的通信框架(当然,也可以提供JAVA 对象的序列化服务、虚拟机管道通信服务等), Mina 可以帮助我们快速开发高性能、高扩展性的网络通信应用,Mina 提供了事件驱动、异 步(Mina 的异步IO 默认使用的是JAVA NIO 作为底层支持)操作的编程模型。-Apache Mina Server is a network communication applica
test
- 这是一个序列化XML的类文件,可以序列化XML文件-This is a sequence of XML class files, XML documents can be serialized
TcpWrapper
- TcpWrapper 是一个基于.Net TCP library可以用来发送和接收可以序列化的对象-This Library Provide a Useful and Easy Layer of Abstraction over the .Net TCP library (system.net.*) you can use this library to send and receive objects that Can Be Serialized ... without the he
MyOwnQQTest
- 这是我自己编写的已经实现部分功能 的模仿腾讯聊天工具 的源代码,其中用到了序列化和反序列化,以及多线程等综合知识,希望对初学者有所帮助!-This is what I have written some of the features of the mimic has been achieved Tencent chat source code, which uses serialization and deserialization, as well as comprehensive know
serialization
- 网络编程试验之实现序列化发序列化小程序 java语言实现的-Realization of network programming test hair serialization serialization applet java language of
MyQQ2012
- 通过socket连接实现了即时通讯功能。 在服务器端,将用户资料存储于access数据库中。 客户端需要登陆。登陆后能够从服务器读取好友列表、用户资料等信息。考虑到安全性,密码使用了MD5加密,客户端与服务器之间使用序列化的类传输数据。 本资料适合新手使用。-Through the socket connection to the instant messaging function. On the server side, the user data stored in the
XmlSerializersTest
- 本程序提供C#环境下的XML文件的序列化和反序列化的代码和示例-This program privid XML serialize and XML deserialize function in C#.
SerilalizeTest
- 实体化数据模型,通过序列化和反序列化变换为二进制数组,方便网络传送-Entity data model transformation, through the serialize and deserialize a binary array to facilitate network transmission
weblogic反序列化漏洞补丁
- weblogic反序列化漏洞补丁. 执行补丁安装命令: 1)./bsu.sh -install -patch_download_dir=/home/weblogic/Oracle/Middleware/utils/bsu/cache_dir -patchlist=EJUW -prod_dir=/home/weblogic/Oracle/Middleware/wlserver_10.3 –verbose 2)/bsu.sh -install -patch_download_dir=/hom