Strava
摘要: Mac 使用总结 安装 Homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 安装 Homebrew cask brew tap cask 阅读全文
posted @ 2020-07-01 21:39 cheflone 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Ctrl+R:替换 Ctrl + Shift + F 全局查找 Ctrl + Shift + R 全局替换 原文:https://www.cnblogs.com/kimsbo/p/10271436.html 阅读全文
posted @ 2020-07-01 20:33 cheflone 阅读(5181) 评论(0) 推荐(0) 编辑
摘要: 对于图像来说: img.shape[0]:图像的垂直尺寸(高度) img.shape[1]:图像的水平尺寸(宽度) img.shape[2]:图像的通道数 举例来说,下面是一张300X534X3的图像,我们用代码,进行验证。 代码如下: import matplotlib.image as mpim 阅读全文
posted @ 2020-07-01 00:04 cheflone 阅读(6155) 评论(0) 推荐(1) 编辑