Posts
All the articles I've posted.
[vscode] experimental support for decorators is a feature that is subject to change in a future release
Published: at 12:31 PM (1 min read)在 visual studio code 使用 ES7 (ECMA Sciprt7) 的 decorator 時,可能會遇到 `experimental support for decorators is a feature that is subject to change in a future release`的語法錯誤提示
[nginx] 移除不必要的預設 header,"Server" 版本
Published: at 08:28 AM (1 min read)預設安裝好 nginx 會有 web server 版本資訊的 header,為了資訊安全上面的考量,建議將 /etc/nginx/nginx.conf 的 server_tokens off; 打開,這樣就不會在 header 顯示 nginx 的版本資訊。
[centOS] 安裝 phantomjs 錯誤,phantomjs: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory
Published: at 01:54 PM (1 min read)在 centOS 上面安裝 phantomjs 遇到了以下的錯誤 `phantomjs: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory`
[javascript] 取網址 get 的 值(key-value),get query key/value
Published: at 02:29 PM (1 min read)紀錄一下 vanilla.js 取網址 get key-value 的方法
[Nodejs] module.exports 與 exports 的差別
Published: at 09:02 AM (2 min read)如果沒有接觸過 commonJs 這類可以將 js 模組化為檔案的開發者,剛開始寫 Nodejs 時可能會有點不懂 module.exports 與 exports 的差別
[test] Nightwatch.js debug 血淚史
Published: at 04:45 AM (4 min read)使用 Nightwatch.js 寫前端的 E2E test一段時間了...踩了不少雷
[javascript] 清空 array 的方法介紹與比較(new、pop 及 shift...等)
Published: at 02:49 PM (1 min read)紀錄一下幾個 javascript 清空陣列的方法比較。
[javascript] throttle 與 debounce,處理頻繁的 callback 執行頻率
Published: at 03:25 PM (4 min read)throttle 與 debounce,處理頻繁的 callback 執行頻率
[webpack] webpack HMR(Hot Hodule Replacement) 應用於 django 搭配 react-hot-loader
Published: at 10:54 AM (4 min read)前陣子剛換工作時,剛好部門內使用的後端為 django,前端為 react,然後使用 webpack 做編譯、打包及壓縮等佈署的動作。
[test] 單元測試的好幫手 rewire,讓你更容易測試 private 方法及變數
Published: at 08:41 AM (3 min read)rewire 是一個 npm package,讓你更容易測試 private 方法及變數