240 发简信
IP属地:浙江
  • gcc编译器版本过低 These critical programs are missing or too old: compiler

    问题 *** These critical programs are missing or too old: compiler*** Check the INSTALL fi...

  • 安装meilisearch在centos报错/lib64/libc.so.6: version `GLIBC_2.17' not found 的解决办法

    一、查看系统中可使用的glibc版本 二、下载高版本的glibc库 1.由上图可知,并没有GLIBC_2.17版本的glibc库,所以我们要下载2.17版本的库,从这下载 g...

  • vue 启动eslint配置报错或者Module build failed

    把node_modules 删除之后,输入以下命令(一定这个顺序): 1 npm install vue-template-compiler -D 2 npm install...

  • 120
    古典音乐必备入门级鉴赏(上)

    古典音乐是一个独立的流派,艺术手法讲求洗练,追求理性地表达情感,内涵深刻,能发人深思,更能使人高尚,免于低俗。并历经岁月考验,久盛不衰,为众人喜爱的音乐。我精选平时我们朗朗入...

  • 'com.android.support:appcompat-v7' has different version for the compile (26.1.0) and runtime (27...

    'com.android.support:appcompat-v7' has different version for the compile (26.1.0) and r...

  • phpize No such file or directory 找不到头文件

    缺少PHP的header头文件,再一看/usr/include文件夹根本不存在敲出如下命令: 如果phpize还是无效、执行下列命令安装header头文件SDK即可: