-
协议
protocol
- 2022-06-26 00:29:08下载
- 积分:1
-
用UDP实现的一个点对点聊天程序。 用异步方式实现
用UDP实现的一个点对点聊天程序。 用异步方式实现-using UDP achieve a peer-to-peer chat program. Asynchronous means
- 2022-08-07 05:36:40下载
- 积分:1
-
用C++编写的,在局域网中简单的网络双机备份程序。
用C++编写的,在局域网中简单的网络双机备份程序。-With C++ Prepared, in the LAN network in a simple two-machine backup program.
- 2023-02-26 14:15:02下载
- 积分:1
-
rdesktop是微软Windows NT终端服务器客户端,Windows 2000
rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP
Remote Desktop, and possibly other Terminal Services products.
rdesktop currently implements the RDP version 4 and 5 protocols.
- 2023-07-22 10:20:04下载
- 积分:1
-
Fireworks常见问题解答
Fireworks常见问题解答-Fireworks FAQ
- 2023-01-02 21:55:03下载
- 积分:1
-
《中文特殊符号》:Windows特殊符号的集合,方便制作网站。
《中文特殊符号》:Windows特殊符号的集合,方便制作网站。-"Chinese special symbols" : Windows assemble special symbols to facilitate the production site.
- 2022-11-28 01:45:03下载
- 积分:1
-
JPetStore
jpetstore-4.0.3
- 2023-02-28 13:20:04下载
- 积分:1
-
using VB API was systematic process. Process may end
VB 用API获得系统进程.并可结束进程-using VB API was systematic process. Process may end
- 2022-04-26 10:25:38下载
- 积分:1
-
基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因...
基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因为beans独立负责处理整个网站的绝大部分数据,所以整个网站的负载量和速度都将大大提高。而且jsp的特性是一次运行,永远储留内存(包括bean在内),所以基于这种语言和结构开发的购物系统的优势是其它语言没法比尔的。更重要的是,jsp+bean能够在Apache环境下顺畅地运行,这也是其最大的优点。这就更进一步保证了网站的稳定性和安全性.-jsp javabean mysql-based three-tier structure of the dynamic shopping site. Terms of the user interface (interface) from jsp completed and the data processed by the logic and beans completed, data storage by mysql completed. Because beans are independently responsible for the handling of the entire site of the majority of data, the entire site load and speed will be greatly enhanced. But jsp characteristic is a running, always reserving memory (including the bean) are therefore based on the language and structure of the shopping development system with the advantage of other languages can not birr. More importantly, jsp bean to the Apache environment to run smoothly, which is its greatest advantage. This site is a further guarantee of stabi
- 2023-09-02 04:25:03下载
- 积分:1
-
c#socket 聊天
本程序通过运用socket实现了聊天功能。本程序分为服务器端和客户端。服务器端创建一个socket对象,该对象的listen方法用来监听客户端的连接请求。连接好后 ,创建一个新的socket 用来与客户端进行交互。相应地,客户端建立一个socket,该对象的connect方法与服务器进行连接建立。建立好后开始交互。
- 2022-12-25 07:55:02下载
- 积分:1