自定义博客皮肤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)
  • 收藏
  • 关注

原创 docker安装,命令详解

一、环境 cat /etc/redhat-release uname -r 二、安装 yum install docker 卸载docker yum remove docker-* 三、启动 #启动 systemctl start docker #查看状态 systemctl status docker 启动报错可以看这篇文章https://www.jianshu.com/p/a62ff...

2020-01-10 11:30:33 2152

原创 docker运行django

在机器上先安装好docker,nginx,mysql 安装镜像,启动容器 #上传项目到/application/opt/mg docker run -itd --name mg -v /application/opt/mg:/usr/src/mg -p 8002:8002 -d django docker exec -it mg /bin/bash pip install pymysql py...

2020-01-08 21:11:34 194

原创 scala的wordcount程序

goods.txt 13059 2019-12-23 06:12:29 15281 2019-12-23 06:12:29 14905 2019-12-23 06:12:29 14622 2019-12-23 06:12:29 19817 2019-12-23 06:12:29 13009 2019-12-23 06:12:29 14572 2019-12-23 06:12:29 1...

2020-01-08 21:00:23 210

空空如也

空空如也

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

TA关注的人

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