摘要: jdk1.8环境 出现的原因就是原先的java服务启动是root启动的,之后由于安全原因,由Linux子用户进行启动java服务,导致的导出xlsx时出现错误,错误信息如下: java.lang.RuntimeException: java.io.IOException: Permission de 阅读全文
posted @ 2026-05-07 18:18 星小梦 阅读(2) 评论(0) 推荐(0)
摘要: vue2 devtools卡死 阅读全文
posted @ 2026-04-09 18:13 星小梦 阅读(15) 评论(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 星小梦 阅读(34) 评论(0) 推荐(0)
摘要: chart数据点重影, echarts Cannot read properties of undefined (reading 'type') 阅读全文
posted @ 2025-12-17 15:52 星小梦 阅读(55) 评论(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 星小梦 阅读(124) 评论(0) 推荐(0)
摘要: git修改上游地址, git upstream 阅读全文
posted @ 2025-11-19 11:29 星小梦 阅读(31) 评论(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 星小梦 阅读(29) 评论(0) 推荐(0)
摘要: 如果你使用.sh脚本,并且命令是使用脚本里的内容,nohup等命令启动的Java服务。 又并且你是使用了su - username切换过来的终端环境。 原因就是我使用su - zhangsan命令切换到张三的命令终端下, 但是在使用脚本start.sh启动服务时,进程却是以root身份起来的。 .. 阅读全文
posted @ 2025-11-04 18:07 星小梦 阅读(32) 评论(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 星小梦 阅读(20) 评论(0) 推荐(0)
摘要: xxl-job放到docker容器中,相应的执行器也放到了容器中,但是监控执行器的日志,频繁的抛出xxl-job provider netty_http server caught exception异常,不解。 如下的错误信息: 11:08:05.383 [nioEventLoopGroup-5- 阅读全文
posted @ 2025-11-03 11:19 星小梦 阅读(185) 评论(3) 推荐(0)