removed comment
This commit is contained in:
parent
68a16c2c40
commit
670993e924
|
@ -18,12 +18,6 @@ public class WMICrawlerLinux extends WMICrawlerOS {
|
||||||
|
|
||||||
public Object processCommand(Map<String, Object> params) throws Exception {
|
public Object processCommand(Map<String, Object> params) throws Exception {
|
||||||
|
|
||||||
// String id = "administrator";
|
|
||||||
// String pw = "dbseogns18";
|
|
||||||
// String nameSpace = "root/cimv2";
|
|
||||||
// String query = "select * from Win32_OperatingSystem";
|
|
||||||
// String ip = "192.168.1.106";
|
|
||||||
|
|
||||||
String id = (String)params.get("id");
|
String id = (String)params.get("id");
|
||||||
String pw = (String)params.get("pw");
|
String pw = (String)params.get("pw");
|
||||||
String nameSpace = (String)params.get("nameSpace");
|
String nameSpace = (String)params.get("nameSpace");
|
||||||
|
|
|
@ -15,13 +15,7 @@ import java.util.Map;
|
||||||
*/
|
*/
|
||||||
public class WMICrawlerWindows extends WMICrawlerOS {
|
public class WMICrawlerWindows extends WMICrawlerOS {
|
||||||
|
|
||||||
public Object processWMI(Map<String, Object> params) {
|
public Object processWMI(Map<String, Object> params) throws Exception {
|
||||||
|
|
||||||
// String id = "administrator";
|
|
||||||
// String pw = "!@#$qwer1234";
|
|
||||||
// String nameSpace = "root/cimv2";
|
|
||||||
// String query = "select * from Win32_OperatingSystem";
|
|
||||||
// String ip = "192.168.1.1";
|
|
||||||
|
|
||||||
String id = (String)params.get("id");
|
String id = (String)params.get("id");
|
||||||
String pw = (String)params.get("pw");
|
String pw = (String)params.get("pw");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user