代码搜索:localhost
找到约 10,000 项符合「localhost」的源代码
代码结果 10,000
www.eeworm.com/read/152814/5666617
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/152695/5668357
sql create_tables.sql
# phpMyAdmin MySQL-Dump
# http://phpwizard.net/phpMyAdmin/
#
# Host: localhost Database : hymod_bddb
# (C) Copyright 2001
# Murray Jensen
# CSIRO Manufacturing Sc
www.eeworm.com/read/151482/5681144
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/150731/5689331
vb email.asmx.vb
Imports System.Web.Services
Imports System.Web.Mail
_
Public Class EMail
Inherits System.Web.Services.WebService
#Region " Web Servic
www.eeworm.com/read/149033/5703608
sql mysql.sql
# phpMyAdmin MySQL-Dump
# version 2.2.2
# http://phpwizard.net/phpMyAdmin/
# http://phpmyadmin.sourceforge.net/ (download page)
#
# Host: localhost
# Generation Time: Mar 21, 2002 at 08:25 PM
# Server