代码搜索:localhost
找到约 10,000 项符合「localhost」的源代码
代码结果 10,000
www.eeworm.com/read/117567/6101517
ldif ftp-db.ldif
# ldapmodify -v -h localhost -p 389 -D "cn=Directory Manager" -w -f ftp-db.ldif
#
# Add enable flag attribute type
#
dn: cn=schema
changetype: modify
add: attributetypes
attributet
www.eeworm.com/read/117325/6104706
pl mibwalk.pl
# snmpwalk of entire MIB
# stop on error at end of MIB
use SNMP 1.8;
$SNMP::use_sprint_value = 1;
my $host = shift || localhost;
my $comm = shift || public;
$sess = new SNMP::Session(DestHost => $ho
www.eeworm.com/read/104049/6211893
pl mibwalk.pl
# snmpwalk of entire MIB
# stop on error at end of MIB
use SNMP 1.8;
$SNMP::use_sprint_value = 1;
my $host = shift || localhost;
my $comm = shift || public;
$sess = new SNMP::Session(DestHost => $ho
www.eeworm.com/read/491510/6436497
java rmiserver.java
import java.io.*;
import java.net.*;
import java.rmi.*;
public class RMIServer {
public static void main(String[] args) {
String hostname = "localhost";
int port = 0;
if ((args.l