摘要: # 一:介绍 conda国内镜像源: ~~~cmd conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mir 阅读全文
posted @ 2023-03-12 21:04 __username 阅读(165) 评论(0) 推荐(0)
摘要: 3.12 # coding=gbk # -*- coding:uft-8 -*- # @Time: 2023/3/12 # @motto: Become a code whiz # @FileName: python异步之asyncio import asyncio import random as 阅读全文
posted @ 2023-03-12 16:08 __username 阅读(22) 评论(0) 推荐(0)