-
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
-
使用方便小巧的通讯录
使用方便小巧的通讯录-compact easy-to-use directory
- 2022-01-26 04:05:44下载
- 积分:1
-
xml rpc 的c 实现代码
xml rpc 的c 实现代码-xml rpc c achieve code
- 2022-07-03 20:23:05下载
- 积分:1
-
hello everybody, i hope the document can help for you learn visual basic
hello everybody, i hope the document can help for you learn visual basic
- 2022-08-18 01:00:24下载
- 积分:1
-
列出vc的resource(资源文件)的对话框中的,控件的名字,项目管理时自己用的小工具...
列出vc的resource(资源文件)的对话框中的,控件的名字,项目管理时自己用的小工具-Vc list of the resource (resource file) of the dialog box, name the control, project management, when used in their own gadget
- 2022-02-03 05:22:47下载
- 积分:1
-
游戏――俄罗斯方块的源代码
游戏――俄罗斯方块的源代码-games-- Tetris source code
- 2022-08-13 14:26:33下载
- 积分:1
-
make some music by system on chip
用keil软件编写的程序,用单片机实现简单的音乐,该程序实现欢乐颂第一句的音乐,可以改变其中的参数,来实现其它音乐-make some music by system on chip
- 2022-02-21 05:02:27下载
- 积分:1
-
基于PCA法的人脸识别,对本科毕业设计具有参考价值(含源代码和实验图片)...
基于PCA法的人脸识别,对本科毕业设计具有参考价值(含源代码和实验图片)-based PCA Face Recognition Act, the undergraduate graduation design reference value (including source code and experimental Photo)
- 2022-04-06 15:16:53下载
- 积分:1
-
调用Win32 API读取驱动器序列号并转换成可阅读形式
调用Win32 API读取驱动器序列号并转换成可阅读形式-call Win32 API reading drive serial number and converted into readable form
- 2022-01-25 20:27:13下载
- 积分:1
-
会员关系系统。用在ASP方面。需要着请下载!
会员关系系统。用在ASP方面。需要着请下载!-Member relations system. With regard to the ASP. The need to download!
- 2022-05-14 19:19:06下载
- 积分:1