How to create a URL Shortner application using Python Tkinter
https://atharvayadav.medium.com/how-to-create-a-url-shortner-application-using-python-tkinter-5b450b56e1f6
https://atharvayadav.medium.com/how-to-create-a-url-shortner-application-using-python-tkinter-5b450b56e1f6
Medium
How to create a URL Shortner application using Python Tkinter
Create a URL Shortener app using Python with good looking GUI.
报错:UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0x80 in position 20: illegal multibyte sequence
https://juejin.cn/post/6989584843805818887
https://juejin.cn/post/6989584843805818887
juejin.cn
报错:UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0x80 in position 20: illegal multibyte sequence
翻译过来大致意思就是:gbk编码器不能解码位置在20的字节0x80:非法多字节序列。原因显而易见,with open打开文件的时候没有指定编码格式,默认使用了gbk,所以导致此次报错。
Django分页功能警告:UnorderedObjectListWarning: Pagination may yield inconsistent results...
https://juejin.cn/post/6989584966627622949
https://juejin.cn/post/6989584966627622949
juejin.cn
Django分页功能警告:UnorderedObjectListWarning: Pagination may yield inconsistent results...
在views.user_queryset = User.objects.only('username', 'is_active', 'mobile', 'is_staff', 'is_superuser').groups = Group.objects.only('name')....
报错:elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection ob
https://juejin.cn/post/6989585110442410020
https://juejin.cn/post/6989585110442410020
juejin.cn
报错:elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection ob
使用docker ps -a查看所有的容器; docker start es-ik启动放有es的容器; curl http://0.0.0.