摘要: 修改ssh端口号 查看防火墙状态: systemctl status firewalld 查看已经开放的防火墙端口: firewall-cmd --list-ports 自定义端口号并开启:firewall-cmd —permanent —zone=public —add-port=端口号/tcp 阅读全文
posted @ 2021-09-14 01:07 萌新_python 阅读(280) 评论(0) 推荐(0) 编辑
摘要: mongodb ttl索引 作用 所有可以通过指定data类型的数据值进行自动删除所谓的过期数据 创建索引 创建索引 collection 集合名 createTime 字段名,且类型为data expireAfterSeconds 过期时间,单位是秒 db.collection.createInd 阅读全文
posted @ 2021-09-14 00:54 萌新_python 阅读(212) 评论(0) 推荐(0) 编辑