会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
王竹笙
纵浪大化中,不喜亦不忧,应尽便须尽,无复独多虑。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
32
下一页
2023年10月7日
fastapi-----SQLAlchemy对数据的增删改查操作(不使用crud+schemas)
摘要: from sqlalchemy import create_engine,Column,String,Integer from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm import sessionm
阅读全文
posted @ 2023-10-07 16:50 王竹笙
阅读(566)
评论(0)
推荐(0)
2023年9月12日
Python项目开发中包的版本管理
摘要: 框架要兼容版本包范围,这极为重要很容易忽略的问题。无形的BUG会由此而生。
阅读全文
posted @ 2023-09-12 18:20 王竹笙
阅读(34)
评论(0)
推荐(0)
ASGI服务Uvicorn和Hypercorm
摘要: ASGI 和 WSGI两种不同服务器类型
阅读全文
posted @ 2023-09-12 16:12 王竹笙
阅读(66)
评论(0)
推荐(0)
starlette,pydantic与fastapi框架关系
摘要: Python的类型提示type hints Pydantic是一个基于Python 类型提示来定义数据验证,序列化和文档(使用JSON 模式)库 Starlette 是一种轻量级的ASGI 框架/工具包,是构建高性能Asyncio服务的理想选择 starlette 官网
阅读全文
posted @ 2023-09-12 16:02 王竹笙
阅读(148)
评论(0)
推荐(0)
2023年9月6日
FastApi---Tortoise-ORM异步框架的使用
摘要: 1. 配置数据库信息 pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r .\req.txt req.txt pydantic-core==2.6.3 typing-extensions==4.7.1 python-multipar
阅读全文
posted @ 2023-09-06 18:38 王竹笙
阅读(2432)
评论(0)
推荐(1)
2023年8月28日
fastapi---SQLAlchemy配置与应用
摘要: 1. 说明 1.1 SQLAlchemy 简单来说,SQLAlchemy 就是一个 ORM 工具,提供了灵活的数据模型定义和查询语法,支持多种数据库后端,比如: MySQL SQLite Oracle PostgreSQL Microsoft SQL Server,等等其它数据库 在 FastAPI
阅读全文
posted @ 2023-08-28 10:36 王竹笙
阅读(1750)
评论(0)
推荐(0)
2023年8月24日
fastapi---jwt token 配置与使用
摘要: ASGI 和 WSGI两种不同服务器类型
阅读全文
posted @ 2023-08-24 18:09 王竹笙
阅读(50)
评论(0)
推荐(0)
fastapi---Redis配置与使用
摘要: 订单
阅读全文
posted @ 2023-08-24 18:08 王竹笙
阅读(79)
评论(0)
推荐(0)
2023年8月14日
Prometheus
摘要: 一、Prometheus 二、grafana 1、添加数据模板# blackbox_exporter监控数据 # 每个参数是不同的dashbord模板 https://grafana.com/grafana/dashboards/9965 https://grafana.com/grafana/da
阅读全文
posted @ 2023-08-14 10:48 王竹笙
阅读(81)
评论(0)
推荐(0)
2023年5月11日
k8s部署-二进制-1.27
摘要: 一、系统环境初始化 1.1 系统环境 系统: Rocky linux 8.7x64 cat /etc/hosts 192.168.3.61 devops-0001 192.168.3.62 devops-0002 192.168.3.63 devops-0003 192.168.3.64 devop
阅读全文
posted @ 2023-05-11 18:55 王竹笙
阅读(599)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
32
下一页
公告