- 博客(6)
- 资源 (6)
- 收藏
- 关注
原创 Docker Desktop-Unexpected WSL error An unexpected error was encountered while executing a WSL comman
Docker Desktop - Unexpected WSL error An unexpected error was encountered while executing a WSL command
2024-01-28 09:33:10 2742 3
原创 python协程asynio深入解析
先上代码:import asyncioasync def test(): print('one step') await asyncio.sleep(1) print('two step')async def main(): a=asyncio.create_task(test()) b=asyncio.create_task(test()) c=asyncio.create_task(test()) await a,b,casy..
2021-11-13 16:48:38 919
原创 python模块离线安装&PIP使用
1、python模块下载一、Python下载:Download Python | Python.org二、Python模块(第三方库): PyPI · The Python Package Index2、离线更新PIP下载最新版本PIP,将.whl文件放到python安装目录,与python.exe同级。执行:python-mpipinstall--upgrade xxx(pip轮子的文件名,离线升级)python-mpipinstall--upgrade pip(在...
2021-09-12 21:38:25 4110
(Java Script %26 正则表达式)使用手册
2011-05-22
IPv4到IPv6过渡技术
2011-05-22
IPv6 的地址空间介绍
2011-05-22
软件项目风险管理计划
2011-05-22
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人