上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 55 下一页
摘要: ​​​​​​3.1docker获取镜像信息 docker pull 镜像名称 版本号 不加版本号默认为最新的 #docker pull hello-world #docker pull mysql:5.7指定下载的版本 3.2docker查看镜像列表 #docker image 3.3docker 阅读全文
posted @ 2020-06-09 23:20 蜜獾互联网 阅读(5) 评论(0) 推荐(0)
摘要: 1.1环境准备 前置条件 系统前置条件Centos7.x为例 Docker支持以下的CentOS版本: CentOS 7 (64-bit) CentOS 6.5 (64-bit) 或更高的版本 Docker 要求 CentOS 系统的内核版本高于 3.10 ,查看本页面的前提条件来验证你的CentO 阅读全文
posted @ 2020-06-09 23:12 蜜獾互联网 阅读(9) 评论(0) 推荐(0)
摘要: 1.1. Docker简介 1.1.1什么是Docker Docker 是一个开源的应用容器引擎,基于 Go 语言 并遵从 Apache2.0 协议开源。可以让开发者打包他们的应用以及依赖包到一个轻量级、可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化 。 Docker相比 阅读全文
posted @ 2020-06-09 22:57 蜜獾互联网 阅读(8) 评论(0) 推荐(0)
摘要: 一.下载MySQL的官方rpm源依赖 #下载mysql官网的包 wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm 二.安装yum源 #安装yum源 yum -y install mysql5 阅读全文
posted @ 2020-06-09 00:57 蜜獾互联网 阅读(7) 评论(0) 推荐(0)
摘要: 工程结构图 ///java属性和加载器// /** * 当测试类在 com.spt.example 下 * getResourceAsStream("test.txt") 会从com.spt.example包下开始找test.txt * getResourceAsStream("/test.txt" 阅读全文
posted @ 2020-05-23 00:12 蜜獾互联网 阅读(9) 评论(0) 推荐(0)
摘要: ##场景 Idea开启多个springboot程序后 at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) at org.springframework.boot.SpringApplica 阅读全文
posted @ 2020-05-09 10:53 蜜獾互联网 阅读(37) 评论(0) 推荐(0)
摘要: 1.MySQL 分组取最新的一条 2.MySQL not in not exists CREATE TABLE `test_dept` ( `deptid` int(11) NOT NULL, `deptname` varchar(255) CHARACTER SET utf8 COLLATE ut 阅读全文
posted @ 2020-03-24 14:18 蜜獾互联网 阅读(26) 评论(0) 推荐(0)
摘要: 一.添加依赖支持 yum install -y yum-utils device-mapper-persistent-data lvm2 二.添加repo镜像 yum-config-manager --add-repo https://download.docker.com/linux/centos 阅读全文
posted @ 2020-01-08 19:57 蜜獾互联网 阅读(61) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-01-08 14:28 蜜獾互联网 阅读(14) 评论(0) 推荐(0)
摘要: 用户表 角色表 用户-多角色表-关系表(某一个用户的多个角色) 一个用户多个角色 菜单表 角色_多菜单_关系表(某一个角色对应的对个菜单集合) /// 当前用户的菜单权限 取出 (张三-开发的菜单 并集 张三-测试的菜单)去重 1.查询用户的信息-根据用户名密码 select * from user 阅读全文
posted @ 2019-09-07 22:25 蜜獾互联网 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 55 下一页