http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd在IDEA中无法表达声明处

http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd 为红色,在IDEA中为找到声明,需要在IDEA中添加URL

联网下载的资源未找到,需要下面对IDEA进行添加URL的配置。
在这里插入图片描述
注:mysql8.0+之后的驱动更改:

//1、注册驱动
Class.forName("com.mysql.cj.jdbc.Driver");
//2、获取连接
conn = DriverManager.getConnection("jdbc:mysql://127.0.0.1:3306/jf?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC","root","root");

在这里插入图片描述

posted @ 2022-05-22 18:52  辰臣  阅读(9)  评论(0)    收藏  举报  来源