上一页 1 2 3 4 5 6 ··· 37 下一页
摘要: 阅读各种资料、书籍、文章,只是让你懂得更多,并不会让你提高技能。只有通过练习(practice)才能提高技能。如果你想变得更好,那就去动手做 You don't sharpen your skills with resources, books or articles. You sharpen yo 阅读全文
posted @ 2021-02-04 17:24 梦见舟 阅读(288) 评论(0) 推荐(0) 编辑
摘要: https://lispmachine.wordpress.com/2014/12/05/how-much-math-you-need-for-programming/ 阅读全文
posted @ 2021-02-04 15:09 梦见舟 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 配置文件的监听类 类名:ConfigFileApplicationListener 作用:加载配置文件。 问题1:配置文件 和 属性文件 配置中心文件的先后顺序, 覆盖规则。 阅读全文
posted @ 2021-02-02 11:20 梦见舟 阅读(37) 评论(0) 推荐(0) 编辑
摘要: Caused by: feign.codec.DecodeException: Error while extracting response for type [cn.porsche.digital.common.resource.Result<cn.porsche.drs.contract.fe 阅读全文
posted @ 2020-08-27 20:27 梦见舟 阅读(2780) 评论(0) 推荐(0) 编辑
摘要: @CachePut 和 @Cacheable 区别 操作步骤如下: 1. t1 t2 都为空值 @CachePut("t1") public String getData1(){ return service.getData1(); } @Cacheable("t2") public String 阅读全文
posted @ 2020-06-24 15:01 梦见舟 阅读(96) 评论(0) 推荐(0) 编辑
摘要: Springboot版本 2.1.14.RELEASE Swagger版本 2.9.2 1. 引入jar pom.xml中加入 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-start 阅读全文
posted @ 2020-06-24 11:34 梦见舟 阅读(312) 评论(0) 推荐(0) 编辑
摘要: Date date = new Date(); Instant instant = date.toInstant(); assertEquals(date.getTime(), instant.toEpochMilli()); ZoneId shZoneId = ZoneId.of("Asia/Sh 阅读全文
posted @ 2020-06-19 16:35 梦见舟 阅读(227) 评论(0) 推荐(0) 编辑
摘要: Settings->Code Style->General->Hard wrap at [240] 阅读全文
posted @ 2020-06-17 14:46 梦见舟 阅读(3146) 评论(0) 推荐(0) 编辑
摘要: 创建数据库并设置默认字符集和排序规则 CREATE DATABASE mytest CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 参考文档 https://dev.mysql.com/doc/refman/8.0/en/create-databas 阅读全文
posted @ 2020-06-08 09:34 梦见舟 阅读(130) 评论(0) 推荐(0) 编辑
摘要: generateAllSetter 阅读全文
posted @ 2020-05-27 13:43 梦见舟 阅读(107) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 37 下一页