08 2022 档案
java 字节码指令理解
摘要:public class Test { private int num1 = 1; public static int NUM1 = 100; public int func(int a,int b){ return add(a,b); } public int add(int a,int b) {
阅读全文
mysql 锁再次熟悉
摘要:https://developer.aliyun.com/article/741811
阅读全文
mysql 版本查询
摘要:mysql> SHOW VARIABLES like '%version'; + + + | Variable_name | Value | + + + | innodb_version | 5.7.32 | | protocol_version | 10 | | tls_version | TLS
阅读全文
springcloud-gateway 调研
摘要:https://piotrminkowski.com/2019/11/06/microservices-with-spring-boot-spring-cloud-gateway-and-consul-cluster/ https://spring.io/blog/2021/05/04/spring
阅读全文