摘要:
java.net.UnknownHostException: suse101x64: suse101x64: Name or service not known at java.net.InetAddress.getLocalHost(InetAddress.java:1505) at org.ap 阅读全文
摘要:
#!/bin/bash while true do sleep 5 for name in `ls /opt/html/*.php |grep -vE 'info.php|config.php|external-fopen-java.php'` //排除不需要的文件 do curl http://192.168.1.33:8090/${name##*/} >/de... 阅读全文