会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
2025年5月3日
解决 VirtualBox 内核模块安装问题
摘要: fix kernel error uname -r sudo dnf install kernel-uek-devel-$(uname -r) sudo dnf install kernel-uek-devel fix VMSetError: VT-x is disabled in the BIOS
阅读全文
posted @ 2025-05-03 12:02 renguanyu
阅读(37)
评论(0)
推荐(0)
2025年4月16日
ReNamer 批量重命名工具
摘要: https://www.den4b.com/products/renamer
阅读全文
posted @ 2025-04-16 17:17 renguanyu
阅读(16)
评论(0)
推荐(0)
2025年2月24日
Tabby - a terminal for a more modern age
摘要: https://tabby.sh/ https://github.com/Eugeny/tabby
阅读全文
posted @ 2025-02-24 20:54 renguanyu
阅读(17)
评论(0)
推荐(0)
2025年2月6日
eclipse Thymeleaf 插件 不提示
摘要: 切成jee视图 就可以正常提示了,不能用java视图
阅读全文
posted @ 2025-02-06 13:49 renguanyu
阅读(8)
评论(0)
推荐(0)
2025年1月26日
java key tool
摘要: 工具 key 可视化 kse https://github.com/kaikramer/keystore-explorer 资料 https://blog.csdn.net/w47_csdn/article/details/87564029
阅读全文
posted @ 2025-01-26 12:09 renguanyu
阅读(19)
评论(0)
推荐(0)
2025年1月22日
将javafx打包到安卓手机的调查研究
摘要: 官方示例库,可运行 https://github.com/gluonhq/gluon-samples 想运行点击图片中的按钮 注:Windows中无法打包安卓包,看文档说是需要将代码放到Linux中打包(https://docs.gluonhq.com/#platforms_android_samp
阅读全文
posted @ 2025-01-22 09:44 renguanyu
阅读(33)
评论(0)
推荐(0)
2024年12月4日
java 网络代理
摘要: j8 String proxyHost = "127.0.0.1"; String proxyPort = "8080"; System.setProperty("http.proxyHost", proxyHost); System.setProperty("http.proxyPort", pr
阅读全文
posted @ 2024-12-04 09:52 renguanyu
阅读(19)
评论(0)
推荐(0)
2024年11月15日
计算机世界的调用主权的历史演化进程
摘要: 
阅读全文
posted @ 2024-11-15 07:55 renguanyu
阅读(10)
评论(0)
推荐(0)
2024年11月4日
SSH 转发 多级
摘要: ssh guanyu.ren@192.168.1.100 -p 22 -i "d:\key\test.pam" -L 122:192.168.1.101:22 ssh ubuntu@localhost -p 122 -L 3306:localhost:3306 -L 8080:localhost:8
阅读全文
posted @ 2024-11-04 20:22 renguanyu
阅读(9)
评论(0)
推荐(0)
2024年11月2日
STS 优化
摘要: https://spring.io/tools
阅读全文
posted @ 2024-11-02 20:11 renguanyu
阅读(9)
评论(0)
推荐(0)
下一页
公告