项目问题解决汇总
未读
Druid报错dbType not support : null, url null
问题 Druid 数据源访问连接的时候报错dbType not support : null, url null 原因 数据源配置错误 错误数据源配置 spring:
datasource:
username: root
password: 123456
ur
项目问题解决汇总
未读
mvc上传OSS图片卡死
问题 涉及到上传图片到OSS时卡死,前端报错500,Vue中只提示500,另外写了个html单网页测试上传,得到错误 java.lang.ClassNotFoundException: org.jdom.input.JDOMParseException 问题解决 <!-- https://mvnre
项目问题解决汇总
未读
vue 中使用 touchend
遇到的问题记录一下,省的犯重复的错误 问题 vue中使用@touchend 绑定事件获得e.targetTouches[0].clientX 提示undefined 解决 touchend中应该是获得不了此参数,通过@touchmove可以保存一下中间移动的坐标,然后再touchend中进行判断