03 2020 档案
Delphi XE 10.3.3 RSA 签名(IdSSLOpenSSLHeaders)
摘要:unit Unit1; interface uses System.NetEncoding, IdGlobal, IdSSLOpenSSL, IdSSLOpenSSLHeaders, EncdDecd, Winapi.Windows, Winapi.Messages, System.SysUtils 阅读全文
posted @ 2020-03-24 13:53 redhat588 阅读(1994) 评论(1) 推荐(0)
Delphi XE 与 Delphi 7 转换
摘要:str:string; Pchar(str)等于PAnsiChar(AnsiString(str)); 阅读全文
posted @ 2020-03-23 13:16 redhat588 阅读(414) 评论(0) 推荐(0)
Delphi Xe 10.3 钉钉SDK开发——审批流接口(获取表单ProcessCode)
摘要:开发钉钉审批流时,需要用到钉钉表单的Processcode,有两种方法 : 一、手动获取: 管理员后台——审批——找到对应的表单:如图: ProcessCode后面就是了! 二、接口获取:今天的重点,不说了,直接上代码。 function TDingtalkNew.GetProcessCode(Pr 阅读全文
posted @ 2020-03-12 09:23 redhat588 阅读(2562) 评论(2) 推荐(0)
Delphi XE XML信息的读取
摘要:<?xml version="1.0" encoding="utf-8"?> <ConString> <Item> <Name/> <Type>C</Type> <Value> <Option>3301</Option> </Value> </Item> <Item> <Name/> <Type>C 阅读全文
posted @ 2020-03-11 08:36 redhat588 阅读(798) 评论(0) 推荐(0)