上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 46 下一页
摘要: 由于项目使用slf-api->slf4j-log4j12->log4j 的日志依赖形式;需要排除 spring-boot-starter-logging 日志的总包;采用以下形式即可 <dependency> <groupId>org.springframework.boot</groupId> < 阅读全文
posted @ 2020-08-21 22:16 星小梦 阅读(1422) 评论(0) 推荐(0) 编辑
摘要: 前言 Jakarta项目Github网站:https://github.com/eclipse-ee4j Jakarta Mail网址(已无法访问):https://eclipse-ee4j.github.io/mail SMTP协议可匹配的属性(已无法访问):https://eclipse-ee4 阅读全文
posted @ 2020-08-19 20:44 星小梦 阅读(4842) 评论(0) 推荐(1) 编辑
摘要: 前言 原文:https://docs.spring.io/spring-data/redis/docs/2.3.2.RELEASE/reference/html/#redis.repositories.keyspaces 翻译章节:13.4. Keyspaces 正文 Keyspaces 定义用于为 阅读全文
posted @ 2020-08-17 10:14 星小梦 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 原文链接(一般情况下你打不开这个网页):https://raw.githubusercontent.com/redis/redis/6.0/redis.conf Redis配置文件 请注意,为了读取配置文件,必须以文件路径作为第一个参数来启动Redis:./redis-server /path/to 阅读全文
posted @ 2020-08-14 15:08 星小梦 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 先放出依赖: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.2.RELEASE</version> <rela 阅读全文
posted @ 2020-08-10 21:29 星小梦 阅读(623) 评论(0) 推荐(0) 编辑
摘要: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restHighLevelClient' defined in com.example.demo.MyHighLevelEs 阅读全文
posted @ 2020-08-10 16:03 星小梦 阅读(3608) 评论(0) 推荐(0) 编辑
摘要: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restHighLevelClient' defined in com.example.demo.MyHighLevelEs 阅读全文
posted @ 2020-08-10 16:01 星小梦 阅读(4756) 评论(0) 推荐(2) 编辑
摘要: ElasticSearch版本: Java Rest Client 7.8 (此笔记为翻译版) 原文:https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-low-usage-requests 阅读全文
posted @ 2020-08-10 14:01 星小梦 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 因配置的关系,导致 vue的data选项中存在事件。而事件无法获取 vue 的实例对象;项目是单文件形式的,以下代码只是例子 new Vue({ el:..., data:{ a: { onevent:function(){ //由于a是某个插件的根对象,所以这里无法获取 vue 的实例对象 } } 阅读全文
posted @ 2020-07-29 20:28 星小梦 阅读(3833) 评论(0) 推荐(0) 编辑
摘要: 由于使用svg制作圆形进度条,但是进度展示的太生硬,没有过渡圆滑的效果,所以使用 animate(在svg元素里可以查到) 元素标签,但 这样使用了,还是没有效果,我前端使用的 vue ,所以通过 @ 或 v-on 均无效 解决方法就是 声明这2个属性,在通过浏览器查看这2个事件绑定的区别 这就是区 阅读全文
posted @ 2020-07-29 11:51 星小梦 阅读(1155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 46 下一页