-
JScript 用户指南 JavaScript 语言参考 内容 :JScript 函数 JScript 错误 JScript 方法 JScript 对象 JSc...
JScript 用户指南 JavaScript 语言参考 内容 :JScript 函数 JScript 错误 JScript 方法 JScript 对象 JScript 语句 Scripting 运行时库参考 正则表达式简介-JScript users JavaScript Language Reference Guide : JScript function JScript JScript wrong way JScript JScript statement Scripting Object Runtime Library Reference is a regular expression profiles
- 2023-07-26 20:40:03下载
- 积分:1
-
Imitate RealVNC412 compiled to view the contents of the file server of the lette...
模仿RealVNC412编的,查看服务端的盘符文件内容并且看到感兴趣的可以文件下载下来,同时也可以上传文件到服务端任意位置的通信和文件操作程序,支持单个文件以及一个目录下的所有文件上传或下载。照搬realVnc的网络通信功能,以及支持多客户连接功能。客户端也尽量模仿realvnc的客户端,包括断线重连,属性页对话框,以及主体交互对话框,都是直接用SDK编的,当然也是抄的RealVNC.客户端以及服务端源代码文件夹下的common文件夹是静态库文件,有的是照搬RealVNC412源码,有的是模仿写的。-Imitate RealVNC412 compiled to view the contents of the file server of the letter and see the files of interest can be downloaded, but can also upload files to a server anywhere in the communications and documentation procedures to support a single file and a directory of all file upload or download. Copy realVnc network communications capabilities, and support for multi-client connectivity. Client also try to imitate realvnc clients, including the disconnection re-connected, the property page dialog box, as well as the main interactive dialog box, and are directly compiled with the SDK, of course, is also a copy of RealVNC. Client-side and server-side source code folder under the common folder is a static library file, either copy RealV
- 2022-09-28 16:35:09下载
- 积分:1
-
这是微软提供的HTTP服务器例程
这是微软提供的HTTP服务器例程-This is Microsoft"s HTTP server routines
- 2022-01-31 14:16:04下载
- 积分:1
-
socket_兼容版_通用版
用于网络通讯,数据流控制的SOCKET, 基于网络CCESocket进行了修改,并派生了一个异步套接字类,通过该类可以实现对MFC库中socket 的替代,该类增加了线程的安全判断,确保了线程安全!
- 2022-01-26 07:34:35下载
- 积分:1
-
Network sniffer C++ source code to detect data packets through the network card
网络嗅探器C++源码,侦测经过网卡的数据包-Network sniffer C++ source code to detect data packets through the network card
- 2022-03-03 13:52:19下载
- 积分:1
-
black Streamer completely soft Guide Directory
黑软教程流光完全教程-black Streamer completely soft Guide Directory
- 2022-01-30 13:32:15下载
- 积分:1
-
PhpWiki是sourceforge的一个开源项目,是模仿 WikiWikiWeb 的php版。 Wiki 是现在很流行的一个东西。怎么能够错过,快下载看看吧...
PhpWiki是sourceforge的一个开源项目,是模仿 WikiWikiWeb 的php版。 Wiki 是现在很流行的一个东西。怎么能够错过,快下载看看吧!-PhpWiki is a sourceforge the open-source project is to imitate the WikiWikiWeb php version. Wiki is now a very popular thing. How can miss quick look at the download!
- 2022-10-07 02:15:03下载
- 积分:1
-
一个用c++编写的聊天程序客户端
一个用c++编写的聊天程序客户端-a prepared with the client chat program
- 2022-05-06 17:24:08下载
- 积分:1
-
five jsp source examples include : output, access to the form parameters, access...
五个jsp源代码示例包括:输出、访问表单参数、访问jsp各种参数、cookies、搜索引擎
- 2022-03-23 14:48:08下载
- 积分:1
-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1