ReturnNULL

导航

10 2022 档案

Element Plus动态Icon的使用方法
摘要:需要先学习这两个前置知识。 Icon 图标 | Element Plus 组件基础 | Vue.js Icon 的基本使用方式 安装 npm install @element-plus/icons 在script标签中引入要使用的icon import { Fold } from '@element 阅读全文

posted @ 2022-10-31 14:46 冰封丶皮卡丘 阅读(1531) 评论(0) 推荐(0)

Centos 防火墙
摘要:防火墙的开启、关闭 开机自启防火墙 systemctl enable firewalld.service 开机禁用防火墙 systemctl disable firewalld.service 启动防火墙 systemctl start firewalld 关闭防火墙 systemctl stop 阅读全文

posted @ 2022-10-17 10:33 冰封丶皮卡丘 阅读(44) 评论(0) 推荐(0)