报错: vue报这个错 [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot ...
分类:
其他好文 时间:
2019-11-23 23:46:39
阅读次数:
508
在业务接口中,一个方法嵌套了另外一个方法,2个方法上都加了@Transactional事务注解。 业务接口: 嵌套方法 嵌套方法中校验了参数,校验失败抛ServiceException异常。 运行结果: 出现UnexpectedRollbackException异常的原因: 1.嵌套事务方法exec ...
分类:
编程语言 时间:
2019-11-22 10:30:58
阅读次数:
80
"1. Question / 实践题目" "2. Analysis / 问题描述" "3. Algorithm / 算法描述(说明你的贪心策略,并且参考会场安排问题,利用反证法证明贪心选择和最优子结构性质)" "3.1. Huffman Tree Algorithm" "3.1.1. How to ...
分类:
其他好文 时间:
2019-11-16 23:10:13
阅读次数:
89
Python split() 通过指定分隔符对字符串进行切片 切片之后为list数据类型。 sentence = 'I can because I think I can ' s_1 = sentence.split(sep=' ', maxsplit=2) s_2 = sentence.split ...
分类:
其他好文 时间:
2019-11-16 16:09:38
阅读次数:
75
str.count(x, _start, _end) x:需要查找的字符串(包含单个字符)。 _start:查找开始的位置,默认为0,也就是str开始的位置。 _end:查找结束的位置,默认为-1,也就是str结束的位置。 sentence = 'I can because I think I ca ...
分类:
其他好文 时间:
2019-11-16 16:09:26
阅读次数:
68
起源 早期在西方,一小时分为 60 分钟。后来,科学发达了、文明进步了,人们认为一分钟太粗放了。必须划分得更细致,于是就把一分钟划分成 60 等分。由于是对时间的第二次划分,就将新的 60 等分的“单位”称之为 second。Because it's the second time to defin ...
分类:
其他好文 时间:
2019-11-13 13:29:49
阅读次数:
215
Valya and Tolya are an ideal pair, but they quarrel sometimes. Recently, Valya took offense at her boyfriend because he came to her in t-shirt with le ...
分类:
其他好文 时间:
2019-11-12 22:03:49
阅读次数:
117
Errormessage:JavaScriptruntimeerror:‘$‘isundefinedSolution:index.cshtml这个页面insertinto<scriptsrc="~/Scripts/jquery-1.10.2.min.js"type="text/javascript"></script>
分类:
其他好文 时间:
2019-11-10 21:12:12
阅读次数:
118
旧题解:https://blog.csdn.net/gmh77/article/details/99066792 commentBox 之前写的有些奇怪,~~不能体现这道题的sb~~所以再推一遍 $\because n=\sum_{d \mid n}{\varphi(d)}$ $\therefore ...
分类:
其他好文 时间:
2019-11-09 19:52:54
阅读次数:
81
1)问题描述: pom.xml文件中出现 Element 'xxxxxxx' cannot have character [children],because the type's content type is element-only. 2)问题原因: 配置文件中的dependencies节点下 ...
分类:
其他好文 时间:
2019-11-06 22:31:09
阅读次数:
108