-
关于vc网络编程的几个例子包括 收发送电子邮件、FTP上传下载、WINSOCK...
关于vc网络编程的几个例子包括 收发送电子邮件、FTP上传下载、WINSOCK-UDP、WINSOCK-TCP-vc network programming on a few examples, including resumption send e-mail, FTP upload download, WINSOCK- UDP, WINSOCK-TCP, etc.
- 2023-08-22 10:20:03下载
- 积分:1
-
基于udp通信的客户端源代码,可以与基于udp通信的服务器端实现通话...
基于udp通信的客户端源代码,可以与基于udp通信的服务器端实现通话-server for udp communication
- 2023-05-11 19:00:04下载
- 积分:1
-
用delphi设计的代理服务器,是很好的学习的例子.
用delphi设计的代理服务器,是很好的学习的例子.-with delphi design proxy server, is a good example of learning.
- 2023-01-24 02:45:03下载
- 积分:1
-
CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实...
CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify this, the analytical data reported by the UDP with a base class. This type of packaging based SOCK_DGRAM the most basic operation. This provides two types of work, is a practical and UDP data processing function of tight coupling, it needs to achieve through inheritance, as set workmode auto_receive (see SetWorkdMode), the other is directly emerging as a separate object, users need to use this member function since Recv others receiving data processing.
- 2023-07-22 21:35:02下载
- 积分:1
-
一个PHP Class ,能获得你的IP位置 /******* sample ***** $ipdata=new get_by_ip echo str_repe...
一个PHP Class ,能获得你的IP位置 /******* sample ***** $ipdata=new get_by_ip echo str_repeat("-=", 10)."" echo $ipdata->msg echo str_repeat("-=", 10)."" echo $ipdata->ip."" echo $ipdata->host."" echo $ipdata->netname."" echo $ipdata->country."" echo $ipdata->person."" echo $ipdata->address."" echo $ipdata->phone."" echo $ipdata->email."" ******* sample *****/-a PHP Class will have access to your IP position /******* sample***** $ ipdata = new get_by_ip echo str_repeat ("-=", 10). "Lt; Brgt; lt; brgt; "echo $ ipdata- gt; msg echo str_repeat ("-=", 10). "lt; brgt; lt; brgt; "echo $ ipdata- gt; ip. "lt; brgt; "echo $ ipdata- gt; host. "lt; brgt; "echo $ ipdata- gt; netname. "lt; brgt; "echo $ ipdata- gt; country. "lt; brgt; "echo $ ipdata- gt; person. " lt; brgt; "e
- 2022-12-14 07:00:03下载
- 积分:1
-
DELPHI编写仿PS的部分功能,值得参考。
DELPHI编写仿PS的部分功能,值得参考。-DELPHI part of the preparation of imitation PS function, it is also useful.
- 2022-03-24 20:09:24下载
- 积分:1
-
java聊天室注册界面,可以解决聊天室登陆用户注册功能,有用户,密码等资料!...
java聊天室注册界面,可以解决聊天室登陆用户注册功能,有用户,密码等资料!-java chat room registration interface can be resolved landing chat room users to register functions, user, password, etc.!
- 2022-05-27 12:14:02下载
- 积分:1
-
文件管理:可以浏览某目录下的文件和目录,并对其进行操作(编辑,删除,打包,解压等),还可以进行定义操作。支持多文件上传,新建目录和文件 邮件发送:发送email...
文件管理:可以浏览某目录下的文件和目录,并对其进行操作(编辑,删除,打包,解压等),还可以进行定义操作。支持多文件上传,新建目录和文件 邮件发送:发送email给某人 数据管理:mysql数据备份和导入,编辑数据表(含浏览数据、修改、删除、新增记录等),数据表的优化、检查、分析、清空和删除(可批量操作),查看数据表占用空间(包括各表的记录,大小,建立时间,更新时间)等 系统参数:查看php环境参数、mysql参数,状态 系统设置:修改程序运行参数 网站统计:可以统计你的网站的访客浏览了那些页面,从哪里跳转来的,他们的ip和ip所在地是多少,一天共浏览了多少页面和有多少ip浏览了你的网站-document management : can browse a directory of files and directories, and its operations (edit, delete, packing and decompression, etc.) can also be used for operational definition. Support multiple file uploads, new directories and files mail : Send email to a person data management : mysql data backup and import, edit data tables (including data browsing, modify, delete, new records, etc.), data tables optimization, inspection, analysis, emptied and delete ( Batch can operate), view the data in table occupy space (including the table of records, size, creation time and update time) system parameters : View php environmental parameters, mysql parameters, the state system settings : to amend t
- 2023-03-04 23:30:04下载
- 积分:1
-
windows mobile 网络接入点配置
windows mobile 网络接入点配置-windows mobile network access point configuration
- 2022-06-01 10:16:17下载
- 积分:1
-
这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。...
这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to test the local loop.
- 2022-01-26 02:22:56下载
- 积分:1