代码搜索:增值服务
找到约 10,000 项符合「增值服务」的源代码
代码结果 10,000
www.eeworm.com/read/251223/4424057
java serverthreadforclient.java
/*
* ServerThreadForClient.java
*
* Created on 2007年5月6日, 上午2:16
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package 服务器端程序包
www.eeworm.com/read/251223/4424058
java sqlserverdatabase.java
/*
* SQLServerDatabase.java
*
* Created on 2007年5月3日, 上午12:06
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package 服务器端程序包;
www.eeworm.com/read/251223/4424060
java queryinformation.java
/*
* QueryInformation.java
*
* Created on 2007年6月2日, 上午11:24
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package 服务器端程序包;
www.eeworm.com/read/251223/4424064
java onlinelistarray.java
/*
* OnLineListArray.java
*
* Created on 2007年5月24日, 下午2:51
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package 服务器端程序包;
www.eeworm.com/read/243652/4519349
txt chinaz.com.txt
中国站长站
www.CHINAZ.com
╔------------------------------------------------╗
┆软件下载 源码下载 站长教程 免费电邮 免费主页┆
┆站长论坛 免费服务 虚拟主机 域名注册 免费代码┆
www.eeworm.com/read/241286/4560798
java businessmeetingroomp.java
package com.wondersgroup.businessmodule.meetingmanage.bo;
/**
* 会议室服务人员关系表
* @author Li AoHai
* @hibernate.class
* table = "BUSINESS_ASSEMBLY_ROOM_INFO_P"
* dynamic-update = "true"
*
www.eeworm.com/read/234567/4657332
java cmppdelivermessage.java
package com.hoten.cmpp.message;
/**
* Title: 服务器下发信息
* Description:
* Copyright: Copyright (c) 2002
* Company:
* @author unascribed
* @version 1.0
*/
www.eeworm.com/read/227772/4768657
java superupload.java
package com.ntsky.common;
import java.util.Random;
public class SuperUpload {
public String websitePath; //网站在服务器上的相对路径,以"/"开头
public String savePath; //
www.eeworm.com/read/225320/4796731
java imsgreceiveable.java
package com.aceway.vas.xjcrgw.ws.handler;
public interface IMsgReceiveable {
/**
* 接收连接已建立消息
* @param ip 服务端IP地址
* @parm port
*/
void receiveonConnectedMsg(String ip, int port);
/