
开发中遇到并解决的问题
De Ja Vu 幻觉记忆
这个作者很懒,什么都没留下…
展开
-
vuepress打包部署到Gitee Pages访问页面出现样式丢失
(1)在 docs/.vuepress/config.js 中设置正确的 base。如果你打算发布到https://.github.io/,则可以省略这一步,因为 base 默认即是 “/”。(2)如果你打算发布到https:///(也就是说你的仓库在 https://github.com/),则将 base 设置为 “//”。:用户名:仓库名称。原创 2023-04-17 11:29:11 · 1021 阅读 · 0 评论 -
达梦数据库报dm.jdbc.driver.DMException: 网络通信异常
连接达梦数据库报dm.jdbc.driver.DMException: 网络通信异常一、复制官方文档配置数据库连接信息1.注意url最后面的下划线"/"要去掉2.改成二、如果还是报网络通信异常1.请仔细检查username、password、driver-class-name、url中IP地址和冒号":"后面的端口号是否正确,特别是IP地址更换环境容易忘记修改。原创 2023-04-11 17:26:28 · 12675 阅读 · 0 评论 -
Linux下执行Shell脚本出现target `xxx/xxx/\r‘ is not a directory
Linux下执行Shell脚本出现target `xxx/xxx/\r' is not a directory原创 2022-05-27 15:23:35 · 6142 阅读 · 0 评论 -
Error creating bean with name ‘X‘ defined in URL [jar:file:/XXX.class]:Instantiation of bean failed;
Error creating bean with name 'xxxx' defined in URL [jar:file:/F:/XXX/WEB-INF/lib/XXX.jar!/xxx/xxx/xxx.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [xxx]: C原创 2022-04-18 10:37:30 · 7275 阅读 · 0 评论