代码改变世界

随笔档案-2020年06月

用c++Builder 怎么获取html内容

2020-06-24 13:33 by su_hq, 485 阅读, 收藏,
摘要: https://zhidao.baidu.com/question/987621988648642499.html CppWebBrowser的使用三 获取表单内容bai主要函du数如下:AnsiString __fastcall TMainForm::GetFormValue(TCppWebBro 阅读全文

idhttp+tidmultpartfromdatastream

2020-06-22 08:42 by su_hq, 346 阅读, 收藏,
摘要: 参阅:https://www.cnblogs.com/ClaireWu/p/12487028.html function xxx.UploadFile(const sAccessToken, sFile, sFileType: string):string; var IdHttp: TIdHTTP; 阅读全文

FDConnection1断网后自动重连

2020-06-16 21:49 by su_hq, 458 阅读, 收藏,
摘要: void __fastcall TFireDM::FDConnection1Recover(TObject* ASender, TObject* AInitiator, Exception* AException, TFDPhysConnectionRecoverAction &AAction){ 阅读全文

cmark编译rabbitmq

2020-06-15 20:24 by su_hq, 248 阅读, 收藏,
摘要: 首先:下载https://github.com/alanxz/rabbitmq-c 注意路径\需要改为/ //Path to a library.LIB_EAY:FILEPATH=E:/sdk/OpenSSL-Win32/lib/libcrypto_static.lib //Path to a fi 阅读全文

openssl安装包地址

2020-06-15 20:04 by su_hq, 639 阅读, 收藏,
摘要: https://slproweb.com/products/Win32OpenSSL.html 阅读全文

idhttp访问https

2020-06-07 20:46 by su_hq, 539 阅读, 收藏,
摘要: 包括两个 dll 文件:ssleay32.dll 和 libeay32.dll; 在rad安装目录下bin下的subversion下有这两个文件。 直接放到你的程序编译好的 EXE 相同文件夹底下就可以了。 运行期你的程序会自动加载这两个 DLL 完成 SSL 的功能。 设计期,拖一个 TIdSSL 阅读全文