-
package of develop dns
package of develop dns
- 2022-05-26 10:29:42下载
- 积分:1
-
MIME(BASE64/QP) 编码/解码程序代码。 此代码是一个 BCB 的单元,非常简单,提供了四个函数, 要改成 Delphi 或其它 C/C++ 也很容...
MIME(BASE64/QP) 编码/解码程序代码。 此代码是一个 BCB 的单元,非常简单,提供了四个函数, 要改成 Delphi 或其它 C/C++ 也很容易,有需要的自已改吧。此代码经过测试,结果正确。-MIME (BASE64/QP) encoding/decoding code. This code is a BCB module is very simple, providing four functions, to change Delphi or other C/C is also very easy, it is necessary to change it by themselves. This code tested and the results correctly.
- 2022-11-24 16:30:08下载
- 积分:1
-
C# FTP client demonstration example, relatively simple, beginners can understand
C#的FTP客户端演示例子,比较简单,初学者能看懂-C# FTP client demonstration example, relatively simple, beginners can understand
- 2022-01-31 21:55:54下载
- 积分: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
-
VC++MFC TCP_SOCKET最简单的TCP传输协议 ,可以在这上面所以的加你喜欢的扩展功能
本人自己编写的最简单的TCP_SOCKET传输协议,有助于初学者了解SOCKET编程,一窥SOCKET的奥秘!
希望对大家有所帮祝!
- 2022-08-20 20:51:36下载
- 积分:1
-
HTTP是一个基于文本的协议,用于通过Web浏览器来检索Web页面。大多数情况下,如果你位于一个局域网连接时,你是在一个代理服务器之后;这个代理服务器在某一端口...
HTTP是一个基于文本的协议,用于通过Web浏览器来检索Web页面。大多数情况下,如果你位于一个局域网连接时,你是在一个代理服务器之后;这个代理服务器在某一端口运行一个HTTP代理。在你的Internet Explorer的连接选项中,你可以按需要说明局域网的设置。这个代理服务器运行一个基于文本的协议,你只能从外部网格中得到HTTP相关的数据。但注意,有一个小漏洞,通过它你可以穿过HTTP,连接到外部世界,得到任何基于二进制协议的数据,甚至基于你自己的协议。这就是通过HTTPS。-HTTP is a text-based protocol for a Web browser to access Web pages. In most cases, if you are located in a LAN connection, you are after a proxy server; The proxy server port in a run an HTTP proxy. In your Internet Explorer connectivity options, you may press the need to explain LAN configuration. The proxy server running on a text of the agreement, you can only from the outside grid to be related to the HTTP data. But note that there are a small loophole through which you can pass through HTTP, connect to the outside world, any agreement based on the binary data, or even on your own agreement. It is through HTTPS.
- 2022-02-15 15:11:24下载
- 积分:1
-
一个操作数据库的类,包含对Sql语句、存储过程的访问,很好用...
一个操作数据库的类,包含对Sql语句、存储过程的访问,很好用-operate a database of categories, including the SQL statements, and stored visit is useful
- 2023-03-14 19:45:03下载
- 积分:1
-
网络同学录程序,很好用的
网络同学录程序,很好用的-alumni network procedures, the good
- 2022-09-03 15:15:02下载
- 积分:1
-
Telnet C客户端,telnet登陆的基本功能
Telnet C客户端,telnet登陆的基本功能-Telnet C Client
- 2023-03-22 07:45:03下载
- 积分:1
-
linuxC客户端与QT服务端的通信
代码主要实现从客户端内采集内存使用量、内存总量、CPU使用率等数据, 发送至服务端。
- 2023-06-25 12:45:02下载
- 积分:1