代码搜索:serverDatabase
找到约 12 项符合「serverDatabase」的源代码
代码结果 12
www.eeworm.com/read/197570/7985637
serverdatabase
www.eeworm.com/read/378393/9232798
dcx serverdatabase.dcx
www.eeworm.com/read/378393/9232802
dct serverdatabase.dct
www.eeworm.com/read/378393/9232820
dbc serverdatabase.dbc
www.eeworm.com/read/197570/7985674
java serverdatabase.java
//class to handle all info the server needed,cannot be instantiated once
import java.io.*;
import java.util.*;
public class ServerDatabase implements Serializable{
private long registeredClient
www.eeworm.com/read/197570/7985656
java server.java
import java.io.IOException;
public class Server{
private ServerDatabase serverDatabase=null; //store all the info about clients
private Thread threadPoolBuilder;
private int threadPoolSiz
www.eeworm.com/read/197570/7985672
java serverio.java
//to write and read object of ServerDatabase from a file
import java.io.*;
//import java.net.*;
public class ServerIO{
private static ObjectOutputStream oos=null;
private static ObjectInputStre
www.eeworm.com/read/197570/7985635
txt readme.txt
1.本系统需要JDK1.5 或更高版本的支持。
2.<mark>serverDatabase</mark>为服务器端的数据文件. 若使用现有数据,可用帐号:1, 密码:zwz,登录服务器端系统; 登录后可查到所有已注册用户的信息,每个用户的密码都与其姓名相同。
3.由于客户端之间的通讯不通过服务器转发,所以每台机器只能正常能运行一个客户端(虚拟机可以提供测试平台). 与另一客户端成功通讯之 ...
www.eeworm.com/read/113668/6127009
h browse_master_generic.h
/* $Id: browse_master_generic.h,v 1.9 2003/10/14 15:52:13 mbn Exp $
**
** ClanLib Game SDK
** Copyright (C) 2003 The ClanLib Team
** For a total list of contributers see the file CREDITS.
**
www.eeworm.com/read/113668/6127005
h server_database.h
/* $Id: server_database.h,v 1.3 2003/10/14 15:52:13 mbn Exp $
**
** ClanLib Game SDK
** Copyright (C) 2003 The ClanLib Team
** For a total list of contributers see the file CREDITS.
**
**