logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

kubernetes1.30集群部署+dashboard+heapster

v2.11、系统配置1.1、禁用防火墙、禁用selinux#防火墙禁用systemctl stop firewalldsystemctl disable firewalld#SELinux禁用setenforce 0sed -i '/^SE/s/enforcing/disabled/' /etc/selinux/config...

#运维#git#网络
kubernetes1.30集群部署+dashboard+heapster

v2.11、系统配置1.1、禁用防火墙、禁用selinux#防火墙禁用systemctl stop firewalldsystemctl disable firewalld#SELinux禁用setenforce 0sed -i '/^SE/s/enforcing/disabled/' /etc/selinux/config...

#运维#git#网络
PL/SQL 九九乘法表

和shell脚本九九乘法表一样,只是语法有少出入先看看效果图先:利用for循环:SET SERVEROUTPUT ONDECLAREx INT :=1;y INT :=1;BEGINFOR x IN 1 .. 9 LOOPFOR y IN 1 .. x LOOPd...

到底了