一.vs2005打开vs2008编译的项目:1.用记事本打开sln文件,将: Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 改成: Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 2.用记事本打开csproj文件,将: <Project ToolsVersion="
通过docker-compose启动容器,报错: ERROR: The Docker Engine version is less than the minimum required by Compose. Your current project requires a Docker Engine of version 1.10.0 or greater. 升级 Docker 过于麻烦,只能降 docker-compose 的版本. 先看一下我们已经安装的 Docker 版本: [root@Re
本地环境jdk为1.8,服务器使用jdk版本未知.但发送https请求,抛出如下异常,解决方案. 一:发送异常内容如下 javax.net.ssl.SSLHandshakeException: Server chose SSLv3, but that protocol version is not enabled or not supported by the client. at sun.security.ssl.ClientHandshaker.serverHello(ClientHands