会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
清晨的第一抹阳光
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
48
下一页
2020年3月13日
Redis主从复制
摘要: https://blog.csdn.net/qq_36850813/article/details/91350727 https://www.jianshu.com/p/5556b6d2f93e https://cloud.tencent.com/developer/article/1474195
阅读全文
posted @ 2020-03-13 21:23 清晨的第一抹阳光
阅读(123)
评论(0)
推荐(0)
2020年2月21日
Docker安装与卸载教程(结合官网)
摘要: 一、安装 1、卸载旧版本 yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ d
阅读全文
posted @ 2020-02-21 19:42 清晨的第一抹阳光
阅读(380)
评论(0)
推荐(0)
2020年2月9日
JDK升级为13
摘要: 1、官网下载JDK13 https://www.oracle.com/technetwork/java/javase/downloads/index.html 我们下载压缩包版本,方便一台电脑安装多个JDK。 2、解压目录 3、解压后发现没有jre目录,执行命令生成 1.进入命令控制台(必须使用管理
阅读全文
posted @ 2020-02-09 13:21 清晨的第一抹阳光
阅读(1039)
评论(0)
推荐(0)
2020年1月14日
Docker 搭建Maven私服nexus 3初始密码登录不上问题/admin登陆不上问题
摘要: 前提条件: 1:虚拟机安装CentOS 7 2:配置局域网ip xshell 访问 3:CentOS 7 安装Docker 步骤一:安装完成Docker后 下载Nexus 镜像 下载一个nexus3的镜像 docker pull sonatype/nexus3 步骤二:将容器内部/var/nexus
阅读全文
posted @ 2020-01-14 20:24 清晨的第一抹阳光
阅读(831)
评论(0)
推荐(0)
2019年12月21日
docker安装nginx
摘要: 1、创建宿主机目录 mkdir -p /usr/local/nginx/conf /usr/local/nginx/html /usr/local/nginx/log 2、在conf目录下创建nginx.conf文件 1 #user nobody; 2 worker_processes 1; 3 4
阅读全文
posted @ 2019-12-21 11:10 清晨的第一抹阳光
阅读(794)
评论(0)
推荐(0)
2019年12月19日
nexus3上传jar包
摘要: 1.选择仓库位置 2.填写jar包信息 3.查看上传的jar包信息 上传成功。 4.maven的settings.xml完整配置 <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundatio
阅读全文
posted @ 2019-12-19 22:39 清晨的第一抹阳光
阅读(990)
评论(0)
推荐(0)
2019年12月18日
Centos 7 LVM xfs文件系统修复
摘要: 情况1: [sda] Assuming drive cache: write through Internal error xfs XFS_WANT_CORRUPTED_GOTO at line 1662 of file fs/xfs/libxfs/xfs_alloc.c Caller xfs_fr
阅读全文
posted @ 2019-12-18 15:21 清晨的第一抹阳光
阅读(2388)
评论(0)
推荐(1)
2019年12月11日
Feign报错'xx.FeignClientSpecification', defined in null, could not be registered.
摘要: 解决: 在application.yml中配置: 1 spring: 2 main: 3 allow-bean-definition-overriding: true 参考:https://blog.csdn.net/u012211603/article/details/84312709
阅读全文
posted @ 2019-12-11 16:20 清晨的第一抹阳光
阅读(1732)
评论(0)
推荐(0)
IDEA提示不区分大小写设置
摘要: File–>Settings–>Editor–>General–>Code Completion–>Mach case的勾取消掉就可以了 取消勾后效果如下
阅读全文
posted @ 2019-12-11 14:25 清晨的第一抹阳光
阅读(2156)
评论(0)
推荐(0)
2019年12月8日
基于SpringBoot的多模块项目引入其他模块时@Autowired无法注入其他模块stereotype注解类对象的问题解决
摘要: 类似问题: 关于spring boot自动注入出现Consider defining a bean of type 'xxx' in your configuration问题解决方案 排查原因总结如下: 1、Application启动类建议放在公共最顶层,如不同模块均有package:com.say
阅读全文
posted @ 2019-12-08 17:40 清晨的第一抹阳光
阅读(3713)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
48
下一页
公告