会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
郑某人1
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
下一页
2020年12月10日
CAS(乐观锁)
摘要: https://www.jianshu.com/p/ae25eb3cfb5d
阅读全文
posted @ 2020-12-10 15:34 真某人
阅读(48)
评论(0)
推荐(0)
2020年11月25日
linux下安装nacos
摘要: 一。安装 1、下载安装包: https://github.com/alibaba/nacos/releases 2、解压 : tar -xzvf nacos-server-1.2.1.tar.gz 3、进入bin目录:cd bin 4、启动: sh startup.sh -m standalone
阅读全文
posted @ 2020-11-25 13:50 真某人
阅读(648)
评论(0)
推荐(0)
Ribbon负载均衡服务调用
摘要: 1.在听周阳老师讲解时,使用Ribbon核心组件IRule时是这样用的: ribbon版本 : 自定义配置类不能放在@ComponentScan所扫描的当前包下以及子包下,项目结构如下 MySelfRule.java @Configuration public class MySelfRule {
阅读全文
posted @ 2020-11-25 09:55 真某人
阅读(84)
评论(0)
推荐(0)
2020年11月10日
反向代理和正向代理区别
摘要: https://www.cnblogs.com/taostaryu/p/10547132.html
阅读全文
posted @ 2020-11-10 11:10 真某人
阅读(78)
评论(0)
推荐(0)
2020年11月3日
Ribbon负载均衡服务调用
摘要: 来源于尚硅谷周阳老师视频 一。概述 1.是什么:Spring Cloud RibbonNetflix是基于 Ribbon实现的一套客户端负载均衡的工具。 简单的说, RibbonNetflix是发布的开源项目,主要功能是提供客户端的软件负载均衡算法和服务调用 Ribbon客户端组件提供一系列完善的配
阅读全文
posted @ 2020-11-03 15:15 真某人
阅读(88)
评论(0)
推荐(0)
2020年11月2日
centos7.4使用filrewalld打开关闭防火墙与端口
摘要: 1、firewalld的基本使用启动: systemctl start firewalld关闭: systemctl stop firewalld查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld开机启用 : sys
阅读全文
posted @ 2020-11-02 15:46 真某人
阅读(210)
评论(0)
推荐(0)
2020年10月29日
idea 启动热部署Devtolls
摘要: 1.在子工程pom.xml中添加devtools jar包到需要启动的项目中 1 <dependency> 2 <groupId>org.springframework.boot</groupId> 3 <artifactId>spring-boot-devtools</artifactId> 4
阅读全文
posted @ 2020-10-29 11:46 真某人
阅读(148)
评论(0)
推荐(0)
2020年9月22日
Windows中查看8080端口的占用情况并关闭相关进程
摘要: https://blog.csdn.net/qiushisoftware/article/details/81203112
阅读全文
posted @ 2020-09-22 11:01 真某人
阅读(104)
评论(0)
推荐(0)
2020年9月1日
springmvc 字符串转日期格式
摘要: http://www.mamicode.com/info-detail-2485490.html
阅读全文
posted @ 2020-09-01 15:33 真某人
阅读(317)
评论(0)
推荐(0)
2020年6月10日
Eclipse编辑Spring配置文件xml时自动提示类class包名
摘要: https://blog.csdn.net/hh775313602/article/details/70176531
阅读全文
posted @ 2020-06-10 09:58 真某人
阅读(280)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
下一页
公告