摘要: 参考 :https://yq.aliyun.com/articles/38757 1. 远程监控配置 # cd /root/apache-tomcat-8.0.17/bin # vi catalina.sh #找到Execute The Requested Command,在上面添加,添加的位置并没 阅读全文
posted @ 2018-05-22 23:45 霂雨 阅读(1044) 评论(0) 推荐(0)
摘要: 参考 https://www.linuxidc.com/Linux/2015-05/117473.htm 1.关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止f 阅读全文
posted @ 2018-05-22 15:56 霂雨 阅读(181) 评论(0) 推荐(0)
摘要: 参考 https://blog.csdn.net/zdy1127/article/details/50659327 vi /etc/gdm/custom.conf 然后在[daemon]下面添加: 阅读全文
posted @ 2018-05-22 14:30 霂雨 阅读(946) 评论(0) 推荐(0)
摘要: 1.放在所有的sample 之前,则表示下面的所有sample都使用固定定时器。 如下 则 test3和test1 执行之前都会停留 固定定时器设置的时间 2. 放在单个 sample之下,则只针对单个sample。 如下 则test3在运行之前会停留定时器设置的时间, 而test1 则会在test 阅读全文
posted @ 2018-05-22 11:16 霂雨 阅读(370) 评论(0) 推荐(0)