2013年7月15日
摘要: using System;using System.Runtime.Serialization;using System.Xml.Serialization;namespace Larryle.Wcf.ServiceContectData.Serialization{ [Serializable] public class BinaryFormatterObject { public Guid ID { get; set; } public string Name ... 阅读全文
posted @ 2013-07-15 15:32 larryle 阅读(392) 评论(0) 推荐(0) 编辑
摘要: ServletJava代码 复制代码 收藏代码import java.io.BufferedOutputStream; import java.io.File; import java.io.IOException; import java.io.RandomAccessFile; import java.io.UnsupportedEncodingException; import java.net.URI; import java.net.URISyntaxException; import java.net.URLDecoder; import javax.servl... 阅读全文
posted @ 2013-07-15 11:42 larryle 阅读(2321) 评论(0) 推荐(0) 编辑