05 2023 档案

摘要:``` import json import requests # r = requests.get('https://www.baidu.com') # 最基本的不带参数的get请求 response = requests.get(url='http://xxx.xxx.xxx.cn:8120/a 阅读全文
posted @ 2023-05-10 19:12 瑞雪狂飘 阅读(9) 评论(0) 推荐(0) 编辑
摘要:###一、python3写一个http接口服务,给别人调用3 这次选择fastapi,FastAPI是一个现代的、快速(高性能)的web框架,用于基于标准Python类型提示使用Python 3.6+构建api。具有快速、快速编码、更少的错误、直观、简单、简便、健壮。简易而且本地win10能够跑起来 阅读全文
posted @ 2023-05-10 11:44 瑞雪狂飘 阅读(323) 评论(0) 推荐(0) 编辑