摘要:
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
阅读(557)
评论(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
阅读(340)
评论(0)
推荐(0)
浙公网安备 33010602011771号