查找文件
- ctrl+shift+R 输入类名可以定位到这个类文件
- Ctrl+H
- Shift+Shift 搜索任何東西
idea 调试
- F5:跳入方法
- F6:向下逐行调试
- F7:跳出方法
- F8:直接跳转到下一个断点
村长博客
缺失模块。
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