代码搜索:idhttp
找到约 153 项符合「idhttp」的源代码
代码结果 153
www.eeworm.com/read/251351/12351843
~9~ downloader.dpr.~9~
program Downloader;
{$APPTYPE CONSOLE}
uses
SysUtils,
Classes,
idhttp;
var
http : TIdHTTP;
s : tstringlist;
MyStream:TMemoryStream;
fin : boolean;
i : integer;
begin
www.eeworm.com/read/251351/12351902
~8~ downloader.dpr.~8~
program Downloader;
{$APPTYPE CONSOLE}
uses
SysUtils,
Classes,
idhttp;
var
http : TIdHTTP;
s : tstringlist;
MyStream:TMemoryStream;
fin : boolean;
i : integer;
begin
www.eeworm.com/read/251351/12351915
~10~ downloader.dpr.~10~
program Downloader;
{$APPTYPE CONSOLE}
uses
SysUtils,
Classes,
idhttp;
var
http : TIdHTTP;
s : tstringlist;
MyStream:TMemoryStream;
fin : boolean;
i : integer;
fn :
www.eeworm.com/read/250617/12396509
pas untglobal.pas
unit untGlobal;
interface
uses SysUtils, StrUtils, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdHTTP;
Type
TUrl = record
Server: string;
Port: integer;
Url: s
www.eeworm.com/read/116418/14972275
pas findth.pas
unit FindTh;
interface
uses
Classes, IdComponent, SysUtils, IdHTTP;
type
TFindWebThread = class(TThread)
protected
Addr, Text, Status: string;
procedure Execute; override;
www.eeworm.com/read/115993/14993743
pas findth.pas
unit FindTh;
interface
uses
Classes, IdComponent, SysUtils, IdHTTP;
type
TFindWebThread = class(TThread)
protected
Addr, Text, Status: string;
procedure Execute; override;
www.eeworm.com/read/380043/2664434
pas findth.pas
unit FindTh;
interface
uses
Classes, IdComponent, SysUtils, IdHTTP;
type
TFindWebThread = class(TThread)
protected
Addr, Text, Status: string;
procedure Execute; override;
www.eeworm.com/read/336165/12468610
pas findth.pas
unit FindTh;
interface
uses
Classes, IdComponent, SysUtils, IdHTTP;
type
TFindWebThread = class(TThread)
protected
Addr, Text, Status: string;
procedure Execute; override;
www.eeworm.com/read/427219/8965735
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,
IdHTTP, Button
www.eeworm.com/read/176279/9509794
pas threadcanmult.pas
unit ThreadCanMult;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,IdHTTP;
type
TThreadCanMult = class(TThread)
FURL:string;
complete:boolean;
priva