logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Kubernetes Nginx 发布

kubernetes k8s NodePort Service Nginx ClusterIP LoadBalancer Deployment Replicas

#kubernetes#nginx#运维
Ubuntu安装k8s

1禁用防火墙sudo ufw disable2 安装Selinuxsudo apt install selinux-utils3 关闭selinux防火墙(临时)sudo setenforce 04 永久关闭selinux防火墙sudo bash -c 'echo 'SELINUX=disabled' > /etc/selinux/conifg'5 启用Iptable转发sudo bash

#kubernetes#运维#ubuntu
Unrecognized VM option '+UseCompressedOops'

今天启动kafka zookeeper时报错;Unrecognized VM option '+UseCompressedOops'不能识别VM的参数UseCompressedOops解决办法:删除kafka-run-class.bat中的-XX:+UseCompressedOops参数即可原因:VM不支持该参数

Spring Boot是如何确定ApplicationType的

spring boot application type WebApplicationType source code源码

文章图片
#spring boot#java#spring
MySQL 覆盖索引(Cover Index)

MySQL 覆盖索引(Cover Index)

#mysql#b树#数据库
到底了