Python: UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe6 in position 3360: ordinal not in range(128) 2018-06-09 遇到一個奇怪的 Error, 在 MacOS 裡… Read More
python3 module ‘urllib’ has no attribute ‘urlretrieve’ 2018-06-07 urlretrieve 在 python3 裡寫… Read More
python3 TypeError: a bytes-like object is required, not ‘str’ 2018-06-07 在 python3 裡取出某一個url 裡的 h… Read More
ImportError: No localization support for language ‘eng’ in python 2018-05-08 遇到這一個問題,是因為有缺少檔案,我是因為使用 … Read More
How can I start a systemd service only after mysql has started? 2018-05-08 在 centos 裡,如果 service 執行… Read More