频道分类
您的位置:网站首页 > 网络

Delphi ShellExecute 发送邮件

usesshellapi;procedureTForm1.Button1Click(Sender:TObject);varem_subject,em_body,em_mail:string;begin…

类别:网络 标签: 作者:admin 日期:2020-11-11 14.33.58

Delphi HTTP POST JSON示例

在您的使用中添加以下库:idSSLopenSSL,idHttp,Json这是POSTJSON数据的示例代码:procedureTForm1.Button…

类别:网络 标签: 作者:admin 日期:2020-11-11 09.58.56

如何在Delphi XE中通过FTP下载文件

uses...IdFTP,IdFTPCommon...procedureTForm1.Button1Click(Sender:TObject);beginIdFTP1.Host:='test.rebe…

类别:网络 标签: 作者:admin 日期:2020-11-11 08.50.22

Delphi TNetHTTPClient Https忽略证书验证

简单记录,有时候会需要用到,记性不好。

类别:网络 标签: 作者:admin 日期:2020-11-04 10.12.50

Delphi IdFTP 错误:Socket error 10054 – connection reset by peer -连接被重置

DelphiIdFTP错误:Socketerror10054–connectionresetbypeer-连接被重置问题场景:连接本地正常,连接远程服…

类别:网络 标签: 作者:admin 日期:2020-11-03 22.51.09

delphi下载网站文件(支持https协议)

一、URLDownloadToFile()函数介绍使用微软提供的URLDownloadToFilefunction函数,函数原型:HRESULTURLDown…

类别:网络 标签: 作者:admin 日期:2020-10-14 18.46.45

Delphi Net.HttpClient正则批量获取网页代码中的数值

programProject1;{$APPTYPECONSOLE}{$R*.res}usesSystem.SysUtils,System.Classes,System.Net.HttpClient,S…

类别:网络 标签: 作者:admin 日期:2020-09-30 08.41.29

Delphi Net.HttpClient用最精简的代码获取网页数据

programProject1;{$APPTYPECONSOLE}{$R*.res}usesSystem.SysUtils,System.Classes,System.Net.HttpClient,S…

类别:网络 标签: 作者:admin 日期:2020-09-30 08.35.09

delphi什么是THttpClient?

什么是THttpClient?

类别:网络 标签: 作者:admin 日期:2020-09-27 21.02.43

Delphi 访问https图片

unitUnit1;interfaceusesWinapi.Windows,Winapi.Messages,System.SysUtils,System.Variants,System.Classes…

类别:网络 标签: 作者:admin 日期:2020-09-08 21.45.30

delphi Upload 上传文件

usesSystem.Net.Mime,System.Net.HttpClient;functionUpload(constaFilePath:string):boolean;varvData:TMu…

类别:网络 标签: 作者:admin 日期:2020-04-09 13.52.21

delphi SendEMail 邮件发送单元

感谢网友分享unitSendEMailLib;interfaceusesWinapi.Windows,System.SysUtils,IdMessage,IdBaseComponent,I…

类别:网络 标签: 作者:admin 日期:2020-04-04 18.41.59

delphi IDHTTP读取网页重定向

unitUnit1;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,Id…

类别:网络 标签: 作者:admin 日期:2020-04-03 07.26.05

DELPHI 检测服务器地址是否有效

利用DELPH的ICMP控件检测服务器地址functionCheckNetServer():Boolean;beginIdIcmpClient1.Host:='192.168.…

类别:网络 标签: 作者:admin 日期:2020-03-28 23.09.11

Delphi 上传文件到七牛,纯原生

纯Delphi原生写的上传到七牛的功能。上传文件到七牛,支持分片分段上传,适用于DelphiXE,10等新版本分两个函…

类别:网络 标签: 作者:admin 日期:2020-03-28 13.41.22

delphi uniGUI HyperServer

uniGUIHyperServer是一种新的服务器体系架构,旨在高度提高uniGUI应用程序的可用性、稳定性和特定的可伸缩性…

类别:网络 标签:uniGUI 作者:admin 日期:2020-03-23 21.30.20

delphi 深入了解uniGUI HyperServer

本文,我们将尝试深入了解uniGUIHyperServer。可以将HyperServer所有功能分成三类:HyperServer和稳定性Hyp…

类别:网络 标签: 作者:admin 日期:2020-03-23 21.29.19

delphi uniGUI 安装和配置HyperServer

总述安装和配置HyperServer非常简单、直接。uniGUI安装程序在..\uniGUI\HyperServer\bin\文件夹(\bin64\用…

类别:网络 标签:uniGUI 作者:admin 日期:2020-03-23 21.27.30

delphi idhttp post json 上传 PHP 接收

前提:PHP端用$_post接收一、delphiidhttppost上传数据时如果使用temp_stream:TStringStream;内存流的方式上…

类别:网络 标签: 作者:admin 日期:2020-03-23 18.29.58

Delphi XE8 用HttpClient下载文件

usesSystem.Net.HttpClient;functionDownloadFile(constURL:string;constfilename:string):boolean;varms:t…

类别:网络 标签: 作者:admin 日期:2020-03-20 23.52.54