01 2020 档案

摘要:https://www.cnblogs.com/AlexQY/p/10373820.html 阅读全文
posted @ 2020-01-19 10:22 Peter.Jones 阅读(255) 评论(0) 推荐(0) 编辑
摘要:private String generateCode() { int min = 100000; int max = 1000000; Random rand = new Random(); int res = this.rand.nextInt(max - min) + min; return 阅读全文
posted @ 2020-01-18 01:20 Peter.Jones 阅读(67) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-01-17 10:51 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-01-16 14:29 Peter.Jones 阅读(344) 评论(1) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-01-16 12:02 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑
摘要:import org.apache.commons.codec.binary.Base64; //下载commons-codec-1.11-bin.zip,调用commons-codec-1.11.jar Base64 base64 = new Base64();String base64Sign 阅读全文
posted @ 2020-01-16 11:10 Peter.Jones 阅读(12158) 评论(0) 推荐(0) 编辑
摘要:当前时间格式化 Date date = new Date(); SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ"); SimpleDateFormat df1 = new SimpleDateFormat( 阅读全文
posted @ 2020-01-16 10:55 Peter.Jones 阅读(467) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-01-15 09:59 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-01-14 12:33 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-01-13 11:25 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-01-13 10:37 Peter.Jones 阅读(4) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/chengqiuming/article/details/102331033 阅读全文
posted @ 2020-01-12 22:35 Peter.Jones 阅读(4066) 评论(0) 推荐(1) 编辑
该文被密码保护。
posted @ 2020-01-12 17:36 Peter.Jones 阅读(2) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/zadomn0920/p/6196962.html 阅读全文
posted @ 2020-01-03 16:12 Peter.Jones 阅读(645) 评论(0) 推荐(0) 编辑
摘要:File->Invalidate Caches/Restart 以上是被人给的答案, 试下下都不行,后来找到了原因: maven问题. 换成自己本地的maven就可以了 阅读全文
posted @ 2020-01-03 15:40 Peter.Jones 阅读(3254) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/c6199fd82d91 阅读全文
posted @ 2020-01-02 10:17 Peter.Jones 阅读(1447) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示