06 2020 档案
摘要:1.直接命令:命令执行成功返回 0 不存在返回 125 内部错误返回 5,总之只要不是 0 就失败,then 中的代码不会执行 1 if command1 2 then 3 do somenthing 4 elif command2 5 then 6 do again 7 fi 2.test 命令,
阅读全文
摘要:原文地址:https://blog.csdn.net/liuxingen/article/details/72568808 gevent的调度流程解析:https://www.cnblogs.com/xybaby/p/6370799.html
阅读全文
摘要:#查看所有分区SELECT database, table, partition, name, activeFROM system.partsWHERE table = 'table_name' Clickhouse删除分区命令: 分区namealter table sip.ngfw_access_
阅读全文
摘要:目录: /etc/apt/sources.list 操作: mv /etc/apt/sources.list /etc/apt/sources.list.bak_curday vim /etc/apt/sources.list 更换成清华源: 复制进去 1 # deb cdrom:[Ubuntu 2
阅读全文
摘要:address:https://pythonhosted.org/python-prctl/index.html#module-prctl
阅读全文