摘要:
下载hadoop.dll文件,拷贝到c:\windows\system32目录中即可hadoop.dll可以在github上下载:https://github.com/4ttty/winutils各个版本的hadoop.dll好像是通用的。(我的hadoop版本是2.6.5,但是我把2.6.4的 h 阅读全文
摘要:
VSCode导入#include <stdio.h>文件时提示以下错误: #include errors detected. Please update your includePath. IntelliSense features for this translation unit (/wk/c0 阅读全文
摘要:
常常在Linux中操作windows下的文件时,会遇到乱码的情形。常见的比如在Visual Studio 中写的C\C++程序需要放到Linux主机上编译,而程序的中文注释则显示为乱码,比较严重的是由于编码原因,linux上的编译器报错。这是由于Windows中默认的文件格式是GBK(gb2312) 阅读全文