摘要: 异步版本 rediss.py from fastapi import FastAPI, Depends,APIRouter import redis.asyncio as aioredis import uvicorn from contextlib import asynccontextmanag 阅读全文
posted @ 2024-11-13 15:41 朝阳1 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 问题1:下面代码输出什么 package main import ( "fmt" "time" ) func main() { // 创建两个定时器,一个间隔为1秒,另一个间隔为2秒 ticker1 := time.NewTicker(1 * time.Second) ticker2 := time 阅读全文
posted @ 2024-11-13 13:55 朝阳1 阅读(0) 评论(0) 推荐(0) 编辑