https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
90天之後再輸入slmgr -rearm重新取得授權
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
90天之後再輸入slmgr -rearm重新取得授權
Docker is the world’s leading software containerization platform
Docker Official Site
Docker Hub: search images from this site
Javascript中Composition示範code
當在javascript中需要多重繼承概念時可考慮使用Composition
direnv可用來設定Project的environment variable
當cd進project目錄時自動設定環境變數,離開時自動unload
非常好用
Python interpreter在執行的時候會在每個package底下產生__pycache__ folder and .pyc, *.pyo file
一般而言這些file不會進入版本控管所以在.gitigore中通常會有.py[co], pycache
但以上設定卻會在git branch switch時導致pyc, pyo殘留問題
以下介紹3種方法來處理
傳統init.d的取代方案,比init.d好寫很多
http://upstart.ubuntu.com/index.html
開機時(有網路連接狀態)自動啟動Gunicorn,Crash時自動重啟,關機時關閉
將以下檔案放到/etc/init/gunicorn-superlists-staging.ottg.eu.conf
description "Gunicorn server for superlists-staging.ottg.eu" |
sudo start gunicorn-superlists-staging.ottg.eu |
vagrant筆記
Vagrant Official Site
Place Where You Can Download And Upload Box
Hello everyone. I’m cwza. Welcome to my blog.
Software Engineer