1,E_INVALIDARG (0x80070057),virtualbox中Cannot register the hard disk错误解决办法 virtualbox中加载已有的虚拟硬盘时出现Cannot register the hard disk错误,描述类似下面的.打开 虚拟硬盘 /home/kylinfish/virtualhost/opensuse.vmdk 失败. Cannot register the hard disk '/home/kylinfish/virtualhost…
mysql连接本地数据库遇到 can't get hostname for your address 不明原因的本地mysql数据库连接不上,总是显示can't get hostname for your address 百度googel资料终于解决,记录下解决方式 一:检查了自己的hosts文件,发现存在记录localhost的记录 二:检查自己3306端口: netstat -ano|findstr "3306" 三:如果不是以上的显示端口则需更改服务:更改服务之前记得3306 没…
做视频文件上传一直报这个错误: java.lang.IllegalStateException: A filter or servlet of the current chain does not support asynchronous operations. 后来在网上查了原因分析如下:主要是 为servlet或者filter设置启用异步支持:<async-supported>true</async-supported> 1. 如果使用web.xml设置过滤器,则可以设置<…