- 博客(6)
- 收藏
- 关注
原创 两个List对象多属性去重、交集、差集
两个List对象多属性去重、交集、差集 public class Test { public static void main(String[] args) { People people1 = new People("admin","1","14"); People people2 = new People("admin","2","11"); People people5 = new People("zhangsan","1","11");
2021-06-18 23:56:54
827
原创 Centos 7 更换本地镜像yum源
Centos 7 配置ISO镜像文件为本地yum源 [外链图片转存失败(img-70RkFFRf-1568181067725)(https://travis-ci.org/lifei6671/mindoc.svg?branch=master)] 1. 创建挂载路径 sudo mkdir /media/iso 2. 挂载ISO镜像到目录 sudo mount -o loop CentOS-7-x8...
2019-09-11 13:51:34
895
原创 Centos 7 搭建NFS文件共享
Centos 7 搭建NFS共享文件夹 主要用于集群部署时候,文件的共享 文件所在的服务器设置共享文件夹,其它应用服务器挂载该文件夹 准备两台机器分别为 192.168.0.82(应用服务器),192.168.0.84(文件服务器) 文件夹为/home/nfs_data 1. 安装NFS yum -y install nfs-utils rpcbind 2. 启动NFS //nfs依赖 rp...
2019-09-11 13:50:55
255
原创 Centos 7 配置防火墙
1、查看firewall服务状态 systemctl status firewalld 2、查看firewall的状态 firewall-cmd --state 3、开启、重启、关闭、firewalld.service服务 # 开启 service firewalld start # 重启 service firewalld restart # 关闭 service firewalld sto...
2019-09-11 13:50:05
3144
原创 Vue_强制绑定CSS和style
Vue_强制绑定CSS和style 理解 在应用界面中,某个(些)元素的样式是变化的 class/style绑定就是专门用来实现动态样式效果的技术 class绑定: :class=‘xxx’ xxx是字符串 xxx是对象 xxx是数组(不常用) style 绑定 :style="{ color:acticeColor, fontSize:fonSize + ‘px’}" 其中activ...
2019-09-04 18:06:14
1108
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人