自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 centos之docker安装

一.官网位置 https://docs.docker.com/engine/install/centos/#prerequisites 二.安装过程 1.系统要求 To install Docker Engine, you need a maintained version of CentOS 7. Archived versions aren’t supported or tested. 2.卸载已安装的 Uninstall old versions, Older versions of Docke

2020-06-10 15:53:05 99

原创 mac下 vagrant 配合VirtualBox 安装虚拟机

一.安装VirtualBox 打开官网 https://www.virtualbox.org/wiki/Downloads 安装方法,就像安装一个普通应用一样双击即可. 二.安装Vagrant 打开官网 https://www.vagrantup.com/downloads 安装方式同上. 三.安装centos 去官网找一下centos的源,地址:https://app.vagrantup.com/boxes/search vagrant init centos/7 命令行执行 va

2020-06-09 19:37:32 335

原创 java之ThreadLocal

一 .see see 官网 This class provides thread-local variables. These variables differ from their normal counterparts in that each thread that accesses one (via its get or set method) has its own, independently initialized copy of the variable. ThreadLocal inst

2020-06-08 18:04:52 145

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除