代码搜索:localhost

找到约 10,000 项符合「localhost」的源代码

代码结果 10,000
www.eeworm.com/read/285388/4052969

vspscc uds.csproj.vspscc

"" { "FILE_VERSION" = "9237" "ENLISTMENT_CHOICE" = "COMPULSORY" "PROJECT_FILE_RELATIVE_PATH" = "" "NUMBER_OF_EXCLUDED_FILES" = "0" "ORIGINAL_PROJECT_FILE_PATH" = "http://localhost/UDS/UDS.cspro
www.eeworm.com/read/281681/4113578

txt hrms.txt

driver=com.microsoft.jdbc.sqlserver.SQLServerDriver sqlserver.url=jdbc:microsoft:sqlserver://localhost:1433;databaseName=hrms sqlserver.user=sa sqlserver.password=123456 sqlserver.maxconn=2000
www.eeworm.com/read/277246/4157458

prefs org.jbpm.gd.jpdl.ui.prefs

#Thu Oct 19 13:05:01 CEST 2006 jbpm-name=JBoss jBPM 3.1.4 server\ deployer=/jbpm/upload eclipse.preferences.version=1 server\ port=8080 server\ name=localhost
www.eeworm.com/read/274602/4185674

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/271875/4221841

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/271875/4221844

pl bulkwalk.pl

use SNMP; # Hard-coded hostname and community. This is icky, but I didn't want to # muddle the example with parsing command line arguments. Deal with it. -r # my $hostname='localhost'; my $port='1
www.eeworm.com/read/268146/4255000

sql create_tables.sql

# phpMyAdmin MySQL-Dump # http://phpwizard.net/phpMyAdmin/ # # Host: localhost Database : hymod_bddb # (C) Copyright 2001 # Murray Jensen # CSIRO Manufacturing Science a
www.eeworm.com/read/449248/1679176

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/447903/1693139

properties conndb.properties

DB_CLASS_NAME=com.microsoft.jdbc.sqlserver.SQLServerDriver DB_URL=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=db_netExam DB_USER=sa DB_PWD=
www.eeworm.com/read/445837/1717651

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";