python2 使用 super 时报错
python2 使用 super 时报错
在 Mac 最新系统 Big Sur 中安装 Homebrew 后使用 brew cask 命令报错
Java9 以后不再推荐使用 clazz.newInstace() 方法,而是换成
Hexo 报错 the return value of (posts["first"])["updated"]["toISOString"]
使用 YouCompleteMe 做 Vim 的代码补全插件已经好几年了,一直认为是最强大的补全工具。但是最近在新环境的安装却出现了问题。
阅读全文 >>tag:
            缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
 npm i hexo-generator-json-content --save
            3、在根目录_config.yml里添加配置:
  jsonContent:
    meta: false
    pages: false
    posts:
      title: true
      date: true
      path: true
      text: false
      raw: false
      content: false
      slug: false
      updated: false
      comments: false
      link: false
      permalink: false
      excerpt: false
      categories: false
      tags: true