随笔分类 -  Linux

DevOps
C++ 遍历目录
摘要:单层遍历目录(无递归): #include <filesystem> namespace fs = std::filesystem; const fs::path pathToShow{ argc >= 2 ? argv[1] : fs::current_path() }; for (const a 阅读全文

posted @ 2023-02-27 19:59 阳光雨露& 阅读(617) 评论(0) 推荐(0)

解决Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
摘要:在ubuntu上使用安装 pip 时,命令: sudo apt-get install python3-pip 显示错误: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing 按照报错提示 阅读全文

posted @ 2022-06-21 11:08 阳光雨露& 阅读(6701) 评论(0) 推荐(0)

导航