logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

centos 7 关闭firewalld防火墙指令 及更换Iptables防火墙

iptables 的位置/etc/sysconfig/iptables1.禁用firewalld 服务systemctl mask firewalld2.停止firewalld 服务systemctl stop firewalld3.安装iptables服务yum -y install iptables-services设置iptables 开机启动sy...

#centos
docker redis The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn

解决docker中redis容器警告The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128我尝试直接修改宿主机的somaxconn参数,并设置 sysctl.conf 的 somaxconn全部不行。之后又尝试在宿主

#redis#centos#docker
springboot2重写WebMvcConfigurer的configureMessageConverters方法无效的解决方案

springboot2重写WebMvcConfigurer的configureMessageConverters方法无效的解决方案主要是因为没有在入口类或者当前配置类上增加@EnableWebMvc注解,完整代码如下:

#java#开发语言
docker nginx配置vue时,root不生效问题

如果配置root目录不生效,需要写一个全局的root#在server之外编写root,可以解决location中配置root不生效问题root /usr/share/nginx/html;location /einvoice{root /usr/share/nginx/html;index index.html index.htm;try_files $uri $uri/ /einvoice/in

#nginx#docker
docker教程

官网:https://www.docker.com/镜像地址:https://hub.docker.com/1.docker安装卸载原有dockeryum remove docker \docker-client \docker-client-latest \docker-common \docker-latest \

#docker
centos7/8安装NVIDIA驱动、CUDA记录

人脸识别、docker深度学习环境搭建

#centos#linux#运维 +1
docker redis The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn

解决docker中redis容器警告The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128我尝试直接修改宿主机的somaxconn参数,并设置 sysctl.conf 的 somaxconn全部不行。之后又尝试在宿主

#redis#centos#docker
到底了