-
给予OSWorkflow的工作流例子,是对OSWorkflow2.8.0
给予OSWorkflow的工作流例子,是对OSWorkflow2.8.0-example的改进-Workflow OSWorkflow give examples of improvements OSWorkflow2.8.0-example
- 2022-12-11 10:25:03下载
- 积分: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
-
一些网络工具的源程序
一些网络工具的源程序-Web tools of the source
- 2022-07-12 21:11:17下载
- 积分:1
-
帝国CMS,功能全面的CMS源码,下载试用下
帝国CMS,功能全面的CMS源码,下载试用下-Empire CMS, full-featured CMS source code, download trial under
- 2022-08-24 12:35:50下载
- 积分:1
-
本实例将通过ISAPI提供的功能实现访问控制过滤器(Autentication Filter)。可以设定最大访问用户的数量以及授权用户名和密码。...
本实例将通过ISAPI提供的功能实现访问控制过滤器(Autentication Filter)。可以设定最大访问用户的数量以及授权用户名和密码。-example through the provision of functional ISAPI access control filters (Autentication Filter). The visit can set a maximum number of users and the authorized user name and password.
- 2022-12-07 16:35:03下载
- 积分:1
-
dl645协议的一个应用,可以实现电能表的抄录
dl645协议的一个应用,可以实现电能表的抄录-dl645 agreement an application, you can realize copy Meter
- 2022-01-30 23:49:36下载
- 积分:1
-
一个好的通迅录程序
一个好的通迅录程序-a good communications process.
- 2023-08-23 14:40:04下载
- 积分:1
-
richard stevens 大师经典著作
最著名的TCP/IP论著。
richard stevens 大师经典著作
最著名的TCP/IP论著。-richard stevens classics master s best-known TCP/IP on the.
- 2022-02-02 17:13:27下载
- 积分:1
-
ccna做实验用的书,很实用,可以自己连拓扑,配路由
ccna做实验用的书,很实用,可以自己连拓扑,配路由-experiment to do CCNA book, very useful, can not even topology with routing
- 2022-04-29 16:21:17下载
- 积分:1
-
ftp server
linux下的FTP服务器端,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理
- 2022-08-03 10:01:14下载
- 积分:1