上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 75 下一页
摘要: http://baijiahao.baidu.com/s?id=1638844080997170869&wfr=spider&for=pc Vector线程安全,ArrayList非线程安全 java的架构师技术栈 发布时间:07-1217:25科技达人,优质原创作者 这篇文章开始介绍Vector。 阅读全文
posted @ 2019-11-28 10:09 kelelipeng 阅读(647) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/msymm/p/9873551.html 1 vector介绍 Vector简介 Vector 是矢量队列,它是JDK1.0版本添加的类。继承于AbstractList,实现了List, RandomAccess, Cloneable这些接口。Vect 阅读全文
posted @ 2019-11-28 10:08 kelelipeng 阅读(1683) 评论(0) 推荐(0) 编辑
摘要: SpringBoot security关闭验证 springboot2.x security关闭验证https://www.cnblogs.com/guanxiaohe/p/11738057.htmlimport org.springframework.context.annotation.Conf 阅读全文
posted @ 2019-11-27 19:42 kelelipeng 阅读(13793) 评论(0) 推荐(1) 编辑
摘要: BCryptPasswordEncoder 判断密码是否相同 加密 BCryptPasswordEncoder encode = new BCryptPasswordEncoder(); encode.encode(password); 比较 matches(CharSequence rawPass 阅读全文
posted @ 2019-11-27 16:24 kelelipeng 阅读(1892) 评论(0) 推荐(0) 编辑
摘要: A 10分钟了解JSON Web令牌(JWT)https://baijiahao.baidu.com/s?id=1608021814182894637&wfr=spider&for=pc B SpringBoot+SpringSecurity+JWT实RESTfulAPI权限控制 (下载源码可以用) 阅读全文
posted @ 2019-11-27 13:24 kelelipeng 阅读(1026) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/kelelipeng/p/11326936.html https://www.cnblogs.com/kelelipeng/p/11326621.html 2019.05.21 11:29:03字数 114阅读 1,455 Accessors翻译是存取 阅读全文
posted @ 2019-11-27 13:22 kelelipeng 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 随机数的产生在一些代码中很常用,也是我们必须要掌握的。而java中产生随机数的方法主要有三种: 第一种:new Random() 第二种:Math.random() 第三种:currentTimeMillis() 第一种需要借助java.util.Random类来产生一个随机数发生器,也是最常用的一 阅读全文
posted @ 2019-11-25 10:02 kelelipeng 阅读(2255) 评论(0) 推荐(0) 编辑
摘要: 本文链接:https://blog.csdn.net/kuuumo/article/details/83021158 ___________________________________________________________________________________________ 阅读全文
posted @ 2019-11-24 15:11 kelelipeng 阅读(12774) 评论(2) 推荐(1) 编辑
摘要: 参考URL:http://www.busfly.net/csdn/post/java_string_fomat_date_time_simpledateformat.html java.text.SimpleDateFormat sdf=new java.text.SimpleDateFormat( 阅读全文
posted @ 2019-11-22 13:52 kelelipeng 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: Java Base64Utils 目录 Java Base64Utils 7 /** * <html> * <body> * <P> Copyright 1994 JsonInternational</p> * <p> All rights reserved.</p> * <p> Created o 阅读全文
posted @ 2019-11-22 13:44 kelelipeng 阅读(391) 评论(0) 推荐(0) 编辑
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 75 下一页