ShuSheng007 天行健,君子以自强不息 地势坤,君子以厚德载物

All Tags

#Advisor 1 #ChatMemory 1 #langchain4j 1 #springAi 3 #deepseek 3 #DDD 1 #洋葱圈架构 1 #六边形架构 1 #证书 1 #适配器模式 1 #逆变 1 #面向对象 0 #链路追踪 1 #迭代器模式 1 #迪米特原则 0 #责任链模式 1 #负载均衡 1 #读写分离 1 #访问者模式 1 #设计模式 23 #观察者模式 1 #装饰者模式 2 #自动构建 1 #组合模式 1 #缓存 1 #类型系统 1 #简单工厂模式 1 #策略模式 1 #状态模式 1 #注解处理器 1 #注解 1 #消息队列 1 #泛型 1 #武汉 0 #模板方法模式 1 #桥接模式 1 #架构 1 #李氏替换 0 #服务注册与发现 1 #日志脱敏 1 #接口隔离原则 0 #日志截取 1 #抽象工厂模式 1 #扩展方法 1 #方法引用 2 #微服务 1 #开闭原则 0 #建造者模式 2 #序列化 1 #工厂方法模式 1 #布局约束 1 #属性 2 #外观模式 1 #备忘录模式 1 #命令模式 1 #反序列化 1 #反射 1 #原型模式 1 #单一职责 0 #单例模式 1 #协程 1 #协变 1 #冠状病毒 0 #分布式 2 #依赖倒置 0 #代理与动态代理模式 1 #享元模式 1 #主从架构 1 #上传文件 1 #主从复制 2 #zipkin 1 #xshell 1 #wsl 1 #vscode 2 #Vim 1 #validation 1 #threadpool 1 #Template Method Pattern 1 #swagger 1 #sudo 1 #ssl 1 #Strategy Pattern 1 #SpringData 1 #SpringSecurity 1 #SpringDoc 1 #SpringCloud 4 #Spring Cloud Load Balancer 1 #springboot 12 #spring mvc 1 #SpingCloud 1 #specification 1 #sleuth 1 #scrapy 1 #Simple Factory Pattern 1 #ScopeFunctions 1 #RedisSerialize 1 #redis 2 #RecyclerView 1 #prometheus 1 #rabbitmq 1 #python 1 #Profile 1 #out 2 #php 1 #OpenFeign 1 #OpenAI 2 #OneToOne 1 #OneToMany 1 #nginx 1 #Nacos 1 #mybatis 1 #mq 1 #micrometer 1 #mysql 3 #Maven 1 #MapStruct 1 #logback 1 #lambda 2 #kafka 1 #Linux 4 #Kotlin 9 #Jpa 3 #java 9 #Jar 1 #HandlerInterceptor 1 #in 2 #https 1 #grafana 1 #gradle 1 #gradle 脚本 1 #gateway 1 #git-commit-id-maven-plugin 1 #git 1 #Future 1 #flutter 4 #Factory Method Pattern 1 #Filter 1 #event 1 #emoji 1 #docker 1 #Dart 2 #Decorator Pattern 1 #config 1 #chatGPT 3 #CAP 1 #Builder pattern 1 #Bridge Pattern 1 #bean生命周期 1 #ART 1 #BASE 1 #Android 2 #Abstract Factory Pattern 1 #Async 2 #Android虚拟机 1 #Halo 0

二奶Kotlin上位记

[版权申明]非商业目的注明出处可自由转载 出自:shusheng007 概述 Kotlin 就像个刚进门的多才多艺的小妾,使用各种奇技淫巧把程序员老爷伺候的欲仙欲死,还一直在挑衅正房Java。 老爷:Java姐姐会的妾身都会,Java姐姐不会的,妾身也会,老爷你看这招:协程,爽不爽啊?你要是觉得一时

shusheng007 shusheng007 Published on 2021-09-09

秒懂Kotlin之彻底弄懂属性(Property)Part2

[版权申明] 非商业目的注明出处可自由转载 出自:shusheng007 系列文章: 二奶Kotlin上位记 秒懂Kotlin之彻底弄懂属性(Property)Part1 俺默认你会Java 前言 在秒懂Kotlin之彻底弄懂属性(Property)Part1中我们学习了Kotlin属性的大部分内容

shusheng007 shusheng007 Published on 2021-09-09

秒懂Kotlin之彻底弄懂属性(Property)Part1

[版权申明] 非商业目的注明出处可自由转载 出自:shusheng007 系列文章: 秒懂Kotlin之彻底弄懂属性(Property)Part2 俺默认你会Java 概述 接触过Kotlin的都知道,其增加了属性的语法(Properties),多年前我就在C#中见过了。可以说Kotlin把属性玩出

shusheng007 shusheng007 Published on 2021-09-09

秒懂Kotlin之全网最易懂的协程教程

[版权申明] 非商业目的注明出处可自由转载 出自:shusheng007 前言 使用kotlin有一段时间了,但在自己入门协程的时苦于小白一看就懂的资料太少,入门很艰难。所以俺就暗暗下决心一定要以一贯的秒懂作风填补上国内这个空白,一来可以帮助我们可爱的猿猿们,二来也可以加深自己对协程的理解。至于更加

shusheng007 shusheng007 Published on 2020-11-13

Kotlin如何实现构建者模式

[版权申明] 非商业目的注明出处可自由转载 出自:shusheng007 系列文章: 秒懂设计模式之建造者模式(Builder pattern) @[toc] 前言 构建者模式在Java世界中是一个非常实用的创建型设计模式,日常使用非常频繁。有不熟悉的小伙伴请移步到 秒懂设计模式之建造者模式(Bui

shusheng007 shusheng007 Published on 2020-10-14

秒懂Kotlin之彻底掌握Scope Functions (apply, also,let,run,with)

[版权申明] 非商业目的注明出处可自由转载 出自:shusheng007 概述 Kotlin和Java相比提供了很多语法糖,其目的当然是为了提高程序员的编码效率,但是其中一些过于灵活导致增加了其正确使用的难度,其中 Scope Functions 就属于这一类。曾几何时,面对 apply、also、

shusheng007 shusheng007 Published on 2020-10-02

秒懂Kotlin之彻底弄懂形变注解out与in

[版权申明] 非商业目的注明出处可自由转载 博文地址: http://app.shusheng007.top/2020/09/23/2/ 出自:shusheng007 概述 本文承接于上一篇:秒懂Kotlin之协变(Covariance)逆变(Contravariance)与抗变(Invariant

shusheng007 shusheng007 Published on 2020-09-23

秒懂Kotlin之协变(Covariance)逆变(Contravariance)与抗变(Invariant)

[版权申明] 非商业目的注明出处可自由转载 出自:shusheng007 概述 协变,逆变,抗变等概念是从数学中来的,在编程语言Java/Kotlin/C#中主要在泛型中使用。其描述的是两个类型集合之间的继承关系。有兴趣可以阅读这篇文章 An Illustrated Guide to Covaria

shusheng007 shusheng007 Published on 2020-09-23

秒懂Kotlin之Java程序员如何快速掌握Kotlin

[版权申明] 非商业目的注明出处可自由转载 出自:shusheng007 概述 Kotlin/JVM 可以看做是对改进Java的一种积极的尝试,其试图改进Java编程语言中已知的被广泛讨论的缺点与不足。因为我多年前从事过C#的开发,初次看到Kotlin,感觉好多特性C#好多年前就有了。足见Java是

shusheng007 shusheng007 Published on 2020-09-20