发布时间:2023-05-27 19:00
1.1 下载xfce:https://sourceforge.net/projects/vcxsrv/
1.2 启动配置
2.1 安装Ubuntu20.04桌面:
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install xfce4
2.2 配置IP地址:
跟目录下执行:
vim bashrc
export DISPLAY=192.168.0.1:0
生效:
source ~/.bashrc
注意:冒号后边必须加:0
2.3 启动服务
source /opt/ros/foxy/setup.bash
startxfce4
2.4 运行演示
js 普通函数和es6箭头函数的区别以及箭头函数的注意事项、不适用场景
Python项目案例开发从入门到实战-1.2 Python语法基础
纯手写实现 Vue3 & 原理解析:setup环境 & reactive函数 & effect函数(一)
如何用Arduino IDE开发9.9元的合宙LuatOS ESP32C3开发板?
C++输入3个字符串,按由小到大的顺序输出(用指针方法处理),VS2017strcpy使用与strcpy_s使用
【GitHub】记一次给 docusaurus 官方提交 pull request 的过程
CTC Algorithm Explained Part 1:Training the Network(CTC算法详解之训练篇)