2007年5月25日
摘要: 先是用BinaryFormatter序列化数据集,经过WebService传输后,客户端接收到byte[]格式的数据,再反序列化,得到数据集,这种方式,在网络传输时间延迟比较长的情况下效果比较明显,否则,序列化和反序列化再传输二进制的时间 由于当前维护的项目的结构是:Winform + Webservice,所以在数据传输过程中消耗了很多的性能,因此在寻找一种简便实用的优... 阅读全文
posted @ 2007-05-25 21:05 敌后武工队 阅读(117) 评论(0) 推荐(0)
摘要: using System;using System.IO;using System.Text;using System.Text.RegularExpressions;using System.Runtime.Remoting;using System.Runtime.Remoting.Proxies;using System.Runtime.Remoting.Messaging;using Sy... 阅读全文
posted @ 2007-05-25 20:55 敌后武工队 阅读(299) 评论(2) 推荐(0)