Java的Guid生成
摘要:第一种:可以用UUID类来生成GUID import java.util.UUID; public class Test { public static void main(String[] args) { for (int i=0;i<100;i++){ UUID uuid = UUID.rand
阅读全文
posted @ 2021-06-24 17:59
posted @ 2021-06-24 17:59
posted @ 2021-06-08 21:07
posted @ 2021-06-08 17:19