代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/161693/5550556
java orderbeantest.java
package com.ibatis.jpetstore.presentation;
import com.ibatis.common.util.PaginatedArrayList;
import com.ibatis.jpetstore.service.AccountService;
import com.ibatis.jpetstore.service.OrderService;
www.eeworm.com/read/161644/5550795
cs webbrowsercontroller.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using System.Collections;
u
www.eeworm.com/read/154277/5638736
java nettestcase11.java
package com.gctech.sms.sdsms;
import java.util.Properties;
import com.gctech.sms.client.SmsProxy;
import com.gctech.sms.msg.MTAck;
import com.gctech.sms.msg.MTInfo;
import com.gctech.sms.sdsm
www.eeworm.com/read/154277/5638738
java nettestcase10.java
package com.gctech.sms.sdsms;
import java.util.Properties;
import com.gctech.sms.client.SmsProxy;
import com.gctech.sms.msg.MTAck;
import com.gctech.sms.msg.MTInfo;
import com.gctech.sms.sdsm
www.eeworm.com/read/154277/5638777
java cardproxystarter.java
package com.gctech.sms.util;
import com.gctech.util.Startable;
import java.util.Properties;
import com.gctech.util.StartException;
import com.gctech.sms.SmsException;
/**
* Title:
www.eeworm.com/read/154277/5639039
java deliverhandler.java
/*
* Created on 2004-8-5
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package com.gctech.misc.sso.hand
www.eeworm.com/read/154277/5639040
java submessagehandler.java
/*
* Created on 2004-8-7
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package com.gctech.misc.sso.hand
www.eeworm.com/read/154277/5639075
java sendmessagehandler.java
/*
* Created on 2004-8-7
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package com.gctech.smsmanage.han
www.eeworm.com/read/153151/5652838
java subject.java
package com.javapatterns.proxy;
abstract public class Subject
{
abstract public void request();
}
www.eeworm.com/read/475425/6781473
java helloservice.java
package proxy;
import java.util.Date;
public interface HelloService{
public String echo(String msg);
public Date getTime();
}