代码搜索:localhost
找到约 10,000 项符合「localhost」的源代码
代码结果 10,000
www.eeworm.com/read/127087/6008551
data dns_db_currentversion.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a.b.c.vix.com. a 1.2.3.4
a in ns ns2.vi
www.eeworm.com/read/127087/6008617
data master5.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a any ns ns.vix.com.
a in ns ns2vix.com
www.eeworm.com/read/125279/6032128
local db.local
;
; BIND data file for local domain
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cach
www.eeworm.com/read/125279/6032129
127 db.127
;
; BIND reverse data file for local loopback interface
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
6048
www.eeworm.com/read/125279/6032135
conf rndc.conf
/*
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided tha
www.eeworm.com/read/124989/6034748
sh runt2proxy.sh
#!/bin/sh
# If the httpclient and logging jars are not in the standard directories
# edit and uncomment
# CP='-cp /usr/local/lib/commons-httpclient-2.0-rc1.jar:/usr/local/lib/commons-logging-api.jar:
www.eeworm.com/read/124426/6047858
java schedulerclient.java
package org.jbpm.scheduler;
import java.io.*;
import java.net.*;
/**
* is the external client that will provide a request-thread to the
* {@link SchedulerServer}.
*
* The scheduler cl
www.eeworm.com/read/118804/6093443
java imaptest.java
/***********************************************************************
* Copyright (c) 2000-2004 The Apache Software Foundation. *
* All rights reserved.
www.eeworm.com/read/118804/6093572
java imaptest.java
/***********************************************************************
* Copyright (c) 2000-2004 The Apache Software Foundation. *
* All rights reserved.
www.eeworm.com/read/113186/6133109
properties jdbc.properties
# Properties file with JDBC-related settings.
# Applied by PropertyPlaceholderConfigurer from "applicationContext-*.xml".
# Targeted at system administrators, to avoid touching the context XML files