注意:错误提示真的是非常重要的!!! 今天 gulp 一个外国人的项目时编译 sass 时提示 Encoding::CompatibilityError: incompatible character encodings: GBK and UTF-8 Use --trace for backtrace. 结果还一直能编译出来,改了 sass 编译出来的东西还和原来一样,也是醉了(估计是什么时候给缓存了).原本都写明白了使用--trace回溯,但我还是想着查查看看有人解决没,经过一番波折,还是用命…
解决eclipse spring配置报错:cvc-elt.1: Cannot find the declaration of element 'beans'.Referenced file contains errors (http://www.springframework.org/schema/aop/spring-aop-3.1.xsd). 原因是无法从网络上读取到相应的schema文件,但实际上在浏览器中是可以访问的.却一直在eclipse中显示红叉,当然,并不影响编译打包. 查看所依赖…
File "/home/harrison/anaconda3/lib/python3.7/site-packages/matplotlib/image.py", line 634, in set_data raise TypeError("Image data cannot be converted to float")TypeError: Image data cannot be converted to float 代码如下: #!/usr/bin/python…