-
在不同实例中使用属于不同线程的窗口过程
在不同实例中使用属于不同线程的窗口过程-The example of using window proc belonging to differrent thread in different instance
- 2022-01-26 05:03:56下载
- 积分:1
-
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
-
Wince下的WIFI连接程序。提供连接,断开,查旬连接数量的功能。...
Wince下的WIFI连接程序。提供连接,断开,查旬连接数量的功能。-Wince under the WIFI connection program. Provides connectivity, disconnect, check ten days the number of connections function.
- 2022-04-08 13:58:29下载
- 积分:1
-
Really tested. 2.4
真的试验过。2.4寸TFT彩色液晶屏驱动程序,,m16驱动,很好看,还可以显示彩色照片-Really tested. 2.4-inch color TFT LCD driver,, m16 drivers, good to see, but also can display color photographs
- 2022-01-25 13:58:24下载
- 积分:1
-
位图文件windows编程
位图文件windows编程-windows bitmap file programming
- 2022-02-22 08:21:00下载
- 积分:1
-
作图,画画。c++编程实现,小功能,小技巧
作图,画画。c++编程实现,小功能,小技巧-Drawing, painting. c++ programming, small features, small skills! ! ! !
- 2023-07-17 20:25:03下载
- 积分:1
-
materials management is general industrial, commercial enterprise production man...
物资管理是一般工业、商业企业生产管理还击中重要的一环,需要对物资基本信息管理、物资调配信息等进行完整的监控。物资入库首先需要登记物资的基本信息,包括物资的种类、名称、型号、单位等;然后登记入库信息,包括物资基本信息、入库地点、入库人、经办人、数量等;出库物资需要登记出库信息,包括物资基本信息、出库地点、出库人、经办人、数量等;根据物资的入库、出库过程的综合,得到各种物资的余额信息,方便进行后续工作。因此物资管理信息系统需要记录物资流通的全过程。-materials management is general industrial, commercial enterprise production management responded important aspect of a need for basic supplies information management, materials information for the deployment of a complete monitoring. The amount of material goods must first register the basic information, including the type of materials, name, type, units, etc.; Arsenal then registration information, including basic information materials, storage location, storage, handling, and so on; Out-up materials needed for registration information, including material basic information out of the hangar location, out of the hangar, handling, and so on; based on the amount of material in and out of the process of integration, access to the material balance information and faci
- 2022-08-21 06:04:09下载
- 积分:1
-
一个c写的server,让系统给该server分配端口号,而不是由手动指定,以解决一个服务器上运行多个server而端口冲突的情况。...
一个c写的server,让系统给该server分配端口号,而不是由手动指定,以解决一个服务器上运行多个server而端口冲突的情况。- writen by c , a server, the port number of which can be allocated by the system.
- 2022-02-24 12:40:14下载
- 积分:1
-
VB do Windows service procedures, extracted from netizens
VB 做的 Windows 服务程序,摘自网友-VB do Windows service procedures, extracted from netizens
- 2022-03-04 06:17:54下载
- 积分:1
-
VC++编的状态服务器,有良好的线程模型,可靠的网络通信。
VC++编的状态服务器,有良好的线程模型,可靠的网络通信。-VC series of the state server, a good-threaded model, a reliable communications network.
- 2022-03-03 03:34:55下载
- 积分:1