摘要:
查看正在运行的虚拟机 esxcli vm process list 获取所有注册的虚拟机 vim-cmd vmsvc/getallvms 重启,可以移除掉卡死的任务 /etc/init.d/hostd restart 杀死虚拟机进程 esxcli vm process kill --type= [s 阅读全文
摘要:
在执行npm run build的时候遇到了错误:TypeError: Class extends value undefined is not a constructor or null;而执行npm run serve是可以正常执行的,报错如下: building for production. 阅读全文
摘要:
the PyQt5 5.14.0 is broken because can't not install on resp pi 3 . you can to install a version of PyQt5 that working fine on resp. follow the steps: 阅读全文
摘要:
result="" for (var i = 2; i <= 100; i++) { var xpath = '//*[@id="app"]/div/div[3]/div[1]/div[3]/div/div[2]/div/div[1]/div[1]/div/div/div/div/div/div/d 阅读全文
摘要:
windows @echo off REM 登陆ftp下载文件 set ftpUser=test_user set ftpPass=123456 set ftpIP=192.168.1.205 set ftpFolder=/ set LocalFolder=C:/Users/Administrato 阅读全文