09 2023 档案
摘要:friend(友元):相同Class的各个objects互为friends(友元) class complex{ public: complex (double r = 0, double I = 0) : re (r), im (i) { } //一个对象的成员函数可以调用另一个对象的私有成员变量
阅读全文
摘要:1. 本地下载Openssl(默认安装即可,最后一个将打赏取消勾选) Win32/Win64 OpenSSL Installer for Windows - Shining Light Productions (slproweb.com) 2. 配置环境变量 3. 验证本地Openssl安装 cmd
阅读全文
摘要:1. 安装MQTT的简易服务器集成环境EMQX $wget https://www.emqx.com/zh/downloads/broker/5.1.6/emqx-5.1.6-ubuntu18.04-amd64.deb $sudo apt install ./emqx-5.1.6-ubuntu18.
阅读全文