随笔分类 - 遇到过的错误
摘要:问题 Error: Please execute the 'Cleanup' command. 需要清理下,注意SVN拉数据的时候别打开其中的问题 解决方案
阅读全文
摘要:postman报Unsupported Media Type: Content type 'text/plain;charset=UTF-8' not supported postman之所以报Unsupported Media Type: Content type 'text/plain;char
阅读全文
摘要:问题 Exception in thread “main“ java.lang.NoClassDefFoundError: org/apache/velocity/context/Context at 错误原因 缺少模板依赖 <!-- 模板引擎 --> <dependency> <groupId>o
阅读全文
摘要:漏洞概述 Apache Log4j是一个用于Java的日志记录库,其支持启动远程日志服务器。 Log4j 1.2 中包含一个 SocketServer 类,该类容易受到不可信数据反序列化的影响,当侦听不可信网络流量以获取日志数据时,该类可被利用与反序列化小工具结合使用以远程执行任意代码。攻击者可利用
阅读全文
摘要:Dubbo 直连 Invoke remote method timeout 问题! 在测试环境消费者直连服务端进行测试时, 其中一个RPC接口抛出一个错误, 如下: Caused by: com.alibaba.dubbo.rpc.RpcException: Invoke remote method
阅读全文
摘要:一、问题1 问题描述: 今日加入创建时间和修改时间,并设置为默认CURRENT_TIMESTAMP时,出现错误,指向sql中的datetime字段,查了一下,发现是版本问题 立马查询自己的MySQL版本,发现是5.5.40的, datetime设置默认为CURRENT_TIMESTAMP时,需要在5
阅读全文
摘要:一、问题 Table 'mybatis_plus.user' doesn't exist 二、原因 表中没有user表 三、解决方案 生成user表既可 四、结果图 运行后显示查询出来的数据 五、总结 1.表名需要和POJO对象名一致
阅读全文
摘要:一、问题: 在进行webpack打包的时候,会出现Cannot find module 'XXX’的错误,找不到某个模块的错误 二、解决方法: (1)方法1: 直接进行npm install重新打包; 然后执行npm run serve启动项目看看 (2)方法2: 如果npm install重新打包
阅读全文
摘要:一.报错截图 [Vue warn]: Invalid prop: type check failed for prop "jingzinum". Expected Number with value NaN, got String with value "fuNum". 二.报错代码 <!DOCTY
阅读全文
摘要:一.报错截图 [Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or
阅读全文
摘要:一.报错截图 [Vue warn]: Unknown custom element: <wzwzihello> - did you register the component correctly? For recursive components, make sure to provide the
阅读全文
摘要:原因 缓存不够,可以将其缓存调大 解决办法: 在 /conf/context.xml 的 前添加以下内容: <Resources cachingAllowed="true" cacheMaxSize="100000" /> /conf/context.xml 位置 扩存参数添加的位置
阅读全文
摘要:1 Assert.notNull(query, AssertConstants.NOT_NULL_MSG);
阅读全文
摘要:已找到解决方案1 需要启动这两个微服务(注意:这个属于个人,你们也可以看看是否关联到相关微服务未启动)
阅读全文
摘要:org.apache.catalina.core.StandardContext.startInternal 一个或多个listeners启动失败,更多详细信息查看对应的容器日志文件之 "Annotation-specified bean name 'deadFeeSettlementDao' fo
阅读全文
摘要:遇到的问题 问题1:执行器地址为空 原因--》执行器中 没有地址 解决方案--》输入地址:http://IP地址:端口 IP地址 端口 问题2:异常信息unknown code for readObject at 0x3c 1.错误提示无法找到执行器。原因:需要启动两个项目 xxl-job-admi
阅读全文
摘要:简易方法1 今天朋友看到朋友报错这个错误,偷偷学习了下他的方法并做记录以防忘记 简易方法2 今天使用svn时报了一个这个错,网上搜索时都说是要使用sqllite来删除svn队列。 其实可以直接使用idea自带的terminal运行svn cleanup 成功就可以解决这个问题。但可能遇到以下问题 简
阅读全文

浙公网安备 33010602011771号