问题 当使用fastClick.js设置点击事件时,控制台报错: [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See htt ...
分类:
其他好文 时间:
2020-05-12 17:04:16
阅读次数:
76
错误描述:大致意思就是有多个ServletWebServerFactory spring不知道启动那个 org.springframework.context.ApplicationContextException: Unable to start web server; nested except ...
分类:
移动开发 时间:
2020-05-05 12:31:00
阅读次数:
191
tomcat日志报错: org.springframework.dao.QueryTimeoutException: ### Error querying database. Cause: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statem ...
分类:
其他好文 时间:
2020-04-09 00:38:01
阅读次数:
145
想对pip进行update。 此时我的pip版本可用pip --version或者pip -V查看。 一般的解决方案是: python -m pip install -U pip python -m pip install --upgrade pip 如果出现以下问题 则是因为响应超时,可以换源up ...
分类:
编程语言 时间:
2020-03-28 23:39:42
阅读次数:
114
在Spring Boot项目中,出现这个错误有两种情况: 一,在main方法所在的类忘记添加@SpringBootApplication 二,缺少依赖,添加即可 <dependency> <groupId>org.springframework.boot</groupId> <artifactId> ...
分类:
移动开发 时间:
2020-03-23 20:33:18
阅读次数:
82
由于浏览器必须要在执行事件处理函数之后,才能知道有没有掉用过 preventDefault() ,这就导致了浏览器不能及时响应滚动,略有延迟。 所以为了让页面滚动的效果如丝般顺滑,从 chrome56 开始,在 window、document 和 body 上注册的 touchstart 和 tou ...
分类:
其他好文 时间:
2020-03-21 14:49:59
阅读次数:
48
解释 由于浏览器必须要在执行事件处理函数之后,才能知道有没有掉用过 preventDefault() ,这就导致了浏览器不能及时响应滚动,略有延迟。 所以为了让页面滚动的效果如丝般顺滑,从 chrome56 开始,在 window、document 和 body 上注册的 touchstart 和 ...
分类:
其他好文 时间:
2020-03-15 00:05:08
阅读次数:
41
Stats 102A HW4 Due March 3, 2020General Notes? You will submit a minimum of three files, the core files must conform to the followingnaming convention ...
分类:
其他好文 时间:
2020-03-08 20:10:33
阅读次数:
68
COMP2401 - Assignment #4(Due: Sun. Mar 15, 2020 @ 6pm)In this assignment, you will gain practice dynamically allocating/freeing memory as well as work ...
分类:
其他好文 时间:
2020-03-08 19:38:57
阅读次数:
73
环境 ubuntu 18.04 jdk13 错误代码 Caused by: org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file probably due to a new Jav ...
分类:
编程语言 时间:
2020-02-23 14:59:58
阅读次数:
803