somepeople

2020年9月28日

docker相关知识

摘要: docker开机自启: docker run --restart=always -itd -p 80:80 --name docker999 registry.cn-shenzhen.aliyuncs.com/centos_thanos/centos 更新docker启动状态: docker upd 阅读全文

posted @ 2020-09-28 17:46 Hello_Thanos 阅读(111) 评论(0) 推荐(0) 编辑

匹配查询字符串中指定内容

摘要: import re def calcultor(content): num = len(re.findall('[0-9]',content)) alpah = len(re.findall('[a-zA-Z]',content)) blank = len(re.findall(' ',conten 阅读全文

posted @ 2020-09-28 14:12 Hello_Thanos 阅读(270) 评论(0) 推荐(0) 编辑

导航