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年前
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年前
Linux中使用vsftpd搭建指定用户指定目录的ftp服务器的方法
一。检查Linux中vsftpd的安装情况。二。将系统中的SELinux关闭,然后重新启动电脑关闭SELinux的方法:修改/etc/selinux/config文件中的SELINUX""为disabled,然后重启。如果不想重启系统,使用命令setenforce0注:setenforce1设置SELinux成为
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年前
SpringBoot自定义序列化的使用方式
场景及需求:项目接入了SpringBoot开发,现在需求是服务端接口返回的字段如果为空,那么自动转为空字符串。例如:\    {        "id":1,        "name":null    },    {        "id":2,        "name":"x
Stella981 Stella981
4年前
Redis官网——如何利用Redis做服务器集群的分布式锁
链接:http://redis.io/topics/distlock(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fredis.io%2Ftopics%2Fdistlock)原理很简单,一段时间内轮询加锁的key重点,不同语言的开源实现Beforedescribingth