代码搜索:localhost
找到约 10,000 项符合「localhost」的源代码
代码结果 10,000
www.eeworm.com/read/117325/6104700
pl tablewalk.pl
# snmpwalk of a single table
# getnext of 3 columns from ipAddrEntry table
# stop after last row in table
use SNMP 1.8;
my $host = shift || localhost;
my $comm = shift || public;
my $sess = new SNM
www.eeworm.com/read/113186/6133093
txt initdb.txt
CREATE DATABASE petclinic;
GRANT ALL ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc';
USE petclinic;
CREATE TABLE vets (
id INT(4) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
first_
www.eeworm.com/read/110729/6163647
java cartclient.java
package examples;
import java.util.*;
import javax.naming.*;
import javax.rmi.*;
/**
* Sample client code
*/
public class CartClient {
public static String url="t3://localhost:7001";
www.eeworm.com/read/108165/6184282
txt initdb.txt
CREATE DATABASE petclinic;
GRANT ALL ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc';
USE petclinic;
CREATE TABLE vets (
id INT(4) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
first_
www.eeworm.com/read/106429/6193236
java cartclient.java
package examples;
import java.util.*;
import javax.naming.*;
import javax.rmi.*;
/**
* Sample client code
*/
public class CartClient {
public static String url="t3://localhost:7001";
www.eeworm.com/read/104806/6201617
java useportscanner.java
import java.net.*;
import java.io.*;
public class usePortScanner{
public static void main(String[] args) {
String host = "localhost";
if (args.length > 0) {
host = args[0];
}
// 扫描端口
for
www.eeworm.com/read/104709/6203265
java cartclient.java
package examples;
import java.util.*;
import javax.naming.*;
import javax.rmi.*;
/**
* Sample client code
*/
public class CartClient {
public static String url="t3://localhost:7001";
www.eeworm.com/read/104049/6211886
pl tablewalk.pl
# snmpwalk of a single table
# getnext of 3 columns from ipAddrEntry table
# stop after last row in table
use SNMP 1.8;
my $host = shift || localhost;
my $comm = shift || public;
my $sess = new SNM
www.eeworm.com/read/100043/6275631
pl cachetrace.pl
#!/usr/local/bin/perl
require 'sys/socket.ph';
$url = shift || die "usage: $0: url\n";
$proxy = 'localhost';
$port = 3128;
$url = "http://$url/" if ($url =~ /^[-\w\.]+$/);
print "Querying cache pat