-
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
-
Construction on the single
关于构造单实例应用的范例代码。-Construction on the single-instance application code examples.
- 2022-12-13 23:20:03下载
- 积分:1
-
spring rabbitmq整合
spring rabbitmq整合异步通信 ,项目是基于spring-rabbit和mvn实现的,一个简单的小demo,适合一入门
- 2023-06-12 10:25:19下载
- 积分:1
-
在qt环境下,如何建立程序与access数据库的连结的源码.
在qt环境下,如何建立程序与access数据库的连结的源码.-In qt environment, how to establish procedures and access links to the source database.
- 2023-03-02 13:30:03下载
- 积分:1
-
精通DirectX图形编程的源代码,包含28,29两个章节
精通DirectX图形编程的源代码,包含28,29两个章节-Proficient in DirectX graphics programming source code, contains two chapters 28,29
- 2022-01-25 22:39:50下载
- 积分:1
-
written in C language database can query the data, sort, search, and reference s...
用C语言编写的数据库可以对数据进行查询、排序、检索和引用,应精简小学习。
- 2022-01-25 14:44:29下载
- 积分:1
-
haptic六自由度主控臂的粘性摩擦效果
haptic六自由度主控臂的粘性摩擦效果-6-DOF haptic arm dominated the viscous friction effect
- 2022-03-13 20:29:45下载
- 积分:1
-
一个简单的点扑克牌游戏编程程序简单易懂对想学习游戏编程的人是非常好的学习程序...
一个简单的点扑克牌游戏编程程序简单易懂对想学习游戏编程的人是非常好的学习程序-a simple point card games programming procedures are simple to learn game programming to the people is a very good learning procedures
- 2022-03-20 23:57:26下载
- 积分:1
-
Automatic display and blanking message box, you can add click event. In the code...
自动显示和消隐消息框,可以加入单击事件.
在代码内,调用简单.-Automatic display and blanking message box, you can add click event. In the code with a simple call.
- 2022-03-29 09:36:18下载
- 积分:1
-
学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载...
学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载-This a comprehensive evaluate system of student. You can perform the following action:
inquire, add, list, etc. It s a mini but good system. try it!
- 2022-05-09 07:47:34下载
- 积分:1