05 2020 档案

摘要:1.安装服务 sudo yum install -y nginx 2.启动服务systemctl restart nginx 阅读全文
posted @ 2020-05-09 16:21 IT-Jack 阅读(991) 评论(0) 推荐(0)
摘要:cd /etc/docker daemon.json如果没有这个文件则创建 { "registry-mirrors": [ "https://registry.docker-cn.com", "http://hub-mirror.c.163.com", "https://docker.mirrors 阅读全文
posted @ 2020-05-09 15:15 IT-Jack 阅读(175) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/ding2016/p/11592999.html 阅读全文
posted @ 2020-05-09 14:59 IT-Jack 阅读(128) 评论(0) 推荐(0)
摘要:1.基础数据类型 1个字节8位数整型:byte: 1个字节 8位sort: 2个字节 16位int: 4个字节 32位long: 8个字节 64位浮点型:float:4个字节 32 位double :8个字节 64位char类型:char:2个字节16位。Boolean 类型:boolean: (t 阅读全文
posted @ 2020-05-06 22:14 IT-Jack 阅读(148) 评论(0) 推荐(0)