前端页面报Failed to load resource the server responded with a status of 404 ()解决方法

解决方法:

第一种:
1.在https://www.bitbug.net/中做个favicon.ico文件放在根目录下
2.在head标签引入favicon.ico文件即可

<link th:href="${'/favicon.ico'}" rel="shortcut icon">

第二种:不愿意做图标或者还没想好图标做成什么样,可以直接在head标签插入以下代码也OK

 <link rel="shortcut icon" href="#" />

详细博客: https://www.cnblogs.com/ch-n/p/6841924.html.

上一篇:清明上河图轴卷图滑动


下一篇:【特征选择】、【特征抽取】和【特征降维】的联系与区别