12 2021 档案

摘要:最近常玩docker,更新docker latest镜像时,如果镜像较多,更新删除感觉有点麻烦,写代码如下: #!/usr/bin/env -S v run import os fn split_lines(content string) [][]string { mut lines := [][] 阅读全文
posted @ 2021-12-07 19:58 卓能文 阅读(815) 评论(0) 推荐(0) 编辑
摘要:更新pip包 Windows pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_} linux pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = 阅读全文
posted @ 2021-12-03 14:31 卓能文 阅读(48) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示