会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tre2e
博客园
首页
新随笔
联系
订阅
管理
2026年5月14日
Mysql启动报错,Can't create thread to handle bootstrap (errno: 1) Data Dictionary initialization failed The designated data directory /var/lib/mysql/ is unusable.
摘要: # Docker MySQL 8 启动失败问题总结(2026-05-14) ## 🧩 问题现象 在 Docker 中启动 MySQL 8.4 容器时失败,日志如下: Can't create thread to handle bootstrap (errno: 1) Data Dictionary
阅读全文
posted @ 2026-05-14 18:08 tre2e
阅读(0)
评论(0)
推荐(0)
2026年4月3日
Windows wake-on-lan 局域网教程(WoL)
摘要: Windows wake-on-lan 局域网教程 本教程仅在局域网条件下生效。公网唤醒可自行研究。 要确保能通过 wakeonlan <Windows的MAC地址> 成功唤醒 Windows 电脑,你需要从 操作系统、网卡驱动、BIOS/UEFI 三个层面进行正确配置。以下是详细设置步骤: 🙂�
阅读全文
posted @ 2026-04-03 13:17 tre2e
阅读(427)
评论(0)
推荐(0)
2025年12月17日
打包APK
摘要: 打包APK 在菜单Build下找到Generate signed App bundle or APK对应用进行打包。但在打包之前,我们还想尽量优化一下apk文件,比如压缩一下体积,混淆代码,制作封面等。 首先来到manifest.xml文件里看看 在<application>里我们能看到这样一串 <
阅读全文
posted @ 2025-12-17 22:51 tre2e
阅读(17)
评论(0)
推荐(0)
2025年11月12日
尝试 Spring Boot + MyBatis Plus 实现简单CRUD,结果报错Invalid bean definition
摘要: 尝试 Spring Boot + MyBatis Plus 实现简单CRUD 在启动应用时,报错 Invalid bean definition with name 'userMapper' defined in file [D:\Users\Programing\JavaWeb\MySpringB
阅读全文
posted @ 2025-11-12 21:13 tre2e
阅读(13)
评论(0)
推荐(0)
2025年9月26日
Chocolatey工具
摘要: Chocolatey工具 Linux有apt,mac有brew,Windows有什么? Windows有巧克力!😎😎😎 Chocolatey是一款开源的专注于Windows的包管理工具,用Chocolatey可以简单便捷的安装各种应用。有多便捷?一句话就行了。😋😋😋 先安装 Chocol
阅读全文
posted @ 2025-09-26 13:34 tre2e
阅读(37)
评论(0)
推荐(0)
2025年6月23日
临时开启端口公网访问
摘要: 临时开启端口公网访问 有时需要给别人做项目汇报,或者演示项目时,常常困于如何让别人访问。 cloudflared tunnel 工具可以很好的解决这一点。 通过安装 cloudflared tunnel 工具, https://developers.cloudflare.com/cloudflare
阅读全文
posted @ 2025-06-23 17:38 tre2e
阅读(56)
评论(0)
推荐(0)
公告