This seems rather simple (not for me)... How does one ping a mysql server using the JDBC? i have successfully used select and insert queries with JDBC and MySQL, but how to ping?开发者_开发百科??
I have found source code that gives an opportunity to run a shell command from the app, and, as I can understand, returns a string with the executed command resu开发者_Python百科lt:
This question already has answers here: 开发者_如何学PythonClosed 11 years ago. Possible Duplicate:
well i\'m new of php and i have this problem.... <?php $RANGE = 192.168.1.1/254; forin $RANGE do count=$(ping -c $COU开发者_JAVA百科NT $myHost | grep \'received\' | awk -F\',\' \'{ print $2 }\' |
Is there any way that I can ping sites like http://google开发者_StackOverflow.com (without them providing any pining interface) using only JavaScript.It is not possible to \'ping\' from a browser usin
I\'m working on a network monitoring application, that pings a (not known) number of hosts. So far I have the code below. I\'ve made a class PingHost with a function zping and I called it with the hel
This question already has answers here: Understanding IP . The requested URL was not found on this server
I have a batch file that pings 20 servers and write开发者_Python百科s the output to a .txt file.
I would like to make a .bat f开发者_JAVA百科ile that will do a for loop like below: @echo off FOR /L %%G IN (1, 1, 69) DO (
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.