Stella981 Stella981
4年前
Service Mesh
ServiceMesh的起源:为什么会出现ServiceMesh技术?微服务架构的特性特点1:围绕业务构建团队!ServiceMesh理论篇(https://s4.51cto.com/images/blog/202012/22/75e8
Easter79 Easter79
4年前
SpringBoot自定义序列化的使用方式
场景及需求:项目接入了SpringBoot开发,现在需求是服务端接口返回的字段如果为空,那么自动转为空字符串。例如:\    {        "id":1,        "name":null    },    {        "id":2,        "name":"x
Stella981 Stella981
4年前
HOST is not allowed to connect to this mysql server
!(https://oscimg.oschina.net/oscnet/77684be3437d04b37952adb40064ffbec86.png) HOSTisnotallowedtoconnecttothismysqlserverhost主机不能访问本机的mysql服务,原因需要连接非本机的mysql的时候,默认host
Stella981 Stella981
4年前
Jenkins的重启几种方式
一、在Linux中Jenkins启动/重启/停止命令启动servicejenkinsstart重启servicejenkinsrestart停止servicejenkinsstop二、在Jenkins页面上启动/重启/停止命令访问我们部署的Jenkins服务应用网址。我这里是
Stella981 Stella981
4年前
Centos7.0下Nexus私服搭建
1.下载nexuswgethttps://sonatypedownload.global.ssl.fastly.net/nexus/oss/nexus2.11.203bundle.tar.gz2.解压,会出现两个目录,nexus2.11.203是服务 sonatypework是私有库目录mkdirnexus
Stella981 Stella981
4年前
SVN的安装
安装SVN服务器:https://blog.csdn.net/lu1024188315/article/details/74082227https://www.visualsvn.com/server/download/这个亲测可以:https://blog.csdn.net/qq\_28657369/article/detail
Easter79 Easter79
4年前
SVN的安装
安装SVN服务器:https://blog.csdn.net/lu1024188315/article/details/74082227https://www.visualsvn.com/server/download/这个亲测可以:https://blog.csdn.net/qq\_28657369/article/detail
Stella981 Stella981
4年前
Centos常用操作记录
!/bin/bash重新设置nohup的输出文件nohupcommandmyout.file2&1& 修改文件夹以及文件夹下的子文件权限chmod 755 files/ R 设置开机启动服务 sshsystemctl ena
Stella981 Stella981
4年前
SkyWalking6.2.0版本UI参数、告警参数、指标含义中文解释
一、告警规则相关参数!(https://img2018.cnblogs.com/blog/285763/201911/285763201911211912587441760167342.png) 二、SkyWalkingUI相关参数CPM:每分钟请求调用的次数SLA:服务等级协议(简称:SLA,全称:se
Stella981 Stella981
4年前
SpringBoot自定义序列化的使用方式
场景及需求:项目接入了SpringBoot开发,现在需求是服务端接口返回的字段如果为空,那么自动转为空字符串。例如:\    {        "id":1,        "name":null    },    {        "id":2,        "name":"x