总结0417

1.Locale
国际化
Locale 表示地区。每一个Locale对象都代表了一个特定的地理、政治和文化地区。
在操作 Date, Calendar等表示日期/时间的对象时,经常会用到;因为不同的区域,时间表示方式都不同。
https://blog.csdn.net/qq_27727251/article/details/80077189
2.retrytemplete
3.wrk压测工具
4.elastic-job
5.hystrixcommend
6.声明式和命令式 (Declarative vs Imperative)
声明式和命令式是两种编程范式。react是声明式的,jquery那样直接操作dom是命令式
命令式编程:命令“机器”如何去做事情(how),这样不管你想要的是什么(what),它都会按照你的命令实现。
声明式编程:告诉“机器”你想要的是什么(what),让机器想出如何去做(how)。
7.netstat -ano|findstr 8080
tasklist | findstr 9268
taskkill /pid 1111 /f
8.GZip
9.MDC(Mapped Diagnostic Context,映射调试上下文)是 log4j 和 logback 提供的一种方便在多线程条件下记录日志的功能。
10.swagger
https://blog.csdn.net/weixin_37509652/article/details/80094370