随笔分类 -  错误记录

开发遇到的报错记录下来,后面再研究成因,整理
摘要:File name 'e:/java/xxx/myapp/node_modules/@ant-design/pro-components/es/index.d.ts' differs from already included file name 'e:/java/xxx/myapp/node_mo 阅读全文
posted @ 2026-03-27 19:29 曦灰 阅读(3) 评论(0) 推荐(0)
摘要:java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.lo 阅读全文
posted @ 2026-03-24 19:56 曦灰 阅读(3) 评论(0) 推荐(0)
摘要:java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x070x120x010x000x070x0e0x030x03}0xd10xc60xb00x8f0x8d0xc50xedB 阅读全文
posted @ 2026-03-21 23:10 曦灰 阅读(4) 评论(0) 推荐(0)
摘要:ant design pro V6最新版,选择的是simple版本,install时报错如下: npm error code ERESOLVE npm error ERESOLVE could not resolve npm error npm error While resolving: @ant 阅读全文
posted @ 2026-03-15 16:35 曦灰 阅读(9) 评论(0) 推荐(0)
摘要:创建git本地仓库的时候报错:error: pathspec 'init'' did not match any file(s) known to git E:\java\project>git init Reinitialized existing Git repository in E:/jav 阅读全文
posted @ 2026-03-11 18:39 曦灰 阅读(3) 评论(0) 推荐(0)
摘要:问题描述: springboot+vue前后端分离项目,本地正常,jar包运行正常如图1,前端用nginx部署,后端直接运行jar包部署,前端正常,后端在服务器主机上用curl访问正常,但内网访问服务器主机失败,用postman发送请求如是。(跨域问题后端解决) 报net::ERR_CONNECTI 阅读全文
posted @ 2022-12-25 18:20 曦灰 阅读(2032) 评论(0) 推荐(0)
摘要:在开发过程中获取的返回信息。开发文档说是code使用过,开发者社区说还可能是appid不对。排查这两种情况都不是,猜测是开发时没有授权域名,微信不准获取(毕竟安全性要考虑)。等域名下来了再测试看看。 阅读全文
posted @ 2022-09-22 19:02 曦灰 阅读(2059) 评论(0) 推荐(0)
摘要:2022-09-14 14:27:50.635 ERROR 13484 [0.1-8888-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in con 阅读全文
posted @ 2022-09-14 14:36 曦灰 阅读(547) 评论(0) 推荐(0)