前提准备:已经安装好了centos7 系统和docker容器
1、直接su root使用管理员下载镜像文件; 可以使用docker images查看下载是否成功
docker pull mysql:5.7bug1: 如果出现空间不足,比如报错no space left on device;我…
玩转SAM(Segment Anything)
官网链接:
Segment Anything | Meta AI (segment-anything.com)
github链接:
facebookresearch/segment-anything: The repository provides code for running inference with the SegmentAnything Model (SAM), links fo…
Redis基础
Redis是一个基于内存的key-value结构数据库。
基于内存存储,读写性能高适合存储热点数据(热点商品、资讯、新闻)企业应用广泛
1、Redis入门
1.1、Redis简介
The open source, in-memory data store used by millions of developers as a …