-
基于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
-
一套完善的个人网络博客系统,功能全面,太好用了,拿了直接就用....
一套完善的个人网络博客系统,功能全面,太好用了,拿了直接就用.-WebBlog
- 2022-06-17 13:00:55下载
- 积分:1
-
自动分析HTML页面中的超链接程序
自动分析HTML页面中的超链接程序-automatic analysis of the HTML pages hyperlinks procedures
- 2023-07-15 01:40:03下载
- 积分:1
-
支持pop3协议,实现pop3邮件接受,用c#语言编写。经过测试合格。...
支持pop3协议,实现pop3邮件接受,用c#语言编写。经过测试合格。-support pop3 agreement and achieve pop3 mail acceptance, with c# language. After tested.
- 2022-07-12 17:28:09下载
- 积分:1
-
MFC的网页浏览器
使用MFC编写的网页浏览器,该MFCIE示例使用MFC的CHtmlView和CReBar类来实现一个由Microsoft Internet Explorer提供的功能子集。
- 2022-05-09 01:53:43下载
- 积分:1
-
这个代码是利用中间件RMI开发的flight航班查询,对新手的网络编程有很大的帮助,很实用的...
这个代码是利用中间件RMI开发的flight航班查询,对新手的网络编程有很大的帮助,很实用的-Soil stamp Hitomi measured using tungsten Did中glass RMI Xi Jie-kai Yao flight cavity询,查beer terrace ground themis cavity PCT She met with the most bleed at the nose cavity submerged exhaust stack exhaust , wife of mother
- 2023-01-23 09:10:04下载
- 积分:1
-
这是一个用c#做的聊天室,有服务器和客户端,采用多线程技术
这是一个用c#做的聊天室,有服务器和客户端,采用多线程技术-This is a c# to do with the chat rooms, there are server and client, using multi-threading technology
- 2022-01-24 14:27:42下载
- 积分:1
-
Message board source code is a good source of learning networks, user
留言板得源代码 是初学网络的较好代码,通俗易懂.-Message board source code is a good source of learning networks, user-friendly.
- 2022-01-28 05:51:28下载
- 积分:1
-
运用sokect 编程,发送http请求并接受请求到的报文
运用sokect 编程,发送http请求并接受请求到的报文-Application programming sokect, send http request and accept the request to the Message
- 2023-06-06 05:10:03下载
- 积分:1
-
WebSocket在线聊天实例
该demo是基于springmvc的websocket聊天系统,结合html5实现在线聊天,包含注解和基于Websocket.jar两种方式。
- 2022-01-26 04:36:37下载
- 积分:1