GOOD_N_LCM  

2020年11月20日

摘要: from fuzzywuzzy import fuzz from fuzzywuzzy import process # 简单匹配度 a = fuzz.ratio("this is a test", "this is a test!") print(a) # 模糊匹配度 b = fuzz.parti 阅读全文
posted @ 2020-11-20 14:33 GOOD_N_LCM 阅读(92) 评论(0) 推荐(0) 编辑

2020年9月28日

摘要: 1. 安装python3环境 l 编译源码安装 l 装一些编译源码需要的依赖文件 l 输入 yum -y install gcc make cmake zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-de 阅读全文
posted @ 2020-09-28 18:13 GOOD_N_LCM 阅读(8) 评论(0) 推荐(0) 编辑

2020年9月22日

摘要: l 官方文档:https://docs.docker.com/install/linux/docker-ce/centos/#set-up-the-repository 防止有残留 yum remove docker \ docker-client \ docker-client-latest \ 阅读全文
posted @ 2020-09-22 17:16 GOOD_N_LCM 阅读(44) 评论(0) 推荐(0) 编辑