03 2024 档案

摘要:参考: 公网环境下使用VNC远程连接Ubuntu系统桌面 https://blog.csdn.net/qq_63320529/article/details/134506820 apt 更新一下 sudo apt update sudo apt upgrade 使用 xfce 界面 安装 light 阅读全文
posted @ 2024-03-29 18:12 fieldtianye 阅读(48) 评论(0) 推荐(0) 编辑
摘要:HTTPS证书生成和配置 1:创建服务器私钥 openssl genrsa -des3 -out server.key 2048 输入密码:password 2:创建签名请求的证书(CSR) openssl req -new -key server.key -out server.csr 3:加载S 阅读全文
posted @ 2024-03-10 11:48 fieldtianye 阅读(744) 评论(0) 推荐(0) 编辑
摘要:Golang 执行shell命令 参考: go语言执行外部程序-标准库os/exec使用举例 https://blog.csdn.net/hsy12342611/article/details/131478879 go语言执行系统命令 - 标准库os/exec详解 https://blog.csdn 阅读全文
posted @ 2024-03-07 15:29 fieldtianye 阅读(829) 评论(0) 推荐(0) 编辑
摘要:参考: Android模拟点击的四种方式 https://blog.csdn.net/eclipsexys/article/details/38661237 ADB控制模拟操作 ADB中通过input来实现,用于输入 touch,key等事件: The sources are: trackball 阅读全文
posted @ 2024-03-06 14:48 fieldtianye 阅读(201) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示