前言
我之前有看过postgresql官网的WAL解读,并把这部分的理论和代码解读写到了另外一篇博客中《Postgresdb源码解读》,文章写的很杂很乱,但也只能这样了。我准备再把那篇博客的内容和纸质笔记整理一下,然后从一些数据库教材,PG原理解读的书,以及网上大量的博客来总结整理。当然,在这一段时间内我也要读老师关注的论文,学习Tidb。
            缺失模块。
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