上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 139 下一页
摘要: CentOS7 设置防火墙操作、开放指定端口操作 1, 查看防火墙状态: firewall-cmd --state systemctl status firewalld.service 2, 开启防火墙: systemctl start firewalld.service(注意:开放防火墙后需要重启 阅读全文
posted @ 2023-10-26 17:28 尐鱼儿 阅读(204) 评论(0) 推荐(0) 编辑
摘要: https://www.php.cn/faq/488583.html 阅读全文
posted @ 2023-10-25 22:11 尐鱼儿 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Dontla/article/details/126520006 阅读全文
posted @ 2023-10-25 22:11 尐鱼儿 阅读(142) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_57894861/article/details/128273633 阅读全文
posted @ 2023-10-25 21:52 尐鱼儿 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/onlyonexhj/article/details/131273066 centos7中的网络设置#虚拟机网络配置文件vi /etc/sysconfig/network-scripts/ifcfg-ens33 修改完成后重启虚拟机网络 systemctl 阅读全文
posted @ 2023-10-25 20:48 尐鱼儿 阅读(69) 评论(0) 推荐(0) 编辑
摘要: https://www.mryunwei.com/400288.html 阅读全文
posted @ 2023-10-25 16:11 尐鱼儿 阅读(52) 评论(0) 推荐(0) 编辑
摘要: tomcat JMX配置 先修改Tomcat的启动脚本,windows下为bin/catalina.bat(linux下为catalina.sh),添加以下内容 不启用密码验证的配置:Window系统:set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jm 阅读全文
posted @ 2023-10-25 15:14 尐鱼儿 阅读(232) 评论(0) 推荐(0) 编辑
摘要: JMX 官方教程 https://docs.oracle.com/javase/tutorial/jmx/index.html https://docs.oracle.com/javase/8/docs/technotes/guides/jmx/index.html https://docs.ora 阅读全文
posted @ 2023-10-25 15:04 尐鱼儿 阅读(15) 评论(0) 推荐(0) 编辑
摘要: -Dcom.sun.management.jmxremote.port={some_port} -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false 每个微服务项目启动参数 阅读全文
posted @ 2023-10-25 14:37 尐鱼儿 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 决IDEA报错:无法检索应用程序 JMX 服务 URL[Failed to retrieve application JMX service URL]亲测可用 https://blog.csdn.net/hh0503/article/details/119881926?utm_medium=dist 阅读全文
posted @ 2023-10-25 12:34 尐鱼儿 阅读(888) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 139 下一页