摘要:
使用scren -r <id>有时会出现There is no screen to be resumed matching. (base) root:/# screen -r semantic There is a screen on: 308.semantic (06/03/24 10:11:50 阅读全文
摘要:
简单记录一下async await在Python中的用法 以洗衣机洗衣服为例,假设有3台洗衣机,每台洗衣机都需要洗一些衣服 一种做法就是依次启动每一台洗衣机,当一台洗衣机结束任务后,开始下一台 from time import sleep, time def laundry(): def washe 阅读全文
摘要:
当使用conda activate my_env激活环境时,可能会遇到如下错误: CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. To initialize your 阅读全文