摘要:
在windows下使用codeblocks(编译器采用MinGW)时,有时会遇到“’to_string’ was not declared in this scope”的错误,这里不再对codeblocks、to_string等详细介绍,只介绍跟此问题相关的部分与解决办法。 首先,to_string 阅读全文
摘要:
查询数据库中所有表名select table_name from information_schema.tables where table_schema='数据库名称';查询指定数据库中指定表的所有字段名column_nameselect column_name from information_ 阅读全文
摘要:
CentOS8安装docker和docer-conpose 报错如下Problem: package docker-ce-3:19.03.8-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can b 阅读全文
摘要:
Exception in thread "main" org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does not exist: hdfs://192.168.25.128:9000/export/y 阅读全文