代码搜索:localhost
找到约 10,000 项符合「localhost」的源代码
代码结果 10,000
www.eeworm.com/read/264342/11319433
c rdict.c
/* rdict.c - main, nextin */
#include
#include
#include
#include "rdict.h"
#define RMACHINE "localhost" /* name of remote machine */
CLIENT *handle; /*
www.eeworm.com/read/154728/11931884
inc database_store.inc
function open ($save_path,$session_name) {
global $table;
mysql_connect('localhost');
mysql_select_db($save_path);
$table = $session_name;
return true;
}
function read($sessio
www.eeworm.com/read/337996/12330045
java sender.java
import java.net.*;
import java.io.*;
import java.util.*;
public class Sender {
private String host="localhost";
private int port=8000;
private Socket socket;
private static int stopWay=