随笔分类 -  学习

摘要:Common Windows Command Prompt (CMD) commands:1. `dir`: Lists files and directories in the current directory.2. `cd`: Changes the current directory.3. 阅读全文
posted @ 2024-06-28 15:39 从零开始的0 阅读(18) 评论(0) 推荐(0) 编辑
摘要:yum install ntp ntpdate cn.pool.ntp.org date crontab -e 00 12 * * * /sbin/ntpdate cn.pool.ntp.org 阅读全文
posted @ 2024-06-19 16:15 从零开始的0 阅读(5) 评论(0) 推荐(0) 编辑
摘要:docker run -itd \ -e MODE=cluster \ -e NACOS_APPLICATION_PORT=8860 \ -e NACOS_SERVERS=10.200.1.xx:8860,10.200.1.xx:8870,10.200.1.xx:8880 \ -e SPRING_D 阅读全文
posted @ 2023-11-29 15:58 从零开始的0 阅读(21) 评论(0) 推荐(0) 编辑
摘要:SELECT procpid, START, now() - START AS lap, current_query FROM ( SELECT backendid, pg_stat_get_backend_pid(S.backendid) AS procpid, pg_stat_get_backe 阅读全文
posted @ 2022-11-24 10:07 从零开始的0 阅读(1014) 评论(0) 推荐(0) 编辑
摘要:1. 旧版本删除 yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docke 阅读全文
posted @ 2022-10-22 12:58 从零开始的0 阅读(21) 评论(0) 推荐(0) 编辑
摘要:一、安装 1. 选择镜像 (1)镜像搜索:docker search rocketmq 也可以访问网址:https://hub.docker.com/r/apache/rocketmq/tags (2)下拉镜像:docker pull apache/rocketmq:4.9.0 (3)同样,拉取管理 阅读全文
posted @ 2022-10-13 14:53 从零开始的0 阅读(912) 评论(0) 推荐(0) 编辑
摘要:查看防火墙状态:systemctl status firewalld 启动:systemctl start firewalld 停止:systemctl disable firewalld 禁用:systemctl stop firewalld 查看所有打开的端口:firewall-cmd --zo 阅读全文
posted @ 2022-09-02 16:07 从零开始的0 阅读(67) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示