win10 defender 限制文件夹访问的功能
今天打开电脑,突然通知中心弹窗显示(如下图)
原来可以添加某些文件夹到限制访问里面,这样默认应用应该就不能写文件到这些目录了,突然联想到之前python写文件老出问题是不是也是因为这个呢?试了一下果然是,类似的还有Javac,突然发现问题所在真是开心啊!
Just a blog
缺失模块。
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