-
POP3_EXAMPLE
Pop3客户端接收信件的整个流程:
1。连接到pop3服务器(默认端口110)
2。发送用户名(user)
3。发送密码(pass)
4。查询当前邮箱状态(stat)
5。查询服务器上所有邮件UID列表(UIDL)
6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的)
7。对所有新邮件查询其大小(LIST)
8。下载所有新邮件(RETR)利用List提供的邮件大小信息
9。如果有必要,对所有新邮件标志为删除(DELE)
10。结束对话(QUIT)
11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
- 2021-01-03 19:38:55下载
- 积分:1
-
JT-808.pdf
车载GPS国家标准,JT-808协议规定了车载设备必须上传的相关定位数据(national stand for car)
- 2015-11-09 14:51:23下载
- 积分:1
-
GPS
只对未知点设立未知参数的高程网与GPS基线网平差(Only the establishment of unknown parameters elevation network and GPS baseline network adjustment of the unknown point)
- 2017-01-09 13:48:51下载
- 积分:1
-
SSHClient
Windows系统下,SSH加密机制,用户身份认证代码,主要用于检测用户弱口令。(Windows OS,SSH encrypt,check the user s password on line.)
- 2013-11-12 17:01:31下载
- 积分:1
-
SCIPC
上位机串口通信程序带电机控制程序界面(PC serial communication program with motor control programming interfaces.)
- 2006-06-09 16:07:47下载
- 积分:1
-
C# QQ自动登陆 例子源码下载
C# QQ自动登陆 例子源码下载
- 2013-10-26下载
- 积分:1
-
COMTools_v2.0
C# 串口调试助手源代码。检测串口通信,能通过界面修改com的各项参数的设置,增加实现16进制的发送和接收(COM Tools Source code which is written in C#)
- 2013-05-06 21:12:34下载
- 积分:1
-
TDM.Collector.PressureServices
能够监控到本机Mysql产生最新的数据,用API接口发送到服务器。
程序采用Windows服务,开机便会自动运行,实时监控上传(It can monitor local Mysql to produce the latest data and send it to the server with API interface.
The program uses Windows service, it will run automatically when it starts, and real-time monitor and upload.)
- 2020-06-19 17:40:02下载
- 积分:1
-
SetThreadContext
This code is the simple SetThreadContext code.
This is suitable for beginner of Visual C++.
- 2010-07-28 14:37:36下载
- 积分:1
-
Np驱动源码
说明: 读写游戏内存,可以读写任意游戏进程信息,居家旅行必备工具(Read and write game memory, can read and write any game process information)
- 2020-08-12 16:18:26下载
- 积分:1