2019年3月28日
摘要: public class DownloadServer { private int threadCount = 4; private static String fileUrl = "https://dldir1.qq.com/qqtv/mac/TencentVideo_V2.2.1.42253.dmg"; // private static String fileUrl... 阅读全文
posted @ 2019-03-28 20:38 sidesky 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 1.序列化 public class SerializeUtils { public byte[] serialize(T t) { byte[] bytes = null; ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); ObjectOutput... 阅读全文
posted @ 2019-03-28 20:30 sidesky 阅读(326) 评论(0) 推荐(0) 编辑