摘要: 我的电脑是win10系统。 近期,我安装比特彗星软件时,不幸没注意捆绑软件的选择,导致跟比特彗星一起安装到了电脑中。 我在卸载时,尝试了以下几种方法: 通过win10自带的添加和删除程序,选中RAV Endpoint Protection进行卸载,结果,没有任何反应。 通过win10 cmd命令行( 阅读全文
posted @ 2026-07-18 10:18 星小梦 阅读(230) 评论(0) 推荐(0)
摘要: jdk1.8环境 出现的原因就是原先的java服务启动是root启动的,之后由于安全原因,由Linux子用户进行启动java服务,导致的导出xlsx时出现错误,错误信息如下: java.lang.RuntimeException: java.io.IOException: Permission de 阅读全文
posted @ 2026-05-07 18:18 星小梦 阅读(15) 评论(0) 推荐(0)
摘要: vue2 devtools卡死 阅读全文
posted @ 2026-04-09 18:13 星小梦 阅读(45) 评论(0) 推荐(0)
摘要: 环境 vue3 浏览器,如Chrome 打印方法,使用window.print()函数,win10快捷键Ctrl+P。 js前端打印pdf https://user-images.githubusercontent.com/50699824/211144671-53e3744a-9e36-4c87- 阅读全文
posted @ 2025-12-18 15:00 星小梦 阅读(49) 评论(0) 推荐(0)
摘要: chart数据点重影, echarts Cannot read properties of undefined (reading 'type') 阅读全文
posted @ 2025-12-17 15:52 星小梦 阅读(71) 评论(0) 推荐(0)
摘要: https://github.com/yarnpkg/yarn/issues/9032 出现的错误日志信息: yarn install v1.22.22 [2/4] Fetching packages... info There appears to be trouble with your net 阅读全文
posted @ 2025-11-26 11:09 星小梦 阅读(135) 评论(0) 推荐(0)
摘要: git修改上游地址, git upstream 阅读全文
posted @ 2025-11-19 11:29 星小梦 阅读(38) 评论(0) 推荐(0)
摘要: If the app is running in Docker, will the result obtained by Oshi be information about the operating system or the Docker container oshi oshi.properti 阅读全文
posted @ 2025-11-06 16:29 星小梦 阅读(34) 评论(0) 推荐(0)
摘要: 如果你使用.sh脚本,并且命令是使用脚本里的内容,nohup等命令启动的Java服务。 又并且你是使用了su - username切换过来的终端环境。 原因就是我使用su - zhangsan命令切换到张三的命令终端下, 但是在使用脚本start.sh启动服务时,进程却是以root身份起来的。 .. 阅读全文
posted @ 2025-11-04 18:07 星小梦 阅读(36) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/43126022/docker-is-not-creating-new-container-but-recreates-running-one 大白话就是docker-compose判断服务的依据不同,建议设置compose.x 阅读全文
posted @ 2025-11-03 17:21 星小梦 阅读(22) 评论(0) 推荐(0)