摘要: Jenkins更换插件源 阅读全文
posted @ 2022-08-23 14:42 o蹲蹲o 阅读(212) 评论(0) 推荐(0) 编辑
摘要: java安装17版本 阅读全文
posted @ 2022-08-22 21:48 o蹲蹲o 阅读(377) 评论(0) 推荐(0) 编辑
摘要: vim bash.bashrc 阅读全文
posted @ 2022-08-22 21:22 o蹲蹲o 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 赋值一份到 apt_pkg.so 阅读全文
posted @ 2022-08-22 20:27 o蹲蹲o 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 解释器不同 阅读全文
posted @ 2022-08-22 10:07 o蹲蹲o 阅读(36) 评论(0) 推荐(0) 编辑
摘要: multiprocessing 阅读全文
posted @ 2022-08-17 16:42 o蹲蹲o 阅读(1521) 评论(0) 推荐(0) 编辑
摘要: umount.nfs: XXX: device is busy 阅读全文
posted @ 2022-08-16 15:00 o蹲蹲o 阅读(1646) 评论(0) 推荐(0) 编辑
摘要: 利用nohup 阅读全文
posted @ 2022-08-16 10:59 o蹲蹲o 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 添加路径到sys.path 阅读全文
posted @ 2022-08-16 10:05 o蹲蹲o 阅读(902) 评论(0) 推荐(1) 编辑
摘要: top -b -n 1 |awk 'NR<=10 {print }' | awk 'NR>=8 {print}' |awk '$9>=1 {print" cpu" "\t" $9"\t"" mem" "\t" $10 "\t" $12 }' 命令解释 top 实时显示进程的信息 top - b : 阅读全文
posted @ 2022-08-14 18:03 o蹲蹲o 阅读(172) 评论(0) 推荐(0) 编辑