代码搜索:Remoting
找到约 565 项符合「Remoting」的源代码
代码结果 565
www.eeworm.com/read/411945/2179029
java ejbdestination.java
/*
* Copyright 2008 [CompanyName], Inc. All rights reserved.
* Website: http://www.pomer.org.cn/
*/
package cn.org.pomer.flex.remoting.services;
/**
*
* 描述ejb为远程对象
*
* @author Linl
www.eeworm.com/read/411945/2179032
java remoteobject.java
package cn.org.pomer.flex.remoting.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annot
www.eeworm.com/read/159303/5586470
vb sellsearchform.vb
Imports System.Data.SqlClient
Imports System.Runtime.Remoting
Public Class SellSearchForm
'定义货物列表dataset
Dim Ds As DataSet
'定义出售货物类
Dim SellClass As ClassLibrary.SellSearchC
www.eeworm.com/read/159303/5586471
vb quitform.vb
Imports System.Data.SqlClient
Imports System.Runtime.Remoting
Public Class QuitForm
'定义货物列表dataset
Dim Ds As DataSet
'定义出售货物类
Dim QuitClass As ClassLibrary.QuitClass
'
www.eeworm.com/read/159303/5586475
vb reservesearchform.vb
Imports System.Data.SqlClient
Imports System.Runtime.Remoting
Public Class ReserveSearchForm
'定义货物列表dataset
Dim Ds As DataSet
'定义出售货物类
Dim ReserveClass As ClassLibrary.Reserve
www.eeworm.com/read/159303/5586481
vb sellform.vb
Imports System.Data.SqlClient
Imports System.Runtime.Remoting
Public Class SellForm
'定义货物列表dataset
Dim Ds As DataSet
'定义出售货物类
Dim SellClass As ClassLibrary.SellClass
'
www.eeworm.com/read/293772/8275404
cs login.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using RemotingClass;
using System.Runtime.Remoting;
us
www.eeworm.com/read/381461/9091683
cs service.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Data.SqlTypes;
using System.Threading;
using System.Diagnostics;
using System.Runtime.Remoting.Messaging;
using System
www.eeworm.com/read/375747/9350538
cs paintcoordinator.cs
using System;
using System.Runtime.Remoting.Messaging;
using System.Collections;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Xml;
using System.Xml.Serialization;
www.eeworm.com/read/253533/12216715
txt 5.2.txt
Listing 5.2 Asynchronous Delegates
using System;
using System.Threading;
using System.Runtime.Remoting.Messaging;
using System.Net;
using System.IO;
using System.Text;
namespace _5_Asynchronous