danfate
danfate
Hi, 在Requests库的使用这一章,重定向这一节的例子在python2.7下会报错,猜测是不是因为Https证书问题? ``` >>> import requests >>> headers={'User-Agent':'Mozilla/4.0(compatible;MSIE 5.5;Windows NT)'} >>> r=requests.get('https://toutiao.io/shares/789751/url',headers=headers) Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/site-packages/requests/api.py", line 70, in get return request('get',...
After some research, I found a solution for me: 1. Use pgroonga image as database. It adds fast full text search for postgres and based on postgres official docker image,...
又研究了一下,好像是alpine的问题,包管理里的mysql-client用的就是mariadb的