背景 需要在虚拟机中使用eNSP并启动防火墙设备USG6000V,eNSP 底层调用的 VirtualBox 虚拟机无法识别到 64 位的 CPU,导致只能以 32 位 (i686) 模式运行,而 USG6000V 镜像必须是 64 位系统才能启动,原因是虚拟机处理器未开启【虚拟化 Intel VT
打开powershell(windows11可直接win+X选择终端管理员) 安装uv powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" 安装bun powershell -c "i
取消勾选3D加速 抓取输入内容优先级选择高 https://www.cnblogs.com/cqszxy2020/p/16684212.html
open-webui部署 docker部署 1.添加国内镜像源(不然下载很慢) # 打开docker镜像配置文件 vi /etc/docker/daemon.json # 配置如下 { "registry-mirrors": [ "https://mirror.ccs
1、切换到root用户 2、获取安装包 wget https://gz.antdb.net/zip/antdb-ce-7.2.24.generic.x86_64.tar.gz 3、解压 tar -zxvf antdb-ce-7.2.24.generic.x86_64.tar.gz 4、安装 cd
滚动组件:defaultSeamlessScroll.vue <script setup> import {ref, onMounted, toRef, defineProps, toRaw} from "vue" import {unref} from "vue-demi"; const pro
/public/config.js,全局配置 const globalConfig = { indexComp1: function() { return this.comp1; } indexComp2: function() { return :this.comp2; } co