摘要:
### 一、结构模型 ![](https://img2023.cnblogs.com/blog/1261122/202308/1261122-20230831235829773-471598204.png) ### 二、原理模型 ![](https://img2023.cnblogs.com/blo 阅读全文
摘要:
参考: https://www.cnblogs.com/longesang/p/14149409.html https://blog.csdn.net/fen_dou_shao_nian/article/details/109067135 阅读全文
摘要:
参考: https://www.cnblogs.com/liugp/p/16343201.html 阅读全文
摘要:
## 【代码示例】 ``` package com.linhuaming.test; import com.sun.org.slf4j.internal.Logger; import com.sun.org.slf4j.internal.LoggerFactory; /** * 异常测试 */ pu 阅读全文
摘要:
### 一、vpn介绍 #### 1、vpn技术出现背景 一个技术的出现都是由于某种需求触发的。那么为什么会出现VPN技术呢?VPN技术解决了什么问题呢? 在没有VPN之前,企业的总部和分部之间的互通都是采用运营商的internet进行通信,那么Internet中往往是不安全的,通信的内容可能被窃取 阅读全文
摘要:
表关系: ![](https://img2023.cnblogs.com/blog/1261122/202306/1261122-20230628153605709-1973920799.png) 阅读全文
摘要:
参考: https://blog.csdn.net/weixin_36380516/article/details/128310338 阅读全文
摘要:
### 一、何为幂等 幂等用于表示任意多次请求均与一次请求执行的结果相同,也就是说对于一个接口而言,无论调用了多少次,最终得到的结果都是一样的。 ### 二、实现幂等的方式 1、前端拦截 2、使用数据库实现幂等性 3、使用 JVM 锁实现幂等性 4、使用分布式锁实现幂等性 阅读全文
摘要:
参考: https://segmentfault.com/a/1190000014343759 阅读全文
摘要:
参考: https://blog.csdn.net/m0_67322837/article/details/124665297 阅读全文