09 2021 档案
摘要:public class JavaBoxCost { public static void main(String[] args) { long start = System.currentTimeMillis(); for (int i = 0; i < Integer.MAX_VALUE - 1
阅读全文
摘要:public class StringSize { public static void main(String[] args) throws Exception { System.out.println(" UTF8 ENCODE "); // UTF8 ENCODE 一个中文汉字 3个字节 St
阅读全文