适用于 Java
\x20+//.*
删除单行的注释内容.*//.*\n
删除单行的注释内容.*/\*.*\n(.*\*.*\n){0,}
删除多行的注释内容\n+
替换成\n
删除空白行
合并多个文件的代码内容:type *.java > 00-code.txt
,注意:必须使用 CMD 执行,请不要使用 Windows PowerShell 执行,在 Windows PowerShell 中会出现中文乱码,而在 CMD 中正常
缺失模块。
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