摘要:
学习笔记,转自http://blog.sina.com.cn/s/blog_7a35101201012n0b.html 1 import java.nio.charset.Charset; 2 3 public class ByteUtil 4 { 5 public static... 阅读全文
摘要:
学习笔记,转自http://tjmljw.iteye.com/blog/1767716 1 public class float2bytes 2 { 3 4 /** 5 * 浮点转换为字节 6 * 7 * @param f 8 * @return ... 阅读全文