前提:tableName
表中 tags
字段是以 ,
分割的一些 id
值,就像23,54,84,67,45
以下语句会将 tableName
表中 tags
字段删除 70
这个值
1 | UPDATE tableName set tags = TRIM(BOTH ',' FROM REPLACE(CONCAT(',',tags,','), ',70,', ',')) where find_in_set("70",tags)>0 |
缺失模块。
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
世事无常