Resource interpreted as Stylesheet but transferred with MIME type text/plain

今天碰到了Resource interpreted as Stylesheet but transferred with MIME type text/plain 这个错误。

原因:在web中配置了filter,过滤/*所有文件。代码中忘记了执行chain.doFilter(request, response)放行。

Resource interpreted as Stylesheet but transferred with MIME type text/plain

上一篇:nodejs学习笔记 -- 全局对象与全局变量


下一篇:利用BI进行报表分析(一)--利用ETL进行数据转换