2024年7月31日

摘要: #include <iostream> using namespace std; #include <string.h> #include <stdio.h> /*去掉右边的空格*/ char* rtrim(char* str) { int len = 0; int i = 0; len = str 阅读全文
posted @ 2024-07-31 22:07 lydstory 阅读(51) 评论(0) 推荐(0)
摘要: 1.更新包列表:sudo apt update2.安装Apache2:sudo apt install apache23.安装PHP:sudo apt install php libapache2-mod-php4.重启Apache服务以加载PHP模块:sudo systemctl restart 阅读全文
posted @ 2024-07-31 20:10 lydstory 阅读(223) 评论(0) 推荐(0)
摘要: 一、远程调试需求 远程调试架构图 需求说明 为统一方便对硬件主板、开发板的接口管理,尽量将硬件主板、开发板对外接口转成USB接入usbserver服务器使用; 通过公司内部VPN对外进行连接,usbserver服务器后台管理平台需接入VPN后才能访问使用,外网每台工作笔记本/台式机在使用时,对硬件主 阅读全文
posted @ 2024-07-31 19:42 lydstory 阅读(45) 评论(0) 推荐(0)

导航