-
服务器用户身份验证程序源代码 > 可内嵌于apache中,使用数据库信息验证用户身份 > 多种验证模式可选择(密码认证,cookie检测等)...
服务器用户身份验证程序源代码 > 可内嵌于apache中,使用数据库信息验证用户身份 > 多种验证模式可选择(密码认证,cookie检测等)-user authentication server source code gt; Apache can be embedded in, the use of database information to verify a user"s identity gt; Multiple choice test mode (password authentication, cookie detection, etc.)
- 2023-02-07 14:15:03下载
- 积分:1
-
在线学习系统+v1.0 在线学习系统+v1.0
在线学习系统+v1.0 在线学习系统+v1.0-Online learning system+ v1.0
- 2022-03-23 00:28:35下载
- 积分:1
-
integrity of the server (with code). Procedures will be linked to the host surve...
完整的主机服务器, (含代码).程序会监视联结到主机程序上的所有机器.可是设置开启端口,最多用户..非常完整.!-integrity of the server (with code). Procedures will be linked to the host surveillance procedures of all machines. But set to open ports, the largest users .. very complete. !
- 2023-06-23 14:50:03下载
- 积分:1
-
IP网络的QoS技术研究、队列式的时间延迟和等待…
IP网的QoS技术研究,介绍了排队类型,等待时延等。-IP Network QoS technology research, the type of queue and wait for the time delay.
- 2022-07-07 08:08:15下载
- 积分:1
-
网络编程,入门书籍,供网络编者从入门、掌握、熟悉的一本好书籍。...
网络编程,入门书籍,供网络编者从入门、掌握、熟悉的一本好书籍。-Network programming, book entry for the network from entry editor, master, familiar with a good book.
- 2023-03-15 13:55:03下载
- 积分:1
-
一本c#的编程的源码
一本c#的编程的源码-a c# programming source code
- 2023-05-28 19:45:03下载
- 积分:1
-
语音电话,通过串口接moderm
语音电话,通过串口接moderm-voice telephone, through serial port access moderm
- 2023-03-07 05:00:03下载
- 积分:1
-
由通信容易开发IBM CICS
IBM 开发的easy cics通讯相关的源代码,希望对相关开发人员有所帮助-IBM developed by communications easy cics-related source code, developers hope that the relevant help
- 2023-06-05 15:25:03下载
- 积分:1
-
php plug
php插件有处于 短短的 毒素幅度-php plug-in a short span of the toxin rate
- 2022-04-09 12:22:20下载
- 积分: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