使用 Python 寫網路服務程式 取得連結 Facebook Twitter Pinterest 以電子郵件傳送 其他應用程式 - 4月 04, 2018 參考這裡的東西, 寫成中文版 SocketServer – Creating network servers https://pymotw.com/2/SocketServer/ 閱讀完整內容
解决 diffie-hellman-group1-sha1 取得連結 Facebook Twitter Pinterest 以電子郵件傳送 其他應用程式 - 4月 03, 2018 https://blog.csdn.net/junheart/article/details/51324848 ~/.ssh/config 加入 KexAlgorithms + diffie -hellman -group1 -sha1 再 ssh -i ~ /.ssh/id _rsa.pub -p 29418 192.168 . 1.101 就可以了! 閱讀完整內容
在 github 上發怖軟體 取得連結 Facebook Twitter Pinterest 以電子郵件傳送 其他應用程式 - 1月 19, 2018 新增tag git tag -a v0.9.0 -m '0.9.0' git tag -a v1.0.0 -m '1.0.0' 針對很久以前 commit 的進行tag git tag -a v0.9.0 -m '0.9.0' a1b2c3456 上傳tag到遠端 git push origin v0.9.0 上傳多個tag到遠端 git push origin --tags 刪除遠端tag git push origin :refs/tags/v1.1.0 刪除本地tag git tag -d v1.0.0 閱讀完整內容