摘要: grep --text ' ERROR '2017.06.08.log | grep '12345678' | grep -Eo 'telephone=.*{11},p'| sort | uniq | wc -l more -2019-12-11.log | grep -o "18123928678 阅读全文
posted @ 2019-12-11 17:34 brady-wang 阅读(4336) 评论(0) 推荐(0)
摘要: 配置镜像在anaconda安装好之后,默认的镜像是官方的,由于官网的镜像在境外,使用国内的镜像能够加快访问的速度。这里选择了清华的的镜像。镜像的地址如下:tuna。Anaconda 安装包可以到 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archiv 阅读全文
posted @ 2019-12-11 14:53 brady-wang 阅读(5705) 评论(0) 推荐(0)