-
邮件发送模块,使用之前需要安装Jmail组件,然后在代码中设置SMTP服务器等信息。...
邮件发送模块,使用之前需要安装Jmail组件,然后在代码中设置SMTP服务器等信息。-E-mail module, prior to use Jmail need to install components, and then in the code set up SMTP server information.
- 2022-04-27 01:00:34下载
- 积分:1
-
使用CSocket建立ftp客户端,通过TCP连接进行文件传输
使用CSocket建立ftp客户端,通过TCP连接进行文件传输-Use CSocket to establish ftp client, through the TCP connection file transfer
- 2022-02-24 20:22:41下载
- 积分:1
-
目前,已经有不少的Sniff工具软件,如Windows环境下,最富盛名的工具是Netxray和Sniffer pro,用它们在 Windows环境下抓包来分析,...
目前,已经有不少的Sniff工具软件,如Windows环境下,最富盛名的工具是Netxray和Sniffer pro,用它们在 Windows环境下抓包来分析,非常方便。在UNIX环境下如Sniffit,Snoop,Tcpdump,Dsniff 等都是比较常见的。这里介绍一个用C语言和网络数据包和分析开发工具libpcap及winpcap实现的简易网络Sniffer。-Currently, there have been numerous Sniff software tools, such as the Windows environment, the most famous tool is the Sniffer pro Netxray and use them in the Windows environment capturing Packet analysis, very convenient. In the UNIX environment as Sniffit, Snoop, Tcpdump, such as Dsniff are relatively common. Presented here with a C language and network packet analysis and the development of tools to achieve libpcap and winpcap Simple Network Sniffer.
- 2022-06-14 10:15:08下载
- 积分:1
-
关于p2p编程的一些资料
关于p2p编程的一些资料-p2p programming on some of the information
- 2023-05-10 23:45:03下载
- 积分:1
-
采用c编写的socket套接字的服务器端程序。接收从客户端发送的信息,并向客户端发送信息。...
采用c编写的socket套接字的服务器端程序。接收从客户端发送的信息,并向客户端发送信息。-The preparation of the socket using c socket server-side program. From the client to receive messages sent to the client send a message.
- 2022-01-26 02:22:53下载
- 积分:1
-
这是一个酒店系统,用Dreamwaver和access数据库做的,包含注册会员、在线预定、介绍酒店房间标准、娱乐设施等功能。...
这是一个酒店系统,用Dreamwaver和access数据库做的,包含注册会员、在线预定、介绍酒店房间标准、娱乐设施等功能。-This is a hotel system, used to do Dreamwaver and access the database containing registered members, online reservations, hotel rooms introduce standard features such as recreational facilities.
- 2022-01-26 06:16:40下载
- 积分:1
-
vc++邮件发送程序
vc++邮件发送程序,通过这些代码可以完全了解邮件的发送过程,邮件发送主要是基于smtp协议,利用pop3接收邮件,可以实现邮件的完整过程调用,通过这些代码可以完全了解邮件的发送过程,邮件发送主要是基于smtp协议,利用pop3接收邮件,可以实现邮件的完整过程调用
- 2022-06-18 08:34:12下载
- 积分:1
-
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network driver bridges, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the Socket bundled IP Port relevant data, by the driver to Socket, application procedures can Socket from the extraction of data received. Network applications through this is the socket for data transmission and reception. TCP and UDP Principle and the work of preparation, how to process the document link. Characters in a chat interface procedures.
- 2022-02-07 17:35:59下载
- 积分:1
-
FTP Connecting To and Retrieving FTP File Listings
FTP Connecting To and Retrieving FTP File Listings
- 2022-01-26 06:23:28下载
- 积分:1
-
取得计算机网卡物理地址的步骤:1)列举所有的网卡2)分别重置每块卡以取得它的正确信息3)查询网卡,取得MAC地址...
取得计算机网卡物理地址的步骤:1)列举所有的网卡2)分别重置每块卡以取得它的正确信息3)查询网卡,取得MAC地址-made computer card physical address steps : 1) lists all the card 2), respectively replacement every piece of card to obtain the correct information 3) card inquiries made MAC address
- 2022-01-25 23:46:29下载
- 积分:1