12 2023 档案
摘要:conda create -n 新的虚拟环境名 --clone 旧的虚拟环境名称 conda create -n 新的虚拟环境名 python=3.11.5 conda env remove -n 待删除的虚拟环境名 conda info --envs # 获取虚拟环境列表信息 conda acti
阅读全文
摘要:背景: docker-compose up -d 运行容器报错:failed to remove root filesystem for xxx: remove /var/lib/docker/devicemapper/mnt/xxx: device or resource busy 解决: (如果
阅读全文
摘要:修改版本号为想要下载的版本即可 https://update.code.visualstudio.com/{版本}/win32-x64-archive/stable vscode 历史版本地址:Visual Studio Code 常见问题
阅读全文
摘要:背景: 使用python 写了一个程序,使用pyinstaller打包, 不使用-w --noconsole的命令打包隐藏命令行窗口时,是正常的, 但是使用-w或者--noconsole就会报错win32ctypes.pywin32.pywintypes.error: (225, '', '无法成功
阅读全文