代码搜索:Remoting
找到约 565 项符合「Remoting」的源代码
代码结果 565
www.eeworm.com/read/361466/2946330
java remoteservicelocator.java
package com.cownew.PIS.framework.client;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.Timer;
import org.springframework.remoting.httpinvoker.CommonsHttpInvoke
www.eeworm.com/read/233914/4663929
cs soapbase64binary.cs
/*
* SoapBase64Binary.cs - Implementation of the
* "System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd.
*
* This progr
www.eeworm.com/read/159303/5586484
vb reserveform.vb
Imports System.Data.SqlClient
Imports System.Runtime.Remoting
Public Class ReserveForm
'定义货物列表dataset
Dim Ds As DataSet
'定义订售货物类
Dim ReserveClass As ClassLibrary.ReserveClass
www.eeworm.com/read/235621/14059103
cs callerthreadcontext.cs
using System;
using System.Diagnostics;
using System.Threading;
using System.Reflection;
using System.Web;
using System.Runtime.Remoting.Messaging;
namespace Amib.Threading
{
#region Call
www.eeworm.com/read/311301/3680720
java rmiclient.java
package lee;
import java.rmi.Naming;
import org.springframework.remoting.rmi.RmiProxyFactoryBean;
/**
* @author yeeku.H.lee kongyeeku@163.com
* @version 1.0
* Copyright (C), 2005-2008
www.eeworm.com/read/288961/3997780
java xfireclientfactorybean.java
package org.codehaus.xfire.spring.remoting;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.net.MalformedURLException;
import java.net.URI;
import jav
www.eeworm.com/read/277826/4150248
cs remotingtest.cs
using System;
using System.Runtime.Remoting;
using System.Globalization;
using System.Reflection;
using Castle.Windsor;
using NUnit.Framework;
using NetBpm.Test.Bank.EComp;
//using NetBpm
www.eeworm.com/read/447272/1706923
cs remotingtest.cs
using System;
using System.Runtime.Remoting;
using System.Globalization;
using System.Reflection;
using Castle.Windsor;
using NUnit.Framework;
using NetBpm.Test.Bank.EComp;
//using NetBpm
www.eeworm.com/read/411945/2179028
java springremotingdestinationbootstrapservice.java
package cn.org.pomer.flex.remoting.services;
import java.util.ArrayList;
import java.util.List;
import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.con