-
TBLOBCLIENTDATASET COMPONET
TBLOBCLIENTDATASET COMPONET
- 2022-08-19 17:31:21下载
- 积分:1
-
Internet credited with the source code when
上网记时器源代码-Internet credited with the source code when
- 2022-05-09 02:56:58下载
- 积分:1
-
characters painting tool for irrigation
字符画工具,用于灌水-characters painting tool for irrigation
- 2022-06-13 15:30:14下载
- 积分:1
-
WinCE下利用COPYDATA消息在进程间发送和接收数据代码实例
1.SendData工程文件
2.ReceiveData工程文件...
WinCE下利用COPYDATA消息在进程间发送和接收数据代码实例
1.SendData工程文件
2.ReceiveData工程文件-WinCE using COPYDATA news in the process of sending and receiving data between code examples 1.SendData project file 2.ReceiveData project file
- 2023-05-21 20:20:03下载
- 积分:1
-
Visual basic 6.0 的滚轮鼠标
微软 VB 6 鼠标滚轮修复
MICROSOFT 软件最终用户许可协议
IMPORTANT뾕EAD 仔细 ︰ 本最终用户许可协议 (밇ULA? 是你们之间的法律协议 (要么
- 2022-02-01 16:29:27下载
- 积分:1
-
delete windows temporary files in the directory
删除windows临时目录下的文件-delete windows temporary files in the directory
- 2023-06-20 06:15:03下载
- 积分:1
-
自己写的,请参考。
[Servlet与JSP]用java实现上传下载功能
自己写的,请参考。
[Servlet与JSP]用java实现上传下载功能 - Own write, please refer. [ Servlet and JSP ] realize with java
on passes on the downloading function
- 2022-01-26 05:49:28下载
- 积分:1
-
图像分割中的一个很好的代码,来自于国外的网站,在国外的研究中对其进行了研究和分析…
一个很好用图像分割代码,在国外网站下来的,研究图形的可能用到-Image Segmentation by a good code from the site in foreign countries to study the possibility of using graphics
- 2023-08-08 09:15:04下载
- 积分:1
-
Bindows是一个用来创建功能强大的瘦客户端应用程序的框架。Bindows应用程序运行于现代的Web浏览器中。在其中,它们使用DHTML来呈现丰富的可以包含很...
Bindows是一个用来创建功能强大的瘦客户端应用程序的框架。Bindows应用程序运行于现代的Web浏览器中。在其中,它们使用DHTML来呈现丰富的可以包含很多不同窗体小部件(widget)的图形用户界面(GUI)。Bindows应用程序可以使用很多方法与服务器端进行交互。其中大多数方法是基于XML的。它同样支持XML-RPC和基于SOAP的Web Services。程序设计语言是JavaScript。 所有windows控件的模拟。按钮,标签,列表,文本框,对话框,颜色,样式,等等,一个典型桌面应用应该有的控件、样式都具备 新版本1.30beta,增加了千呼万唤的Theme支持。Erik&Emil不愧为世界水平的JavaScript高手,原本仅用做浏览器脚本支持的这个小东西如今被发挥得淋漓尽致,几乎到了浏览器JavaScript所能表现的最高境界-Bindows is a framework for B/S application. it works with morden exploer, use DHTML show GUI composed by lots of different widgets, and support many way to communicate with server base on XML,support XML-RPC and web services(SOAP).Bindows developed use JavaScript, implement all widgets in windows( button,tag,list-box, editbox,dialog) with same color and style etc. which enough to build a classic desktop application. New 1.30beta version, add Theme support. Erik&Emil is famous JavaSrcipt developer,they let the JavaScript on the top of the world.
- 2023-01-04 15:35:03下载
- 积分: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