摘要:
MySQL事务实现原理 一、事务的执行流程 当我们对数据库执行增删改操作时,不可能直接更新磁盘上的数据,如果实际上针对的是内存里面的Buffer Pool中的数据进行的。 Buffer Pool中数据会异步的刷新到磁盘上(刷脏)。 如上图所示,事务执行流程步骤(更新操作): 1. 查询数据若Buff 阅读全文
posted @ 2022-06-14 16:51
好好学习一天天向上
阅读(1371)
评论(0)
推荐(0)
摘要:
import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.JSONArray;import com.alibaba.fastjson.JSONObject;import com.alibaba.fastjson.TypeReferenc 阅读全文
posted @ 2022-06-14 16:28
好好学习一天天向上
阅读(1041)
评论(0)
推荐(0)
摘要:
import cn.hutool.core.io.FileUtil;import cn.hutool.http.HttpUtil;import com.itextpdf.text.Document;import com.itextpdf.text.DocumentException;import c 阅读全文
posted @ 2022-06-14 16:26
好好学习一天天向上
阅读(310)
评论(0)
推荐(0)
摘要:
public class RequestLogAspect { public static final int RESPONSE_LENGTH = 200; public static final String DATA = "data"; /** * 切入点 */ @Pointcut("execu 阅读全文
posted @ 2022-06-14 16:25
好好学习一天天向上
阅读(62)
评论(0)
推荐(0)
浙公网安备 33010602011771号