搜索资源列表
wqsrmi
- Java RMI 编程, 实现远程方法调用, 接口提供了一些功能, 通过注册并创建实例来远程调用用户需要的服务.-Java RMI programming, Remote Method Invocation, Interface provided some functions, and created examples distance call service user needs.
Exercise 5
- Java Corba编程, 是将java 和 corba 结合在一起来实现远程方法调用. corba 比 rmi 应用的更广泛.-Java programming, java and corba will combine to achieve remote method invocation. Corba than rmi applications more extensive.
messagetr
- 程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善-p
messagetrans
- 程序说明: 程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善-procedure : online procedures introduced by the most basic method of peer-to-peer communication. Simulation made instant messaging each other. This procedure is a simp
RMI入门例子
- RMI(java 远程方法调用):此例子实现了客户端程序通过远程接口向服务器程序发出计算请求,服务器程序调用了一个计算方法,并把结果返回给客户端,这样便达到分布式计算的效果。上传文件里有详细的部署和使用说明,在win2000上测试通过。-RMI (Java Remote Method Invocation) : this example to achieve the client interface to the remote server computing issued request, t
tasks
- ertos实时多任务操作系统,dos多任务应用例子。例子简单演示多任务的编程方法。-ertos real-time multi-tasking operating system, dos example of multi-tasking applications. Simple examples demonstrate multi-task programming method.
BMP-EJB
- 一个数据库记录实体Bean实例:介绍编写CMP和BMP实体BEAN的方法。-a database records entities Bean example : preparation of the CMP and BMP entity Beans method.
我的服务器程序
- 这是一个用java编写的基于RMI的远程方法调用-This is a preparation using java-based RMI Remote Method Invocation
Lobby_server
- Lobby大厅服务器示例代码,描述了一个服务器的编写方法-server sample code, a descr iption of the preparation method server
thanksharp_tq_v0.0.2
- 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹. 本程序只是实现简单的-1. Online procedures introduced by
scan_port_vc
- 服务器上所开放的端口就是潜在的通信通道,也就是一个入侵通道。对目标计算机进行端口扫描,能得到许多有用的信息,进行端口扫描的方法很多,可以是手工进行扫描、也可以用端口扫描软件进行。 扫描器通过选用远程TCP/IP不同的端口的服务,并记录目标给予的回答,通过这种方法可以搜集到很多关于目标主机的各种有用的信息,例如远程系统是否支持匿名登陆、是否存在可写的FTP目录、是否开放TELNET服务和HTTPD服务等。-opened by the server port is a potential co
HTTPGetPost_src1
- httppost的实现方法基于visualc++实现-httppost based on the method to achieve visualc
RC_CN
- 局域网的分布实时仿真中时统系统的一种实现方法的节点程序-LAN distributed real-time simulation system at the EC as a method of nodes procedures
new_GPS_bbc
- 局域网分布实时仿真中时统系统的一种实现方法的时间节点程序-LAN distributed real-time simulation system at the EC as a method of time node procedure
cfdgnjsq
- 1.计数器数字图片和统计图标两种机制共存,众多设置可调。 2.scr ipt脚本和Img非脚本两种方式调用计数器,Img非脚本方式计数器可以在任何能插入图片的地方使用。 3.独有的错误自动修复机制,能在计数器发生错误后自动修复。 4.完全杜绝并发线程容易对数据库造成的损坏,在流量大的网站上使用表现很稳定。 5.缓存机制,在缓存中保存数据,操作常见动作,大量减少对数据库的增加,删除频繁的操作。-1. Counter digital photos and statistics
rmi111111
- 一个实现远程方法调用的JAVA程序,包含一个服务器端和一个客户端。-a remote method invocation Java procedures, including a server and a client.
RMIexample
- 这个一个远程方法调用(RMI)例子,客户端获取上次登陆的时间.这里的服务器要连上 sqlServer,来存储不同用户登陆的时间.-this a remote method invocation (RMI) example, client access to the last landing time. here the server to connect sqlServer. different users to store landing time.
java_CORBA
- java CORBA,远程方法调用实现的小程序-java CORBA, Remote Method Invocation of small programs to achieve
qxyb
- 获取网站天气预报,很有新意的实现方法,介绍给大家.-access websites weather, very innovative method, introduced to the public.
Remote Method Invocation
- Examples from Java Network Programming, 3rd Edition Chapter 18. Remote Method Invocation