-
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
-
删除同一目录下的所有文件,目录,子目录及下
的所有文件
删除同一目录下的所有文件,目录,子目录及下
的所有文件-same directory delete all the files, directories, subdirectories and all documents under the
- 2023-01-25 14:05:04下载
- 积分:1
-
personal curriculum design source. Including a hefty almanac, a UFO C game. Stud...
个人的课程设计源码.包括一个万年历,一个UFO的C游戏程序.还有学生管理系统..全是C的-personal curriculum design source. Including a hefty almanac, a UFO C game. Students in the management of the entire system .. C
- 2022-04-29 07:25:30下载
- 积分:1
-
利用WINDOWS API调用时间并修改时间的工具
利用WINDOWS API调用时间并修改时间的工具-use Windows API calls time and modified tools
- 2022-06-12 08:48:04下载
- 积分:1
-
一个基于android 的示例 实现了基本的android app 框架
一个基于android 的示例 实现了基本的android app 框架-A demo based on android.
- 2022-01-26 00:43:37下载
- 积分:1
-
通过一番不懈的努力,我的第一个比较大一点的游戏终于做成了,虽然里面还有许许多多的不足,但已经可以正常运行了。 它可以分两大块:1. 人机对战 2.两人对战(都可...
通过一番不懈的努力,我的第一个比较大一点的游戏终于做成了,虽然里面还有许许多多的不足,但已经可以正常运行了。 它可以分两大块:1. 人机对战 2.两人对战(都可以用光标进行控制的)-through the unremitting efforts made, my first one more point of the game was finally made, although there is also many deficiencies, but can be a normal operation. It can be divided into two units : 1. Two man-machine players. Two players (you can use the cursor control)
- 2022-02-06 21:14:41下载
- 积分:1
-
GPS通信控件,非常好用
GPS通信控件,非常好用-GPS Communication Control, very handy
- 2022-02-13 05:05:43下载
- 积分:1
-
use of the procedure shows progress
使用显示进度条程序-use of the procedure shows progress
- 2022-03-25 02:01:30下载
- 积分:1
-
dynamic DLL on the source
关于动态DLL的源码-dynamic DLL on the source
- 2022-08-06 11:31:31下载
- 积分:1
-
同时利用DLL从记忆
also using dll from memory
- 2023-09-07 18:10:04下载
- 积分:1