-
基于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
-
http tunnel 稳定版
http-tunnel是一个完全透明的通道,直接将你的连接forward给目标服务端口,因此当你连接tunnel的本地侦听端口时,就相当于直接连接到目标服务端口。
- 2022-04-20 06:41:28下载
- 积分:1
-
用来自绘边框窗口
用来自绘边框窗口-with painted from the window frame
- 2022-03-19 22:29:51下载
- 积分:1
-
网络聊天程序代码
网络聊天程序例程源代码,包含服务器端代码例程和客户端代码例程,采用WINDOWS SOCKET多线程编程
- 2022-07-12 21:16:24下载
- 积分:1
-
Commercial sales of inventory system code, there are notes and field documentati...
销售库存系统商用代码,有注释和字段说明文档.-Commercial sales of inventory system code, there are notes and field documentation.
- 2022-02-13 03:50:28下载
- 积分:1
-
语音信号检测!voip
语音信号检测!voip-voice signal detection! Voip
- 2022-03-23 13:39:57下载
- 积分:1
-
集中式服务器的聊天应用
应用背景多用户聊天应用程序使用Python命令行文件:client.py server.py可以帮助多个用户同时进行交互的应用程序。运行client.py:Python client.py服务器IP地址端口号关键技术关键技术:Python•套接字编程TCP
- 2022-02-12 07:33:30下载
- 积分:1
-
tcp char 聊天程序,希望对大家有一个帮助
tcp char 聊天程序,希望对大家有一个帮助-tcp char chat program, and they hope to help everyone have a
- 2022-03-13 05:12:55下载
- 积分:1
-
wtc的访问
#include
#include "wtcTest.h"
#include "IsmpCrmEngineSoapBinding.nsmap"
char * reqPackType[REQ_PACK_NUM] = {"dgwtc.xml", "tdwtc.xml"};
SpTalk * fwdSp;
char logFilePath[512] = {0}; //log file path
FILE * logFile = NULL; //log file name
LogHandle &
- 2022-04-27 17:41:15下载
- 积分:1
-
站点映像程序
站点映像程序-The app of site mirror
- 2022-07-07 09:52:40下载
- 积分:1