09 2021 档案

摘要:public class JavaBoxCost { public static void main(String[] args) { long start = System.currentTimeMillis(); for (int i = 0; i < Integer.MAX_VALUE - 1 阅读全文
posted @ 2021-09-16 21:55 bf378 阅读(93) 评论(1) 推荐(0)
该文被密码保护。
posted @ 2021-09-05 17:54 bf378 阅读(0) 评论(0) 推荐(0)
摘要:public class StringSize { public static void main(String[] args) throws Exception { System.out.println(" UTF8 ENCODE "); // UTF8 ENCODE 一个中文汉字 3个字节 St 阅读全文
posted @ 2021-09-02 22:30 bf378 阅读(132) 评论(0) 推荐(0)