- 博客(5)
- 问答 (1)
- 收藏
- 关注
转载 vs更新后连接不上远程服务器
昨天VScode自动更新了(Win10),今天发现连不上远程服务器了(之前配置好的使用密钥免密登录),从网上找了很多解决方法,最后记录一下解决了我的问题的方案。报错:ssh remote /vscode配置远程连接失败:过程试图写入的管道不存在解决方案就是把本地的known_hosts的原服务器信息全部删掉(根据IP地址删除),然后重新连接就可以了。known_hosts在C:\Users\user_name.ssh路径下,和你的配置文件、密钥在一起。————————————————版权声明:本文为
2022-04-15 15:22:39
1550
1
原创 巨坑 io.h
转自:https://www.cnblogs.com/gdut-gordon/p/9678175.html第一次编译后报错:error: aggregate ‘*********’ has incomplete type and cannot be defined解决方法: struct _finddata_t fileinfo; 将struct去除, _finddata_t fileinfo;第二次编译后报错:error: ‘_finddata_t’ was not declared in t
2021-06-04 14:18:17
1666
2
原创 2021-04-20
#error This file requires compiler and library support for the ISO C++ 2011错误解决办法在CMakeLists.txt添加:include(CheckCXXCompilerFlag)CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11)CHECK_CXX_COMPILER_FLAG("-std=c++0x" COMPILER_SUPPORTS_CXX0X)i
2021-04-20 14:48:24
139
1
原创 **vs c++调用Python No module named ‘numpy.core._multiarray_umath‘**
vs c++调用Python No module named 'numpy.core._multiarray_umath’vs c++调用Python No module named ‘numpy.core._multiarray_umath’除了升级numpy之外;以及除了先升级pip,再升级numpy之外不要用debug,改为release。不要用debug,改为release。不要用debug,改为release。不要用debug,改为release,查看vs运行python的路径,再查
2021-03-31 14:07:36
767
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人