-
基于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
-
Library of C functions that allows a program to use WinSock 2 functionality if i...
Library of C functions that allows a program to use WinSock 2 functionality if it is available or fall back to WinSock 1.1 if it isn t.
- 2023-07-12 06:30:03下载
- 积分:1
-
ASP.NET简洁的论坛源代码
ASP.NET简洁论坛源代码
这是一个简单的论坛,主要功能:
网站后台:版块管理、帖子管理、回复管理、我发布的帖子、我回复的帖子;
网站前台:版块导航、帖子列表、帖子详细、帖子回复列表、添加帖子、添加回复-Asp.net concise BBS source code
This is a simple BBS, main functions:
Background: section management, site management, management, post reply by post, I, I reply posts,
Receptionist: version website lists, post navigation, post, reply posts, a detailed list of adding posts, add back,
- 2022-12-22 13:30:03下载
- 积分:1
-
邮件发送客户端
这个程序采用socket套接字来实现了邮件客户端的发送程序,实现了smtp 协议和pop3协议的内容,是计算机网络课程的一个小小的练习程序。这个程序采用socket套接字来实现了邮件客户端的发送程序,实现了smtp 协议和pop3协议的内容,是计算机网络课程的一个小小的练习程序。这个程序采用socket套接字来实现了邮件客户端的发送程序,实现了smtp 协议和pop3协议的内容,是计算机网络课程的一个小小的练习程序。
- 2022-12-10 11:35:02下载
- 积分:1
-
how 10 days Institute asp to see, it is a relatively simple
怎么10天学会asp,看看就知道了,简单易学-how 10 days Institute asp to see, it is a relatively simple
- 2022-04-12 00:11:45下载
- 积分:1
-
一个聊天室源码 cooo ooo l
一个聊天室源码 cooo ooo l-a chat room source cooo ooo ooo l
- 2022-03-21 07:47:53下载
- 积分:1
-
windows局域网客户端的源程序
windows局域网客户端的源程序-windows LAN client of the source
- 2022-08-22 00:04:22下载
- 积分:1
-
good example, will learn good things
好的例子,会学到好东西-good example, will learn good things
- 2022-03-06 02:00:02下载
- 积分:1
-
a simple LAN chat program, delphi prepared, the client
一个简单的局域网聊天程序,delphi编写,客户端-服务器模式-a simple LAN chat program, delphi prepared, the client-server model
- 2022-05-21 16:48:27下载
- 积分:1
-
LAN file for Automatic Updates to download to facilitate procedures for the mana...
用于局域网中的文件自动更新下载,方便局域网程序的管理-LAN file for Automatic Updates to download to facilitate procedures for the management of LAN
- 2022-04-07 08:59:32下载
- 积分:1