VS 2015 C++ Cannot find corecrt.h and cannot open file ‘ucrtd.lib’ 创建VS 2015 CLR Console Application项目,进行编译,出现以下两个错误: 1,Cannot find corecrt.h 2,LINK : fatal error LNK1104: cannot open file ‘ucrtd.lib’ 对项目进行配置可解决问题。
执行shell脚本错误‘.sh file: /bin/bash^M: bad interpreter’ 执行一个shell脚本返回错误:`Not able to execute a .sh file: /bin/bash^M: bad interpreter`,发现是从Windows系统拷贝去Linux系统,回车换行符导致。需要将行结尾修改成Line feeder.
403 Access Denied on Tomcat 7 Manager App的问题 Tomcat 7配置好后,使用网址加上8080端口可以访问,输入用户名密码后进入‘Manager App’报错:‘403 Access Denied’,修改配置文件解决问题。