-
用C#开发实现SMTP相关技术,能接收到带附件的邮件服务功能.
用C#开发实现SMTP相关技术,能接收到带附件的邮件服务功能.-C# development over SMTP related technologies, will receive e-mail with attachments and service functions.
- 2022-03-19 08:04:38下载
- 积分:1
-
上传组件
aspupload
- 2022-12-14 23:15:03下载
- 积分:1
-
聊天室 (服务和客户端)
这是一个套接字程序,你可以互相聊天。首先,你要在您的服务器 server.c。然后你执行 client.c 类型的 ip 地址,这个地址服务器 setting.when 你成功登录到网上聊天室里,您可以键入看到什么命令程序的帮助。在结束时,你可以聊天和那个家伙一起谁登录到相同的聊天室服务器。
- 2022-02-12 01:56:47下载
- 积分:1
-
本程序查询网络和显示域名/服务器/工作站结构…
This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine!
查询网络,显示 域/服务器/工作站的结构,它也显示用户,并将信息发送到指定的PC,只能在NT 4上工作
-This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine! Inquiries Network show Domain/server/workstation in the structure, it also shows users and the information is sent to a designated PC, it can only work on NT 4
- 2022-02-14 20:40:32下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
一个好的爬行
一个不错的爬虫程序,可以下载制定网页的内容。-a good crawl
- 2023-01-24 11:15:04下载
- 积分:1
-
此程序可以实现获取网卡地址的功能,开发环境VC
此程序可以实现获取网卡地址的功能,开发环境VC-This procedure can achieve access to the network card address function, development environment, VC
- 2022-02-14 01:15:14下载
- 积分:1
-
本程序是网络编程的一部分,套接字编程文件传输,…
本程序是网络编程部分,Socket编程实现文件传输,用java语言实现。-this procedure is part of network programming, Socket Programming file transfer, using java language.
- 2022-09-12 16:50:02下载
- 积分:1
-
这是一个单用户的留言本,用ASP写成,适合个人网站使用!
这是一个单用户的留言本,用ASP写成,适合个人网站使用!-This is a single-user of the message, written in ASP, for the use of personal website!
- 2022-01-27 08:47:11下载
- 积分:1
-
CC1000 projects
这是CC1000模块的项目。请努力掌握它。如果你有任何问题,你可以写电子邮件给我问。所以我的目的是设计两个煤矿系统设备之间的射频协议传输标签,可能是:电信,电话,识别系统。
- 2022-04-16 10:40:10下载
- 积分:1