项目末尾因为需求的几次改动dev和beta的数据库中的字段出现了几次不一样的情况,所以要找出不一样的部分并去同步他们的字段。
对于这种情况首先我觉得其他人也遇到过,但是起先不知要用什么关键词去寻找答案,后来找到了SQLyog工具同步的方法
以下操作图就是同步的方法


Java程序员
缺失模块。
1、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
2、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: true
raw: false
content: false
slug: false
updated: false
comments: true
link: false
permalink: false
excerpt: false
categories: false
tags: true