-
java p2p 很好找到
ackage ex1_tp2 ;
导入 java.rmi.* ;
导入 java.rmi.server.* ;
导入 java.rmi.registry.* ;
公共类 Serveur 扩展 UnicastRemoteObject 实现 ex_ser {
公共 Serveur() 引发 RemoteException {}
公共字符串 reponce (字符串 mot) 引发 RemoteException {
返回"Bonjour tous";
}
公共静态 void main (字符串 [] args) {
请尝试 {
LocateRegistry.createRegistry(1099) ;
System.out.println ("端口 1099年") ;
} catch (RemoteException e1) {
System.err.println ("pas de 端口") ;
System.exit(1) ;
}
请尝试 {
Serveur objet = 新 Serveur() ;
Naming.rebind("mounir",objet) ;
System.out.println ("Serveur prêt") ;
}
catch (异常 e) {
System.err.println ("最好派个:"+ e.getMessage()) ;
}
}
}
- 2022-10-20 00:50:04下载
- 积分:1
-
Memories of midnight by jeffry archer
Memories of midnight by jeffry archer
- 2023-08-26 00:35:04下载
- 积分:1
-
Huffman coding procedures, through the tree to achieve, using an array of storag...
哈夫曼编码程序,通过树形实现,使用数组存储编码
- 2022-03-11 19:50:42下载
- 积分:1
-
eventos para el desarrollo de software con awt ejemplo de obtener foco
eventos para el desarrollo de software con awt ejemplo de obtener foco
- 2022-08-13 06:10:10下载
- 积分:1
-
samsung arm9 s3c2440 wince5.0 lcd driver
samsung arm9 s3c2440 wince5.0 lcd driver
- 2023-05-13 09:40:02下载
- 积分:1
-
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序...
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序-ATMs simulation program, data file storage and achieve deposits, withdrawals, transfers and other procedures
- 2022-07-02 22:01:17下载
- 积分:1
-
读写注册表程序,非常好的一个程序,可以读写注册表
读写注册表程序,非常好的一个程序,可以读写注册表-Read and write registry program, a very good program
- 2023-06-25 15:35:04下载
- 积分:1
-
一个常用的Linux的VPN软件版本的Windows源代码
一款在LINUX常用的VPN软件的WINDOWS版本源码-one commonly used in the Linux VPN software version of the Windows source code
- 2022-03-21 23:09:21下载
- 积分:1
-
主要介绍了家教网站的制作,内容非常详尽!
主要介绍了家教网站的制作,内容非常详尽!-Main tutoring web site describes the production, content, very detailed!
- 2023-07-06 05:55:04下载
- 积分:1
-
利用Visual Basic编写的小程序,在些程序中阅览电子书,有奥林匹克知识,有谜语...
利用Visual Basic编写的小程序,在些程序中阅览电子书,有奥林匹克知识,有谜语-The use of Visual Basic procedures for the preparation of the small, in these proceedings to read e-books, there is the Olympic knowledge, there is a riddle ... ...
- 2022-03-03 02:39:29下载
- 积分:1