摘要: Ubuntu22.04 全程root用户 安装vnc和图形化界面 # 更新 apt update # 安装桌面环境 sudo apt install xfce4 xfce4-goodies # 安装vncserver apt install tightvncserver 安装noVNC git cl 阅读全文
posted @ 2023-09-22 14:19 anyiya 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Ubuntu22.04 全程root用户 安装 apt update apt install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common curl -fsSL https://d 阅读全文
posted @ 2023-09-22 14:14 anyiya 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Ubuntu22.04 全程root用户 一、安装 apt-get install -y openjdk-11-jdk # 将存储库密钥添加到系统 wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key 阅读全文
posted @ 2023-09-22 14:11 anyiya 阅读(12) 评论(0) 推荐(0) 编辑
摘要: main.py负责接收请求,异步起线程调用高度离散的B(a、b、c...).py类文件,B(a、b、c...).py类文件在执行结束后会统一调用C.py文件中的一个函数规范处理结果,C.py本来的用途是解耦提高代码复用,但在高并发情况下出现了数据冲突的问题。即只有B(a).py才会产生的结果给写进了 阅读全文
posted @ 2023-09-22 11:01 anyiya 阅读(93) 评论(0) 推荐(0) 编辑