
网络
jinliadm
这个作者很懒,什么都没留下…
展开
-
没有exec的参与,hasPendingConnections、nextPendingConnection等失效。
没有exec的参与,hasPendingConnections、nextPendingConnection等失效。原创 2021-08-08 11:12:40 · 333 阅读 · 0 评论 -
QObject: Cannot create children for a parent that is in a different thread.
在子线程中new QTcpServer(this);时报错: QObject: Cannot create children for a parent that is in a different thread. (Parent is myThread(0x306bfb20), parent’s thread is QThread(0x28e2aed0), current thread is myThread(0x306bfb20) 解决办法是将this去掉: new QTcpServer(); 原因是th原创 2021-08-08 09:28:38 · 231 阅读 · 0 评论 -
qt网络学习资源链接
QT网络编程★★★ QT TCP网络编程 Qt获取IP地址、MAC地址等网卡信息,区分本地网卡、无线网卡和虚拟网卡 TCP、UDP数据包大小的限制原创 2021-07-31 15:56:51 · 196 阅读 · 0 评论