摘要:
一、集合:了解使用集合的步骤 1.创建集合对象 2.创建元素对象 3.将元素对象添加到集合对象中 4.遍历集合 (1)list集合代码如下: public class test { public static void main(String[] args) { //1.创建集合对象 List li 阅读全文
摘要:
启动springboot项目,然后访问数据库,报You must configure either the server or JDBC driver (via the serverTimezone conf)的错误,原因因为安装mysql的时候时区设置的不正确 mysql默认的是美国的时区,而我们 阅读全文