上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页
摘要: 参考: https://tech.meituan.com/2022/05/12/principles-and-practices-of-completablefuture.html https://blog.csdn.net/u014209205/article/details/80598209 全 阅读全文
posted @ 2022-08-02 21:34 飞翔在天 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Stream、Optional、try-with-resources、 AutoClosable § 一、Stream 1、得到流:Arrays.asStream(); 2、中间操作; 3、终端操作: § 二、Optional https://www.cnblogs.com/Kevin-ZhangC 阅读全文
posted @ 2022-08-01 20:13 飞翔在天 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 待梳理:https://juejin.cn/post/7072547534966620190 xx-job Elastic-job 腾讯TCT 阅读全文
posted @ 2022-07-11 21:27 飞翔在天 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 高性能队列——Disruptor https://tech.meituan.com/2016/11/18/disruptor.html // 精巧的无锁设计实现了在高并发情形下的高性能,性能优于ArrayBlockingQueue。包括Apache Storm、Camel、Log4j 2在内的很多知 阅读全文
posted @ 2022-07-11 21:17 飞翔在天 阅读(32) 评论(0) 推荐(0) 编辑
摘要: Kafka万亿级消息实战!(包含各种业务应用场景举例) https://blog.51cto.com/u_15047392/4872419 上亿数据量下,Kafka是如何优化JVM GC问题的? https://blog.51cto.com/u_15009384/2566936 搞定这8个Kafka 阅读全文
posted @ 2022-06-22 23:35 飞翔在天 阅读(59) 评论(0) 推荐(0) 编辑
摘要: https://insights.thoughtworks.cn/backend-development-ddd/ 后端开发实践——开发者的第0个迭代 后端开发实践系列——领域驱动设计(DDD)编码实践 后端开发实践系列——事件驱动架构(EDA)编码实践 后端开发实践系列——简单可用的CQRS编码实 阅读全文
posted @ 2022-06-22 14:54 飞翔在天 阅读(16) 评论(0) 推荐(0) 编辑
摘要: CSRF: “Cross-site request forgery”,中文名为跨站请求伪造。 XSS主要是利用站点内的信任用户,而CSRF则通过伪装来自受信任用户的请求,来利用受信任的网站。与XSS相比,CSRF更具危险性。 参考:https://www.bilibili.com/video/BV1 阅读全文
posted @ 2022-06-06 23:10 飞翔在天 阅读(75) 评论(0) 推荐(0) 编辑
摘要: Spring Boot Starters帮助我们快速继承并使用各种三方件。 一、命名规范 官方Starter: 遵循spring-boot-starter*格式,如 spring-boot-starter-data-redis、spring-boot-starter-web 非Spring官方: 建 阅读全文
posted @ 2022-06-05 19:15 飞翔在天 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 基本的SpringBoot的应用程序,有两个重要元素: 注解:@SpringBootApplication 启动方法:SpringApplication.run(FirstBootApplication.class, args) ; 1、@SpringBootApplication注解 1 @Tar 阅读全文
posted @ 2022-06-05 16:54 飞翔在天 阅读(182) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/1878581 Stream & Optional使用: https://zhuanlan.zhihu.com/p/596780556 一文详解 Java Stream,各种梳理 Optional应用 阅读全文
posted @ 2022-04-27 08:51 飞翔在天 阅读(18) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页