会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
刘宏缔的架构森林
专注架构的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
44
45
46
47
48
49
50
51
52
···
214
下一页
2025年10月17日
freebsd14:安装intel核显驱动
摘要: 一,加入 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 刘宏缔的架构森林
阅读(76)
评论(0)
推荐(0)
2025年10月5日
vue: 报错: vue ResizeObserver loop completed with undelivered notifications.
摘要: 一,报错信息: vue ResizeObserver loop completed with undelivered notifications. 如图:我没有专门截图,转一张别人发的 二,原因 ResizeObserver 警告解释这条警告源于 ResizeObserver 的实现机制。它表示监听
阅读全文
posted @ 2025-10-05 11:23 刘宏缔的架构森林
阅读(648)
评论(0)
推荐(0)
2025年9月27日
element-plus: el-dropdown在获得焦点时有蓝色边框
摘要: 一,如图: 二,去掉: 在相应页面添加样式即可 :deep(.el-tooltip__trigger:focus-visible) { outline: none; }
阅读全文
posted @ 2025-09-27 17:06 刘宏缔的架构森林
阅读(69)
评论(0)
推荐(0)
vue: 常用库的安装
摘要: 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 刘宏缔的架构森林
阅读(15)
评论(0)
推荐(0)
mysql: 报错:SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client
摘要: 一,报错信息 SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client 二,原因 SHOW VARIABLES LIKE 'default_authentication_plugin
阅读全文
posted @ 2025-09-27 17:06 刘宏缔的架构森林
阅读(178)
评论(0)
推荐(0)
php安装:make时报错:make: *** [Makefile:747: ext/openssl/openssl.lo] Error 1
摘要: 一,报错信息: make: *** [Makefile:747: ext/openssl/openssl.lo] Error 1 二,问题原因 查看当前服务器上的openssl库的版本: # rpm -qa | grep openssl openssl-libs-3.2.2-6.el9.x86_64
阅读全文
posted @ 2025-09-27 17:06 刘宏缔的架构森林
阅读(160)
评论(0)
推荐(0)
vue: ubuntu安装vue环境
摘要: 一,官网: https://nodejs.org/en/download 二,安装: # Download and install nvm: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
阅读全文
posted @ 2025-09-27 17:06 刘宏缔的架构森林
阅读(2355)
评论(0)
推荐(0)
2025年9月20日
gin: vipper解析yaml配置文件
摘要: 一,安装第三方库 $ go get github.com/spf13/viper go: downloading github.com/spf13/viper v1.21.0 go: downloading github.com/fsnotify/fsnotify v1.9.0 go: downlo
阅读全文
posted @ 2025-09-20 09:52 刘宏缔的架构森林
阅读(30)
评论(0)
推荐(0)
gin: 用gorm连接到mysql数据库
摘要: 一,安装用到的第三方库 官网地址: https://gorm.io/ 安装gorm: $ go get -u gorm.io/gorm go: downloading gorm.io/gorm v1.30.5 go: downloading golang.org/x/text v0.29.0 go:
阅读全文
posted @ 2025-09-20 09:52 刘宏缔的架构森林
阅读(106)
评论(0)
推荐(0)
安装crmeb
摘要: 一,官网: https://www.crmeb.com/xiazai 代码站: https://gitee.com/ZhongBangKeJi/CRMEB 安装参考文档地址: https://doc.crmeb.com/single_open/open_v54/20389 二,下载 用git命令下载
阅读全文
posted @ 2025-09-20 09:52 刘宏缔的架构森林
阅读(151)
评论(0)
推荐(0)
上一页
1
···
44
45
46
47
48
49
50
51
52
···
214
下一页
公告