| 序号 | Command | Synopsis |
|---|---|---|
| 1. | ctrl+q | 打开查询窗口 |
| 2. | ctrl+/ | 注释sql语句 |
| 3. | ctrl+shift +/ | 解除注释 |
| 4. | command + r | 运行查询窗口的sql语句 |
| 5. | command+shift+r | 只运行选中的sql语句 |
| 6. | F6 | 打开一个mysql命令行窗口 |
| 7. | ctrl+l | 删除一行 |
| 8. | ctrl+n | 打开一个新的查询窗口 |
| 9. | ctrl+w | 关闭一个查询窗口 |
热爱大海与冷笑话
缺失模块。
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