前言
Progressive Web Application (PWA) 中的 Service Worker 就像是 Proxy 一樣,可以居中協調 Client 與 Server 間的行為。
一般通常是連到某個頁面時,一併將它 Cache 下來,也可以一開始時,就將全部的程式框架(App Shell)給 Cache 下來。
Hello! 我是 RM
之前寫了一篇 [SQL]透過 Transaction Log(fn_dblog) 找回被刪除的資料 ,
有調整 SQL Server – How to find Who Deleted What records at What Time 它的 Stored Procedure ,但是因為直接執行會有一些問題。
而原本修正的附件又不見了,有許多人在詢問,所以就再寫一版到 Github上。
tag:
缺失模块。
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