摘要: import java.nio.charset.StandardCharsets; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; public class Ruzz{ public 阅读全文
posted @ 2022-04-21 22:10 ascertain 阅读(242) 评论(0) 推荐(0) 编辑
摘要: byte[] => hexString package io.oar; import java.util.Formatter; public class TestByteToHex{ public static void main(String[] args){ byte[] bytes = {-5 阅读全文
posted @ 2022-04-21 19:18 ascertain 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-04-21 14:03 ascertain 阅读(77) 评论(0) 推荐(0) 编辑
摘要: PS C:\Users\pretentious> mysqldump --add-drop-database --add-drop-table --add-drop-trigger --comments --compact --complete-insert --compress --create- 阅读全文
posted @ 2022-04-21 13:08 ascertain 阅读(30) 评论(0) 推荐(0) 编辑