代码搜索:localhost
找到约 10,000 项符合「localhost」的源代码
代码结果 10,000
www.eeworm.com/read/400137/2355569
tpl piwik_tag.tpl
{if ereg('http://127.0.0.1|http://localhost|http://piwik.org', $url)}
{literal}
www.eeworm.com/read/398906/2366954
java dbmanager.java
package dao;
import java.sql.Connection;
import java.sql.DriverManager;
public class DBManager {
private static String url = "jdbc:mysql://localhost:3306/test?useUnicode=true&characterEnc
www.eeworm.com/read/398634/2375557
test rpl000018.test
#
# Running test with abort-slave-event-count=1
# This will force slave to reconnect after every event
#
require_manager;
connect (master,localhost,root,,test,0,$MASTER_MYPORT);
connect (slave,localh
www.eeworm.com/read/395594/2434734
java databaseconnection.java
package cn.li.note.dbc;
import java.sql.*;
public class DataBaseConnection
{
private String DBDRIVER ="org.gjt.mm.mysql.Driver";
private String DBURL ="jdbc:mysql://localhost:330
www.eeworm.com/read/390678/2527096
properties hibernate.properties
hibernate.connection.username=sa
hibernate.connection.password=
hibernate.dialect=org.hibernate.dialect.HSQLDialect
hibernate.connection.url=jdbc:hsqldb:hsql://localhost:9001
hibernate.connection.
www.eeworm.com/read/389759/2538209
rb amarok_proxy.rb
#!/usr/bin/env ruby
#
# Proxy server for Last.fm and DAAP. Relays the stream from the server to localhost, and
# converts the protocol to http on the fly.
#
# (c) 2006 Paul Cifarelli
www.eeworm.com/read/384881/2596446
java connectionfactory.java
package com.icome.db;
import java.sql.Connection;
import java.sql.DriverManager;
public class ConnectionFactory {
private static final String url="jdbc:mysql://localhost:3306/icome";
pr