虚残
List集合 List集合
ArrayList和linkedListhttps://www.cnblogs.com/lingshang/p/10897912.html List是一个接口,不可以实例化。List有两个重要的实现类:ArrayList和LinkedLis
2022-02-17
IDEA连接mysql-Server returns invalid timezone. Go to Advanced tab and set serverTimezone prope IDEA连接mysql-Server returns invalid timezone. Go to Advanced tab and set serverTimezone prope
IDEA连接mysql-Server returns invalid timezone. Go to Advanced tab and set serverTimezone prope ‘serverTimezone’ prope 没有设置
2022-02-15
java的三种随机函数 java的三种随机函数
java的三种随机数生成方式完全取自这篇大佬文章:https://www.cnblogs.com/blogxjc/p/9687297.html 随机数的产生在一些代码中很常用,也是我们必须要掌握的。而java中产生随机数的方法主要有三种:
2022-02-14
SpringBoot常用注解 SpringBoot常用注解
常用注解取自B站视频:https://www.bilibili.com/video/BV19K4y1L7MT?p=12&spm_id_from=pageDriver @Configuration 与 @Bean@Configurat
2022-02-11