Posts
All the articles I've posted.
[nginx] proxy cache 設定
Published: at 09:49 AM (2 min read)有做過網頁速度優化的工程師,應該對於 cache 相當熟悉,適當的增加 cache 可以大幅地減少 server 的負擔。
[test] Nightwatch.js 如何每次執行測試都是全新的 session
Published: at 09:45 AM (1 min read)如何設定各 driver 每次開啟都是全新的 session
[nodejs] nvm is not compatible with the npm config "prefix" option: currently set to ....
Published: at 01:36 PM (1 min read)nvm is not compatible with the npm config 'prefix' option...
[http] Last-Modified, If-Modified-Since, ETag 和 If-None-Match 介紹
Published: at 08:50 AM (4 min read)介紹 http revalidate 的幾個常見 header
[http] http header, Cache-Control, Expires 用法說明
Published: at 08:20 AM (6 min read)介紹有哪些 http header 可以善用在 client 端(瀏覽器)來優化網頁速度
[chrome] 如何檢查 request 是否有正確的 cache
Published: at 07:54 AM (2 min read)如何檢查 request 是否有正確的 cache
[vscode] emmet 在 react(jsx) 無法自動產生 html
Published: at 02:16 PM (1 min read)最近常在 vscode 寫 react,由於 react 是使用 jsx 語法,發現 emmet 在 js 檔案無法正常的自動產生 html
[mac] 查詢正在使用的 port 及 process id
Published: at 03:40 PM (1 min read)查詢目前使用中的 port 及 process id
[mysql] InnoDB: Table `mysql`.`innodb_table_stats` not found.
Published: at 11:39 PM (1 min read)InnoDB: Table `mysql`.`innodb_table_stats` not found.
[nginx] 錯誤,client intended to send too large body
Published: at 01:27 PM (1 min read)之前因為把機器上原本的 apache 的 web server 換成 nginx,遇到了這個錯誤 `client intended to send too large body`