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 阅读全文
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 阅读全文
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 \ 阅读全文
|
Copyright © 2024 GOOD_N_LCM
Powered by .NET 9.0 on Kubernetes |