摘要: package com.xfc.utils;// TODO import java.sql.Date; import java.sql.Timestamp; import java.text.ParseException; import java.text.SimpleDateFormat; imp 阅读全文
posted @ 2022-03-01 14:46 想机器猫的大雄 阅读(65) 评论(0) 推荐(0)
摘要: byte[] utf8 = "abcdefgh".getBytes(StandardCharsets.UTF_8); System.out.println("length of byte array in UTF-8 : " + utf8.length); System.out.println("c 阅读全文
posted @ 2022-03-01 14:40 想机器猫的大雄 阅读(856) 评论(0) 推荐(0)