- 博客(4)
- 收藏
- 关注
原创 在学习Mybatis时遇到:java.lang.ExceptionInInitializerError报错
报错内容 java.lang.ExceptionInInitializerError at xyz.yk20.dao.UserDaoTest.test(UserDaoTest.java:13) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.refl
2020-12-20 18:14:06
411
2
原创 引入bootstrap框架样式无效
引入css的时候记得加上下面这一句 rel="stylesheet" 至于rel属性是什么意思 参考:https://blog.youkuaiyun.com/a732894380/article/details/83107934
2020-07-12 12:34:03
1641
原创 idea中,在springboot项目引入thymeleaf输入th:没有提示语句
在输入th:报红时,使用按键Alt+Enter Create namespaces declaration后,自动插入了如下语句。 <html lang="en" xmlns:th="http://www.w3.org/1999/xhtml"> 此时可以正常使用thymeleaf模块,可为什么输入th:没有代码提示呢? 正确的引入方式: <html lang="en" xmlns:th="http://www.thymeleaf.org"> 这样就有代码提示就出现啦! .
2020-07-07 13:38:37
1552
原创 解决semanticUI下拉框、popup等一系列模块无法展示效果问题
在使用semanticUI,初期忽视了一个小细节,认为无关紧要,导致后面使用popup组件无效果,卡了一天,最后使用了绝对位置来代替。后面使用下拉框也失效,忍无可忍,就硬肝! 代码没毛病。 <div class="ui fluid multiple search selection dropdown"> <input type="hidden" name="country"> <i class="dropdown icon"></i>
2020-07-04 14:05:09
4133
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人