摘要:
python2.7安装numpy时报错信息如下: 错误原因: 事实上是因为,我的python为2.7版本,下载的numpy为2.6版本,所以错误。 解决方案: 参见:filename.whl is not supported wheel on this platform 下载和python对应版本的 阅读全文
摘要:
启动tomcat Cannot find bin/catalina.sh The file is absent or does not have execute permission This file is needed to run this program 原因: 没有权限 解决 : chmo 阅读全文