代码搜索:增值服务
找到约 10,000 项符合「增值服务」的源代码
代码结果 10,000
www.eeworm.com/read/461081/1555137
java selfservicedaoexception.java
package exceptions;
/**
* selfservice用户自服务模块数据访问异常,访问数据库出现异常时抛出
* @author liyan
*
*/
public class SelfserviceDAOException extends Exception{
/**
* 构造SelfserviceDAOException,使用缺省作为其详
www.eeworm.com/read/251223/4424061
java dmlgroups.java
/*
* DMLGroups.java
*
* Created on 2007年5月10日, 下午11:13
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package 服务器端程序包;
impor
www.eeworm.com/read/251223/4424063
java onlinelist.java
/*
* OnLineList.java
*
* Created on 2007年5月20日, 下午2:26
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package 服务器端程序包;
impor
www.eeworm.com/read/251223/4424065
java identifying.java
/*
* Identifying.java
*
* Created on 2006年5月2日, 上午10:18
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package 服务器端程序包;
import
www.eeworm.com/read/251223/4424066
java dmlmessagerecord.java
/*
* DMLMessageRecord.java
*
* Created on 2007年5月15日, 下午8:23
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package 服务器端程序包;
i
www.eeworm.com/read/251223/4424067
java sendandreceive.java
/*
* SendAndReceive.java
*
* Created on 2007年5月1日, 下午4:27
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package 服务器端程序包;
impo
www.eeworm.com/read/249104/4456516
java~36~ serverthread.java~36~
package socket;
//定义服务器的线程
import java.util.*;
import java.io.*;
import java.net.*;
public class serverThread extends Thread {
private SocketInterface server_socket;
String str;
publ
www.eeworm.com/read/237910/4619501
java timeserver.java
import java.net.*;
import java.io.*;
import java.util.Date;
public class TimeServer{
int port=13; //端口号
ServerSocket serverSocket; //服务器套接字
public TimeServer(){
try{
serverSocket=
www.eeworm.com/read/237910/4619502
java telnetclient.java
import java.net.*;
import java.io.*;
public class TelnetClient {
String host="162.105.31.222"; //Telnet服务器地址
int port=23; //端口号
public TelnetClient() {
System.out.println("Host " + ho