-
一个Delphi多线程HTTP代理
应用背景样品:型 ;tcompletionport =类公共的 ; ; ;fhandle:句柄; ; ; ;构造函数创建(dwnumberofconcurentthreads:DWORD); ; ; ;析构函数销毁;覆盖; ; ; ;功能associatedevice(hdevice:句柄;dwcompkey:DWORD):布尔;结束了; ;tacceptthread =类(线)私人的 ; ; ;flistensocket:tsocket; ; ; ;flistenport:字; ; ; ;fclientlist:TList; ; ; ;程序garbagecollect;保护的与公司的流程执行;覆盖;公共的 ; ; ;构造函数创建(alistenport:字);恢复; ; ; ;析构函数销毁;覆盖;结束了;型 ;tclientthread =类(线)公共的与公司的流程执行;覆盖;结束了;型 ;tclient =类私人的 ; ; ;fsocket:tsocket; ; ; ;fevent:句柄; ; ; ;OV:poverlapped;和,缓冲区:指针; ; ; ;A::红衣主教; ; ; ;程序的编写(BUF:指针;尺寸:红衣主教);公共的 ; ; ;foppositeclient:tclient; ; ; ;flastactivity:双;与之,与之建造; ; ; ;析构函数销毁;覆盖; ; ; ;程序连接(要求:字符串);和,程序断开连接; ; ; ;程序完成(dwnumbytes:基数);虚拟;摘要;结束了;关键技术{ tacceptthread }构造函数创建taccep
- 2022-05-08 22:34:54下载
- 积分:1
-
php login script 还不错哦 可以多多参考
初学者参考
php login script 还不错哦 可以多多参考
初学者参考-php login script was pretty good, oh can perhaps refer to reference beginners
- 2023-08-19 01:30:03下载
- 积分:1
-
ASP网站模块,可以以此为模块制作个人网站
ASP网站模块,可以以此为模块制作个人网站-ASP website module, module can be used to produce personal websites
- 2022-05-17 20:24:39下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
自己用标准C++写的ftp客户端
C++标准写的程序协议,根据ftp的标准协议,使用socket编程,实现ftp客户端,能在linux之下与windows下运行。
- 2022-02-20 23:37:16下载
- 积分:1
-
Php version of Fetion reference (http://sourceforge.net/projects/openfetion/) wi...
参考Php版飞信(http://sourceforge.net/projects/openfetion/)用Delphi实现了中国移动飞信2008协议的登录和发短信部分。其它功能并没有实现,不过在此基础上实现起来应该没有难度。
该程序为纯绿色软件,不写注册表,无需Dll文件和配置文件。
程序中用到的SHA1算法源码和TIEHttp控件均来源于网络,感谢二位作者。
使用之前请先注册一个飞信号。
由于很多网友使用的版本是Delphi7+Indy9,因此做了这个Delphi7版的飞信-Php version of Fetion reference (http://sourceforge.net/projects/openfetion/) with Delphi implementation of the 2008 China Mobile Fetion sign the protocol and message part of hair. Other features do not realize, but on this basis should not be difficult to achieve. The program for the pure green software, does not write the registry, without Dll files and configuration files. Procedures used in the SHA1 algorithm and source code control TIEHttp are derived from the network, the authors thank two. Please register before using the signal of a fly. Because a lot of users are using the version of Delphi7+ Indy9, so make this version of Fetion Delphi7
- 2023-03-26 07:45:03下载
- 积分:1
-
java编的邮件客户端,支持pop3,smtp,使用javamail库。
java编的邮件客户端,支持pop3,smtp,使用javamail库。-java series of the mail client, support for pop3, smtp, using JavaMail library.
- 2022-02-06 06:29:06下载
- 积分:1
-
how 10 days Institute asp to see, it is a relatively simple
怎么10天学会asp,看看就知道了,简单易学-how 10 days Institute asp to see, it is a relatively simple
- 2022-04-12 00:11:45下载
- 积分:1
-
这一预测Web服务提供了基础(类似于字典rfc2229)
It provides a base of DICT web service ( similar to DICT rfc2229) and create relative applications (server side,client side), they are all SOAP based.-It provides a base of DICT web service (similar to DICT rfc2229)
and create relative applications (server side, client side), they are
all SOAP based.
- 2022-02-05 12:20:07下载
- 积分:1
-
five jsp source examples include : output, access to the form parameters, access...
五个jsp源代码示例包括:输出、访问表单参数、访问jsp各种参数、cookies、搜索引擎
- 2022-03-23 14:48:08下载
- 积分:1