-
航空公司管理信息系统
航空公司管理信息系统 -airlines airline management information system management information system
- 2023-07-21 19:50:04下载
- 积分:1
-
Winsock_2网络编程实用教程及源码
Winsock_2网络编程实用教程及源码
内容
第二章 //本章经编译后的可执行文件
SimpleClient //在该文件夹中存放了本章所举实例的源程序
Res //本章所对应的资源文件
SimpleServer //在该文件夹中存放了本章所举实例的源程序
Res //本章所对应的资源文件
- 2022-03-07 00:29:51下载
- 积分:1
-
Xmail是Internet和Intranet邮件服务器具有一个SMTP服务器,POP3服务…
XMail is an Internet and intranet mail server featuring an SMTP server, POP3 server, finger server, multiple domains, no need for users to have a real system account, SMTP relay checking, RBL/RSS/ORBS/DUL and custom ( IP based and address based ) spam protection, SMTP authentication ( PLAIN LOGIN CRAM-MD5 POP3-before-SMTP and custom ), a POP3 account syncronizer with external POP3 accounts, account aliases, domain aliases, custom mail processing, direct mail files delivery, custom mail filters, mailing lists, remote administration, custom mail exchangers, logging, and multi-platform code. XMail sources compile under GNU/Linux, FreeBSD, OpenBSD, NetBSD, OSX, Solaris and NT/2K/XP.
- 2022-10-05 02:55:03下载
- 积分:1
-
苹果风格的论坛 asp编写,采用的是雪人的核心
苹果风格的论坛 asp编写,采用的是雪人的核心-Apple style forum asp preparation, the Snowman is the core
- 2022-03-30 12:28:57下载
- 积分:1
-
一个使用yui
一个使用yui-ext库,用Javascript编写的web login界面,展示了yui-ext的功能-a use yui- ext basement, prepared using Javascript web login interface, which shows a yui- ext function
- 2022-05-08 07:27:07下载
- 积分:1
-
multicast network testing procedures, the client
组播发送测试网络程序,客户端-multicast network testing procedures, the client
- 2022-04-08 11:33:15下载
- 积分:1
-
体会winsock编程的基本过程,开启VC网络编程的绪幕
体会winsock编程的基本过程,开启VC网络编程的绪幕-Understand the basic process of winsock programming, open the VC-threaded network programming screen
- 2022-08-10 07:00:37下载
- 积分:1
-
java Net,聊天及多线程实例源代码
java Net,聊天及多线程实例源代码-java Net, chatting and multithreading example source code
- 2023-01-27 12:15:03下载
- 积分:1
-
Client Server Socket Programming and multithreading
基本编程,包括初学者的套接字编程程序;
- 2022-10-14 04:30:04下载
- 积分:1
-
心跳检测
判断对方(设备,进程或其它网元)是否正常动行,一般采用定时发送简单的通讯包,如果在指定时间段内未收到对方响应,则判断对方已经当掉。用于检测TCP的异常断开。基本原因是服务器端不能有效的判断客户端是否在线也就是说,服务器无法区分客户端是长时间在空闲,还是已经掉线的情况。所谓的心跳包就是客户端定时发送简单的信息给服务器端告诉它我还在而已。代码就是每隔几分钟发送一个固定信息给服务端,服务端收到后回复一个固定信息。如果服务端几分钟内没有收到客户端信息则视客户端断开。比如有些通信软件长时间不使用,要想知道它的状态是在线还是离线就需要心跳包,定时发包收包。
- 2023-01-13 03:05:04下载
- 积分:1