java 第337页
idea技巧-自定义后缀补全-拾光赋

idea技巧-自定义后缀补全

Idea技巧-Postfix Completion 在idea中可以使用.xxx进行后缀补全 比如.sout 如何自定义后缀补全? 比如.log 在idea中打开设置 File | Settings | Editor | General | Postfix Completion 这里定...
Lee的头像-拾光赋Lee3年前
0530
SPI扩展点在业务中的使用及原理分析-拾光赋

SPI扩展点在业务中的使用及原理分析

1 什么是SPI SPI 全称Service Provider Interface。面向接口编程中,我们会根据不同的业务抽象出不同的接口,然后根据不同的业务实现建立不同规则的类,因此一个接口会实现多个实现类,在具体调...
Lee的头像-拾光赋Lee3年前
01180
大道至简-Shopify 构建弹性支付系统的 10 条原则-拾光赋

大道至简-Shopify 构建弹性支付系统的 10 条原则

0 大纲 Lower the Timeouts, and Let the Service Fail Early Add Circuit Breakers Capacity Planning Add monitoring and alerting Implement Structured Logging Use Idempotency Keys Be Co...
Lee的头像-拾光赋Lee3年前
0250
SpringBoot使用JSch操作Linux-拾光赋

SpringBoot使用JSch操作Linux

推荐使用Hutool的Jsch工具包(它用的连接池的技术) 一、SSH远程连接服务器 SSH更多见:http://t.csdnimg.cn/PrsNv 推荐连接工具:FinalShell、Xshell、secureCRT、PuTTY (https://zhuanlan.zh...
Lee的头像-拾光赋Lee3年前
0620