摘要: import cv2import numpy as npfrom matplotlib import pyplot as pltfrom PIL import Imageimg_url = r'E://0.png'with open(img_url, 'rb') as f: a = f.read() 阅读全文
posted @ 2021-11-01 21:06 3ξ 阅读(34) 评论(0) 推荐(0) 编辑
摘要: https://www.yiibai.com/git/git_log.html 经验: 单元测试,数据库sql 的值他不是字符串,你需要注意 用这个:当你git add以后想撤销就用这个 git reset HEAD benchmarks.rb 原理:只会删除缓存区文件,工作区文件不会改变git r 阅读全文
posted @ 2021-11-01 15:01 3ξ 阅读(21) 评论(0) 推荐(0) 编辑