Posts
All the articles I've posted.
[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`
[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一段時間了...踩了不少雷