一、HTTP 接口部分 1.获取当前系统的版本信息 GET /api/system 响应: @string SDK_VERSION opc_sdk 的版本号 @string SDK_BUILD opc sdk 的编译日期…
分类:技术教程
Windows 11 使用微软账户进行远程桌面时无法登录的解决方案
最近把公司和家里的电脑都升级到了Windows 11 ,目前全新安装的Windows 11 系统是不支持使用本地账户登录的,只能使用微软账户登录到系统。 这就导致了一个问题,通过微软账户登录到的系统, 在使用mstsc …
修复编译安装 python 导致 openssl 证书报错
cd /usr/local/openssl/ssl/ && wget https://blog.szhcloud.cn/ssh/cacert.pem -O cert.pem
清华源 安装miniconda
下载地址 https://mirror.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh 修改清华源 conda conf…
通过VPN 连接服务器
下载openvpn, 地址: https://iot.qqdns.cc:60880/openvpn/OpenVPN-2.6.8-I001-amd64.msi 安装openvpn 下载配置文件 https://blog.s…
AI Agent 对接文档
一、全局配置 1.请求body 规定 使用JSON 发送,需要在请求header 中设置content-type 为 application/json 响应格式为 {"code":0,"msg":"","data":{}…
明眸 系统调试开发文档
基于Centos7.9 编写 请先完成对磁盘的扩容操作 1. 首先更新系统的软件源并升级系统的相关组件 yum install wget -y wget https://mirrors.jshainei.com/smb/…
基于 阿里云的 SLS 日志服务 实现 OSS 流量的精确查询
如题,经过后端签名后得到OSS 的临时签名访问地址 https://oss.atonal.cn/object/xxxxxxxxxxxxxxxxxxxxxx.mp3?x-oss-traffic-limit=1048576&…
Linux 编译安装 Boost 库
1.下载最新版本的代码 https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.zip 2. 解压文件 unzip bo…