在內網環境架設 Docker Redmine

Docker 在內網環境真的很難弄,只能 pull images 其他的軟體或套件都要自己拉下來處理…

部門之前架了 Redmine 覺得很好用,現在因為某些需求須要更新版本,所以之前的東西都要全部重 build 一次

之前的做法太不方便了,所以這次想了新的方法 -> 改 Docker image

Read More

一些實用的 console 小技巧

Console 是網頁開發不可或缺的工具,但我們對 console 的用法大多都只用了 console.log

這邊記錄一些讓 console 更實用的小技巧,以下的 code 就直接打開 F12 試看看吧!

Read More

pip install local tar gz file

Pip install local tar.gz package may fail sometimes, and then it’ll try to get the package online, but if there’s no network connection, it’ll fail

Read More