资源列表
ReceiveMailTest
- POP协议-Post Office Protocol,现在常用的是第三版,简称POP3,默认端口号为110。通过POP3,客户机登录服务器后,可以对自己的邮件进行删除或下载,下载后,电子邮件客户端软件就可以在本地对邮件进行处理,Windows操作系统默认安装的Outlook Express就采用这种工作方式。 实际上,收发邮件使用了两种协议,一种是TCP,用于收发数据;另一种是POP3,用于解析传送的命令。(POP protocol -Post Office Protocol, now
P2PTest
- P2P是Peer-to-Peer的缩写,也叫对等互联或点对点技术。与TCP、UDP不同,P2P并不是一种新的协议,而是利用现有的网络协议实现网络数据或资源信息共享的技术,它使用的可能是TCP,也可能是UDP或者其它协议。使用P2P技术,可以让一台计算机与另一台计算机直接交换数据,通过Internet直接使用对方的文件,而不必像传统的C/S模式全部通过服务器处理。(P2P is the abbreviation of Peer-to-Peer, also called peer to peer o
AsyncTest
- TCP异步编程完整代码,可以看看,适合网络编程入门(TCP asynchronous programming complete code)
apache-tomcat-7.0.52-src
- Tomcat服务器源码,中型服务器软件,可在此web服务器基本上发布一些小型项目(The Tomcat server source code, the medium-sized server software, can publish some small projects on this web server basically.)
UDF_黏温性
- 温度随黏度的变换的一个例子。不同的温度的黏度的不同(An example of the transformation of the temperature with the viscosity.)
httptest
- 实现从给定的URL下载相应的文件,具体的目录结果如下: HttpOperation.cpp HttpOperation.h HTTPserver.cpp HTTPserver.h httptest.cpp(调用文件的开始)(The corresponding files can be downloaded from a given URL. The specific catalogue is as follows: HttpOperation.cpp HttpOperation.h
掌握ThinkPHP5.0数据库和模型-离线版(官方)
- thinkphp5官方 模型 数据库手册离线版(Thinkphp5 official model database manual offline Edition)
UDP
- 基于C#的UDP客户端、服务端,实现基本功能。(UDP Client & Server Demo with C#, to achieve the basic functions.)
qt_TcpIP1_Server
- 自己使用QT写的TCP Server通讯程序(TCP Server communication program written by yourself using QT)
qt_TcpIP1_Client
- 自己使用QT写的TCP Client通讯程序(TCP Client communication program written by yourself using QT)
tcpTools
- 一个简易的TCO/IP调试助手,支持消息互发(A simple TCO/IP debugging assistant, supporting message exchange.)
socket文件传输
- mfc socket文件传输 局域网内文件传输的MFC系统实现,非常简单实用(MFC socket file transfer)