自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 docker --- Unable to find image 'mysql:latest' locally

docker — Unable to find image ‘mysql:latest’ locally我的原因是自己电脑 的虚拟关机导致的方法: 使用docker restart name重新为镜像重新命名:使用docker rename ****** redis...

2019-07-21 23:42:10 11697

原创 CentOs7安装docker、mysql遇到的问题点及解决方案

1、首先安装 CentOS7时网络选择 NAT2、安装ContOs7 后需要安装Firewalld 获取,并关闭、开机禁止 firewalld 防火墙,命令如下:yum install firewalld 然后关闭防火墙1、firewalld的基本使用启动: systemctl start firewalld关闭: systemctl stop firewalld查看状态: syst...

2019-07-19 23:00:21 731 1

原创 spring boot thymeleaf 与layui 整合

需要添加一下依赖 net.sourceforge.nekohtml nekohtml 1.9.22 并且需要修改applicatio.yml由 thymeleaf.mode:HTML5修改为thymeleaf.mode:LEGACYHTML5如:server:port: 80tomcat:uri...

2019-07-02 23:34:59 1669

原创 Spring boot扫描包@ComponentScan 、@EnableJpaRepositories、@EntityScan

package com.reptile.springboot.start; /**Alipay.com Inc. Copyright © 2004-2019 All Rights Reserved.*/import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigu...

2019-07-02 23:30:32 1862

原创 Spring源码 学习---XmlBeanFactory--- 容器的基本实现

Spring源码 学习—XmlBeanFactory一、XMLBeanFactory 基本用法 /** * Alipay.com Inc. Copyright (c) 2004-2019 All Rights Reserved. */package org.springframework;import org.springframework.beans.factory.BeanFac...

2019-05-18 15:55:16 178

原创 Spring源码学习------ spring源码导入

Spring源码学习------ spring源码导入一. 下载spring源码具体工具按照就不说了,网上一大推教程,自己去看去有两种方法:1.是spring 官网下载2.使用gitgit clone https://github.com/spring-projects/spring-framework.git二使用idea对spring 源码进行编译使用Gradle 进行编译具...

2019-05-18 14:26:32 314

空空如也

空空如也

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

TA关注的人

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