上一页 1 2 3 4 5 6 7 ··· 12 下一页
  2022年3月30日
摘要: # coding: utf-8 import operator from PIL import Image import numpy as np import cv2 """图片处理: 图片截取、图片相似度比对、哈希算法比对""" def cmp_pic(pic1, pic2): """ 比对图片相 阅读全文
posted @ 2022-03-30 23:31 凌风子 阅读(1653) 评论(0) 推荐(0) 编辑
  2022年3月1日
摘要: 阅读全文
posted @ 2022-03-01 15:58 凌风子 阅读(1984) 评论(0) 推荐(0) 编辑
摘要: 重启pycharm 阅读全文
posted @ 2022-03-01 15:58 凌风子 阅读(421) 评论(0) 推荐(0) 编辑
  2021年12月16日
摘要: docker安装testlink: https://blog.csdn.net/hualusiyu/article/details/80988957 阅读全文
posted @ 2021-12-16 11:49 凌风子 阅读(116) 评论(0) 推荐(0) 编辑
  2021年6月22日
摘要: centos 7 安装golang1.13.5 阅读全文
posted @ 2021-06-22 15:35 凌风子 阅读(44) 评论(0) 推荐(0) 编辑
  2021年6月3日
摘要: https://www.cnblogs.com/ljb0901/p/14011975.html 阅读全文
posted @ 2021-06-03 22:22 凌风子 阅读(33) 评论(0) 推荐(0) 编辑
  2021年5月28日
摘要: docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install 阅读全文
posted @ 2021-05-28 23:56 凌风子 阅读(3877) 评论(0) 推荐(0) 编辑
摘要: docker安装:https://www.cnblogs.com/xioawu-blog/p/11818417.html 镜像管理: 载入镜像 docker pull centos /ubuntu 查看已拉取的镜像 docker image ls 或 docker images 删除镜像 docke 阅读全文
posted @ 2021-05-28 18:27 凌风子 阅读(58) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/guo2733/p/11459144.html 阅读全文
posted @ 2021-05-28 11:26 凌风子 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 3 import openpyxl 4 5 def write_xlsx(value, path, sheet_name='Sheet1'): 6 7 index = len(value) 8 workbook = openpyxl.Workbook() 9 sheet = workbook.act 阅读全文
posted @ 2021-05-28 11:24 凌风子 阅读(427) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页