上一页 1 2 3 4 5 6 7 8 ··· 171 下一页
摘要: 一,安装sudo包: pkg install sudo 二,把用户加入到wheel组 用root账号执行 pw groupmod wheel -m sammy 三,注意:把sudoers中wheel权限放开 配置文件: /usr/local/etc/sudoers chmod 755 sudoers 阅读全文
posted @ 2025-10-25 14:44 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0)
摘要: 一、创建用户级源目录: mkdir -p /usr/local/etc/pkg/repos 二,创建用户级源文件(中国科学技术大学开源软件镜像站) # vim /usr/local/etc/pkg/repos/ustc.conf 写入以下内容 ustc: { url: "pkg+http://mir 阅读全文
posted @ 2025-10-25 14:44 刘宏缔的架构森林 阅读(31) 评论(0) 推荐(0)
摘要: 一,安装所需的库 pkg install xorg sddm kde wqy-fonts 二,配置 # service dbus enable # 用于桌面环境的进程间通信 # service sddm enable # SDDM 登录管理器 pw groupmod wheel -m 用户名 sdd 阅读全文
posted @ 2025-10-25 14:44 刘宏缔的架构森林 阅读(20) 评论(0) 推荐(0)
摘要: # pkg install xf86-video-vmware open-vm-tools xf86-input-vmmouse open-vm-kmod 阅读全文
posted @ 2025-10-25 14:43 刘宏缔的架构森林 阅读(4) 评论(0) 推荐(0)
摘要: 切换到项目目录下,执行npm install即可 $ cd /data/vue/my-vue-app/ $ npm install 阅读全文
posted @ 2025-10-25 14:43 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0)
摘要: 进入项目目录后执行: $ go mod tidy 然后就可以执行run或build了 阅读全文
posted @ 2025-10-25 14:43 刘宏缔的架构森林 阅读(4) 评论(0) 推荐(0)
摘要: 一,加入 Video 组 # pw groupmod video -m 你的用户名 二,安装 Intel 核显驱动 # pkg install drm-61-kmod 三,配置intel核显驱动 # sysrc -f /etc/rc.conf kld_list+=i915kms 阅读全文
posted @ 2025-10-17 11:01 刘宏缔的架构森林 阅读(12) 评论(0) 推荐(0)
摘要: 一,报错信息: vue ResizeObserver loop completed with undelivered notifications. 如图:我没有专门截图,转一张别人发的 二,原因 ResizeObserver 警告解释这条警告源于 ResizeObserver 的实现机制。它表示监听 阅读全文
posted @ 2025-10-05 11:23 刘宏缔的架构森林 阅读(116) 评论(0) 推荐(0)
摘要: 一,如图: 二,去掉: 在相应页面添加样式即可 :deep(.el-tooltip__trigger:focus-visible) { outline: none; } 阅读全文
posted @ 2025-09-27 17:06 刘宏缔的架构森林 阅读(20) 评论(0) 推荐(0)
摘要: axios $ npm install --save axios element-plus $ npm install element-plus --save mitt $ npm install -S mitt nprogress $ npm install nprogress --save vu 阅读全文
posted @ 2025-09-27 17:06 刘宏缔的架构森林 阅读(8) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 171 下一页