2019年8月20日 星期二
[RPi] Network-Manager
sudo apt-get install -y network-manager
修改 /etc/NetworkManager/NetworkManager.conf
[ifupdown]
managed=true
修改 /etc/network/interfaces
auto wlan0
iface wlan0 inet dhcp
重開機就可以了
https://hackmd.io/@qZSxFRbfTyKAKfFrgcjXMw/SyBtG4ORZ?type=view
2019年8月15日 星期四
2019年8月9日 星期五
[Google] Dialogflow v2
Dialogflow 進到 v2 了,差點沒搞定 @@
* https://dialogflow-python-client-v2.readthedocs.io/en/latest/?#using-dialogflow
* https://stackoverflow.com/questions/48145572/connecting-with-dialogflow-v2-api-using-python
* https://github.com/googleapis/dialogflow-python-client-v2
* https://dialogflow.com/docs/reference/v2-auth-setup
* https://dialogflow-python-client-v2.readthedocs.io/en/latest/?#using-dialogflow
* https://stackoverflow.com/questions/48145572/connecting-with-dialogflow-v2-api-using-python
* https://github.com/googleapis/dialogflow-python-client-v2
* https://dialogflow.com/docs/reference/v2-auth-setup
2019年8月8日 星期四
[Tips] File upload
這篇寫的不錯,比較了 multipart/form-data 和 application/x-www-form-urlencoded 的分別
https://stackoverflow.com/questions/8659808/how-does-http-file-upload-work
https://stackoverflow.com/questions/8659808/how-does-http-file-upload-work
訂閱:
文章 (Atom)