摘要:
spring发送 content-type=application/x-www-form-urlencoded 和普通请求不太一样。 @FeignClient( name = "ocr-api", url = "${orc.idcard-url}", fallbackFactory = OcrCli 阅读全文
摘要:
1. ModuleNotFoundError: No module named 'mysql' 需要安装链接驱动, 比如 pip install mysqlclient # 或 pip install pymysql # 或 pip install mysql-connector-python 2. 阅读全文
摘要:
清华源仓库 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 阿里源仓库 pip config set global.index-url https://mirrors.aliyun.com/pypi/s 阅读全文