Jonvy

导航

10 2025 档案

包装工位连接断开,终检产品无法进入包装
摘要:在设置了COP规则的产线,如果发生包装工位连接断开,终检产品无法进入包装,问题在于某站的产品KANBAN没有选。 如下图 查询 select * from t_contex where datemodif='20241012' AND contex_param='KANBAN' 发现94站没有KAN 阅读全文

posted @ 2025-10-20 15:22 不亮 阅读(2) 评论(0) 推荐(0)

ubuntu默认桌面解决vnc灰屏
摘要:一、安装vncserver sudo apt-get install tightvncserver 二、创建/关闭端口 # 创建端口 vncserver :1 -geometry 1920x1000 -depth 24 # 关闭端口 vncserver -kill :1 三、解决VNC连接后灰屏 v 阅读全文

posted @ 2025-10-12 17:08 不亮 阅读(10) 评论(0) 推荐(0)

Ubuntu安装tightVNC
摘要:步骤一:安装 Xfce 桌面环境 如果您的 Ubuntu 系统还没有安装 Xfce,您需要先安装它。 sudo apt update sudo apt install xfce4 xfce4-goodies -y 步骤二:配置 VNC 使用 Xfce 如前所述,VNC 通过编辑 ~/.vnc/xst 阅读全文

posted @ 2025-10-11 09:57 不亮 阅读(7) 评论(0) 推荐(0)