Python requires an OpenSSL 1.0.2 or 1.1 compatible libssl with X509_VERIFY_P
因openssl 1.0.1存在安全问题,python3自3.7版本后要求依赖openssl 1.0.2以上或libressl;
2023-08-01696
阅读更多
python3安装遇到 zipimport.ZipImportError: can‘t decompress data; zlib not available
python3安装遇到 zipimport.ZipImportError: can‘t decompress data; zlib not available
2023-08-01922
阅读更多
提示ModuleNotFoundError: No module named ‘sklearn‘错误解决办法
pip install sklearn安装成功后,提示ModuleNotFoundError: No module named ‘sklearn‘错误解决办法
2023-07-171128
阅读更多
微信小程序开发中频繁出现的错误及解决方案
服务器响应出错,小程序调用API时返回网络错误,小程序在使用API时出现权限问题等
2023-07-12929
阅读更多
微信开发者工具报错:VM219 WAGame.js:2 TypeError: Cannot read property 'workerId' of undefined 处理方法
VM219 WAGame.js:2 TypeError: Cannot read property 'workerId' of undefined
2023-07-12865
阅读更多
C#百度地图开放平台211sn校验失败解决方法
个人认为百度地图开放平台确实很好用但就是C#的SN校验会出现以下几个问题
2023-07-06771
阅读更多
VS2017 .NET CORE 项目编译时错误:NU1107 Microsoft.EntityFrameworkCore 中检测到版本冲突。
.NET Core + EF 报nuget包不兼容,NU1107 Microsoft.EntityFrameworkCore 中检测到版本冲突。
2023-07-051013
阅读更多
Visual Studio 2017创建.net standard类库编译出错原因及解决方法
Visual Studio 2017创建.net standard类库编译出错原因及解决方法
2023-07-05789
阅读更多