<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
其他好文 时间:
2020-03-18 09:57:58
阅读次数:
46
记录下最近遇到的一些记录的东西: 项目中引用消息中间件,pom文件中添加了依赖,并maven-update,maven-install等,项目启动之后,一直报下面的异常。 Could not index class org/apache/activemq/artemis/api/jms/Active ...
分类:
编程语言 时间:
2020-03-18 09:52:04
阅读次数:
63
关于CSS3的object fit属性的详细理解: 对object fit属性的理解: 属性值: fill : contain: cover: none: scale down: 图片展示: 按照上面的代码依次展示 使用范围:头像等,后台传过来的数据不一致的时候; ...
分类:
Web程序 时间:
2020-03-17 19:46:34
阅读次数:
86
下载地址 http://down.cnplugins.com/down/down.aspx?fn=1412/www.cnplugins.com_lhjgkmllcaadmopgmanpapmpjgmfcfig_0_9_0_.crx 下载出来是这个文件,如果安装往常的方法,打开一个新的谷歌浏览器窗口, ...
分类:
其他好文 时间:
2020-03-16 13:18:19
阅读次数:
59
一、利用position的sticky属性 sticky页面不动的情况下,它就像 position:relative;而当页面滚动超出目标区域时,它表现的就像 position:fixed;,会固定在目标位置。 relative(相对定位)是指给元素设置相对于原本位置的定位,元素并不脱离文档流,因此 ...
分类:
其他好文 时间:
2020-03-15 17:37:21
阅读次数:
94
常规的解决方案见:https://www.cnblogs.com/shaoyu/p/11477125.html 问题:当xml文件在src/main/java目录下时,在application.yml中配置Mapper文件路径无效,当xml文件在resource下时路径有效,原因不明。 我通过上面连 ...
分类:
其他好文 时间:
2020-03-15 13:26:13
阅读次数:
51
I once made a similar mistake which turned out that the directories were incorrect.If the UserMapper's namespace is com.mybatisdemo.mappers.UserMapper ...
分类:
Web程序 时间:
2020-03-14 20:19:06
阅读次数:
93
问题描述 先来一段html代码 此刻效果是正常的一倍效果 接着加入container缩放 则会出现极细致的一条白色边,原因大概就是.parent元素的border和.son的height经过缩放后不会是整数,两个数值的小数点被省去不渲染,导致两者叠加起来和真正要的效果差1px,而让.parent的背 ...
分类:
Web程序 时间:
2020-03-14 19:59:06
阅读次数:
234
1.局部过滤器的使用 <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="https:// ...
分类:
其他好文 时间:
2020-03-14 16:35:11
阅读次数:
62
1.局部组件的使用 <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="https://c ...
分类:
其他好文 时间:
2020-03-14 16:31:28
阅读次数:
44